summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/abntex2/README
blob: 153fe674ff536f7bbfc96de664b66e03374a371d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
This is the README file for the abntex2 class and abntex2cite package. Please read the
license information at the end of this file.


PURPOSE

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.


INSTALLATION

To install the abntex2 class and abntex2cite package you need:
  abntex2.cls
  abntex2cite.sty
  abntex2abrev.sty
  abntex2-alf.bst
  abntex2-num.bst
  abntex2-options.bib
  
Put those files somewhere LaTeX can find it. 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
information on installing packages.


DOCUMENTATION

To produce the abntex2 class documentation you need:
  abntex2.tex						(the main class documentation)
  abntex2-doc.bib
  
To produce the abntex2 class example usage you need:
  abntex2-modelo.tex				(the usage example of the class)
  abntex2-modelo-references.bib

To produce the abntex2cite package documentation you need:
  abntex2cite.tex					(abntex2cite package documentation)
  abntex2cite-alf.tex				(additional alphanumeric, author-date, citation style documentation)
  abntex2-doc.bib
  abntex2-doc-abnt-10520-2001.bib
  abntex2-doc-abnt-10520-2002.bib
  abntex2-doc-abnt-6023-2000.bib
  abntex2-doc-options.bib
  abntex2-doc-test.bib
  
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.
  
  pdflatex FILE.tex
  bibtex FILE.aux
  makeindex FILE
  latex2pdf FILE.tex
  latex2pdf FILE.tex
  
  (the "FILE" entry is one of the .tex file listed above)
  


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/

The abntex2 class and abntex2cite package consists of the following files:

  README       						Instructions on installation and documentation.
  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.tex						The main class documentation
  abntex2-doc.bib					The main class bib references

  abntex2-modelo.tex				The usage example of the class abntex2
  abntex2-modelo-references.bib		Bib references of the example 
  
  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-options.bib			Options configurations used by documentation
  abntex2-doc-test.bib				General bib references used by accordance tests
  
  
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.

HELP

www   https://code.google.com/p/abntex2/
group http://groups.google.com/group/abntex2

Lauro César Araujo - laurocesar at laurocesar dot com