summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/abntex2/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/abntex2/README')
-rw-r--r--Master/texmf-dist/doc/latex/abntex2/README68
1 files changed, 57 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/abntex2/README b/Master/texmf-dist/doc/latex/abntex2/README
index 2b888c8cfdb..39e46047284 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.9.2.
+The latest version of abnTeX2 is v-1.9.3.
SUMMARY
-----------------------------------------------------------------
@@ -28,6 +28,24 @@ SUMMARY
CHANGE HISTORY
-----------------------------------------------------------------
+ 2015/01/26 - v1.9.3
+ . added \selectlanguage at begin{document} in all examples
+ . added a minimal pandoc template, making it possible to generate abntex2
+ documents from markdown files
+ . changed sumario=abnt-6027-2012 option: now the "References" chapter label
+ is printed in uppercase in TOC
+ . changed deprecated command \glossarystyle to \setglossarystyle
+ . changed abntex2.tex:
+ \counterwithout replaced by \counterwithin
+ added several improvements
+ . changed .sty files to print "volume" field at @book bib entries
+ . changed example of "Ficha catalográfica"
+ . changed default implementation of \imprimircapa
+ . changed default value for \ABNTEXsignskip from 1cm to 0.7cm
+ . removed "calc" package dependency in order to solve conflicts
+ with "external" tikz library
+ . removed change history from source files
+
2014/01/26 - v1.9.2
. fixed "undefined control sequence. l.100 \settocpreprocessor ...": abntex2.cls
now loads sumario=tradicional by default when memoir command \settocpreprocessor
@@ -269,25 +287,53 @@ CHANGE HISTORY
2012/12/20 - v1.0
initial release on CTAN
+
INSTALLATION
-----------------------------------------------------------------
-In order to install the abntex2 class and abntex2cite package you need:
+Are you new on TeX's world?
+---------------------------
+
+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.
+
+"Automagic" instalation on a TeXLive system
+-------------------------------------------
+
+If you already have a TexLive system installed on a Unix-like system (Linux, Mac, BSD),
+in order to install the abntex2 class and the abntex2cite package, uncompress the TDS file (something like
+abntex2-tds-VERSION.zip or abntex2-tds-VERSION.tar.gz) and type on a Terminal:
+
+ make install
+
+This will install abnTeX2 on your TeXLive system.
- abntex2.cls The abntex2 class file.
- abntex2cite.sty The abntex2cite citation package file.
- abntex2abrev.sty Extension of abntex2cite package. It contains abbreviations helpers macros.
- abntex2-alf.bst Numeric citation style file.
+Manual instalation
+------------------
+
+You can manually install the abntex2 class and the abntex2cite package in any LaTeX system (TeXLive, MiKTeX,
+among others) running over a Windows, Linux, Mac, BSD (among others) if you have:
+
+ abntex2.cls The abntex2 class file.
+ abntex2cite.sty The abntex2cite citation package file.
+ abntex2abrev.sty Extension of abntex2cite package. It contains abbreviations helpers macros.
+ abntex2-alf.bst Numeric citation style file.
abntex2-num.bst Alphanumeric (author-date) citation style file.
- abntex2-options.bib Default citation options configurations.
+ abntex2-options.bib Default citation options configurations.
Put those files somewhere LaTeX can find them. Read the documentation of
your LaTeX system to find out where this might be.
+
+Test the installation
+---------------------
+
+Type on a Terminal:
+
+ texdoc abntex2
-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.
-
+It should open the abntex2.pdf document file. You will find the current version of abnTeX2 on it.
+
DOCUMENTATION
-----------------------------------------------------------------