Skip to content

Commit

Permalink
Correção de espaçamento (#5191)
Browse files Browse the repository at this point in the history
  • Loading branch information
PriscilaSJUFRGS authored Dec 27, 2020
1 parent 237806e commit dd615b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions associacao-brasileira-de-normas-tecnicas-ufrgs.csl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>The Brazilian Standard Style in accordance with ABNT-NBR 10520.2002 and ABNT-NBR 6023.2018</summary>
<updated>2020-10-06T01:42:52+00:00</updated>
<updated>2020-12-23T23:01:56-03:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="pt-BR">
Expand Down Expand Up @@ -250,7 +250,7 @@
</if>
<else-if variable="URL">
<choose>
<if type="book chapter">
<if type="book chapter" match="any">
<!-- Quando for livro, incluir a expressão e-book em itálico -->
<text value="E-book" font-style="italic" suffix="."/>
</if>
Expand Down Expand Up @@ -430,15 +430,15 @@
<!-- Macro responsável por mostrar apenas o ano -->
<choose>
<if variable="event-date" match="any">
<date date-parts="year" form="numeric" variable="event-date" prefix=" "/>
<date date-parts="year" form="numeric" variable="event-date"/>
</if>
<else-if is-uncertain-date="issued">
<date variable="issued">
<date-part name="year" prefix="[" suffix="]"/>
</date>
</else-if>
<else-if variable="issued" match="any">
<date date-parts="year" form="numeric" variable="issued" prefix=" "/>
<date date-parts="year" form="numeric" variable="issued"/>
</else-if>
<else>
<text value="s. d." font-style="italic" prefix="[" suffix="]"/>
Expand Down Expand Up @@ -701,7 +701,7 @@
</choose>
<text macro="publisher"/>
<text variable="ISSN" prefix="ISSN " suffix="."/>
<text macro="collection-title" prefix="(" suffix=")."/>
<text macro="collection-title" prefix="(" suffix="). "/>
<text macro="locators"/>
<text variable="medium" suffix=". "/>
<choose>
Expand Down Expand Up @@ -743,7 +743,7 @@
<text macro="translator" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="publisher"/>
<text macro="collection-title" prefix="(" suffix=")."/>
<text macro="collection-title" prefix="(" suffix="). "/>
<text macro="locators" suffix=". "/>
<text macro="access"/>
</group>
Expand Down

0 comments on commit dd615b6

Please sign in to comment.