diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/abntex2/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/abntex2/README | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/abntex2/README b/Master/texmf-dist/doc/latex/abntex2/README index 045c46fc7b8..f12e7316f26 100644 --- a/Master/texmf-dist/doc/latex/abntex2/README +++ b/Master/texmf-dist/doc/latex/abntex2/README @@ -13,7 +13,7 @@ assist the preparation of technical and scientific documents academic papers) based on ABNT (Associação Brasileira de Normas Técnicas) rules used in Brazil. -The latest version of abnTeX2 is v-1.6.1. +The latest version of abnTeX2 is v-1.7. SUMMARY ----------------------------------------------------------------- @@ -28,6 +28,35 @@ SUMMARY CHANGE HISTORY ----------------------------------------------------------------- + 2013/05/25 - v1.7 + . added an optional argument to the citacao environment: language. + Now the quoted text in foreign language is automatically written in italics + and the right hyphenation system is selected. Use as: + \begin{citacao}[franch]Texte français.\end{citacao} + . added new options chapter=TITLE, section=TITLE, subsection=TITLE and + subsubsection=TITLE to the abntex2.cls class. These options change + the sections and chapter titles to upper case; + . added macro \footciteref to abntex2cite that prints a bibliography reference + as a footnote in accordance to ABNT NBR 10520:2002 section 7.1. + . added xindy instructions in glossary model; + . added macro \footciteref to abntex2cite that prints a bibliography reference + as a footnote in accordance to ABNT NBR 10520:2002 section 7.1. + . fixed abntex2cite's table 4: there was a line written twice; + . changed class options declaration in all examples; + . fixed wrong \setsecheadstyle implementation that prevented font section be + changed as expected; + . fixed bibliography style for @article and @journalpart caused by wrong + implementation of iso-690-1987 option; + . fixed \apudonline compliance with section 7.1.3 from ABNT NBR 10520:2002: + the publication year of the main author now is printed; + . fixed single spacing before chapters; + . review text of documentations; + . replaced abntex2-doc-abnt-6023-2000.bib file by abntex2-doc-abnt-6023.bib: + the new file replaces numerical bibkeys by keys composed by author name and year. + This aims to turn the document's updates easier; + . merged abntex2-doc-abnt-10520-2001.bib and abntex2-doc-abnt-10520-2002.bib files + into abntex2-doc-abnt-10520.bib; + 2013/04/30 - v1.6.1 . fixed use of different languages on example and documentation files: option "brazil" must be on documentclass @@ -208,6 +237,7 @@ The abnTeX2 documentation consists of the following files: abntex2-modelo-relatorio-tecnico.tex An usage example of abntex2 class and abntex2cite package producing a technical report abntex2-modelo-projeto-pesquisa.tex An usage example of abntex2 class and abntex2cite package producing a research project abntex2-modelo-artigo.tex An usage example of abntex2 class and abntex2cite package producing an article + abntex2-modelo-glossarios.tex An usage example of abntex2 class and abntex2cite package producing an glossary abntex2-modelo-include-comandos.tex LaTeX examples shared by others files abntex2-img-grafico.pdf Image used as an example abntex2-modelo-references.bib Bib references of examples above @@ -216,9 +246,8 @@ The abnTeX2 documentation consists of the following files: abntex2cite.tex The abntex2cite package documentation abntex2cite-alf.tex Additional alphanumeric (author-date) citation style documentation abntex2-doc.bib Bib references used by documentation - abntex2-doc-abnt-10520-2001.bib Specific ABNT NBR 10520:2001 bib references entries - abntex2-doc-abnt-10520-2002.bib Specific ABNT NBR 10520:2002 bib references entries - abntex2-doc-abnt-6023-2000.bib Specific ABNT NBR 6023:200 bib references entries + abntex2-doc-abnt-10520.bib Specific ABNT NBR 10520:2001 and ABNT NBR 10520:2002 bib references entries + abntex2-doc-abnt-6023.bib Specific ABNT NBR 6023:2000 and ABNT NBR 6023:2002 bib references entries abntex2-doc-options.bib Options configurations used by documentation abntex2-doc-test.bib General bib references used by accordance tests |