diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/abntex2/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/abntex2/README | 79 |
1 files changed, 58 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/abntex2/README b/Master/texmf-dist/doc/latex/abntex2/README index 0887846e128..b59e83b3c15 100644 --- a/Master/texmf-dist/doc/latex/abntex2/README +++ b/Master/texmf-dist/doc/latex/abntex2/README @@ -1,19 +1,51 @@ + + abnTeX2 + Typeset technical and scientific + Brazilian documents based on ABNT rules + ----------------------------------------------------------------- -abnTeX2: Typeset a Brazilian academic thesis based on ABNT rules ------------------------------------------------------------------ -This is the README file for the abntex2 class and abntex2cite package. Please read the -license information at the end of this file. +This is the README file for abntex2 class and abntex2cite package. +Please read the license information at the end of this file. + +The abntex2 class and the abntex2cite package are intended to +assist the preparation of technical and scientific documents +(like thesis, articles, research projects and other +academic papers) based on ABNT (Associação Brasileira de Normas +Técnicas) rules used in Brazil. + +The latest version of abnTeX2 is v-1.4. -The abntex2 class and the abntex2cite package are intended to assist the preparation -of theses and academic papers based on ABNT (Associação Brasileira de Normas Técnicas) -used in Brazil. +SUMMARY +----------------------------------------------------------------- -The latest version of abnTeX2 is _VERSION_. + This file consists of the following sections: + + . Change history + . Installation + . Documentation + . Copying and modification + . Help CHANGE HISTORY ----------------------------------------------------------------- - 2013/xx/xx - v1.3 + 2013/02/04 - v1.4 + added \partanexos and \partapendices macros as a replacement to \appendixpage + changed all models to use new \partanexos and \partapendices macros + bug fix on abntex2cite.sty: incorrect use of setspace + general review of all examples + updated abntex2-modelo-include-comandos: + . added section about UTF-8 + updated abntex2.tex documentation: + . added enumitem's reference in "Alíneas e subalíneas" section + . added section about UTF-8 + . added sections about the main options of the class + . added \partanexos and \partapendices explanations + . general review + removed change logs from example files + changed README file structure + + 2013/01/18 - v1.3 added two new model: . abntex2-modelo-relatorio-tecnico.tex: Technical report in compliance to ABNT NBR 10719:2011 . abntex2-modelo-projeto-pesquisa.tex: Research project in compliance to ABNT NBR 15287:2011 @@ -58,7 +90,6 @@ CHANGE HISTORY . ABNT NBR 15287:2011: Informação e documentação - Projeto de pesquisa - Apresentação . ABNT NBR 6022-2003 - Informação e documentação - Artigo em publicação periódica científica impressa - Apresentação - 2013/01/05 - v1.1 bug fixes on abnex2cite.sty when using with Beamer changed \titulo, \autor and \data to do the same as \title, \author and \date @@ -81,7 +112,8 @@ In order to install the abntex2 class and abntex2cite package you need: Put those files somewhere LaTeX can find them. Read the documentation of your LaTeX system to find out where this might be. -If you're new to this, see http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages for more +If you're new to this, see https://code.google.com/p/abntex2/wiki/Instalacao (portuguese) +or http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages (english) for more information on installing packages. @@ -91,9 +123,13 @@ DOCUMENTATION The abnTeX2 documentation consists of the following files: README Instructions on installation and documentation. - abntex2-modelo-trabalho-academico.tex A usage example of abntex2 class and abntex2cite package producing a tesis - abntex2-modelo-artigo.tex A usage example of abntex2 class and abntex2cite package producing an article - abntex2-modelo-references.bib Bib references of the example + abntex2-modelo-trabalho-academico.tex An usage example of abntex2 class and abntex2cite package producing a thesis + 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-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 abntex2.tex The main class documentation abntex2cite.tex The abntex2cite package documentation @@ -109,7 +145,7 @@ To produce any documentation above you also need: ltxdoc.cls (part of the standard LaTeX2e distribution) all installation files described in "INSTALLATION" section (par of this bundle) -Compile the documentation as the example below. There are 4 PDF files of documentation. +Compile the documentation as the example below. There are 3 PDF files of documentation and 4 of examples. pdflatex FILE.tex bibtex FILE.aux @@ -124,24 +160,25 @@ COPYING AND MODIFICATION ----------------------------------------------------------------- Copyright 2001-2003 abnTeX group at http://abntex.codigolivre.org.br -Copyright 2012-2013 abntex2 team at https://code.google.com/p/abntex2/ +Copyright 2012-2013 abntex2 team at https://abntex2.googlecode.com/ This package can be redistributed and/or modified under the terms of the LaTeX Project Public License distributed from CTAN archives in the directory macros/latex/base/lppl.txt; either version 1.3 of the license, or (at your option) any later version. -Universities and other institutions are encouraged to customize front pages and -others files and redistribute them to the users, but not to change the abnTeX2 files. -You may customize almost all abnTeX2 commands with \renewcommand or using memoir commands. -It is better than changing the files themselves. +Universities and other institutions are encouraged to customize +front pages and others files and redistribute them to the users, +but not to change the abnTeX2 files. You may customize almost all +abnTeX2 commands with \renewcommand or using commands from memoir +class. It is better than changing the files themselves. HELP ----------------------------------------------------------------- You can get help here: -www https://code.google.com/p/abntex2/ +www https://abntex2.googlecode.com/ group http://groups.google.com/group/abntex2 We need your help too. Access the project's home page and contact us. |