summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-06 23:58:08 +0000
committerKarl Berry <karl@freefriends.org>2013-01-06 23:58:08 +0000
commit208cd16bb64c9544452e82df4d9251076fef8323 (patch)
treec6ba122308384fe90b0647cd10e3365f5906ed66
parent96da899a02bb24f0c9fb437f4933cccae75f357b (diff)
abntex2 (6jan13)
git-svn-id: svn://tug.org/texlive/trunk@28751 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/abntex2/README113
-rw-r--r--Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.pdfbin399909 -> 393521 bytes
-rw-r--r--Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.tex14
-rw-r--r--Master/texmf-dist/doc/latex/abntex2/abntex2.pdfbin572756 -> 572876 bytes
-rw-r--r--Master/texmf-dist/doc/latex/abntex2/abntex2.tex31
-rw-r--r--Master/texmf-dist/doc/latex/abntex2/abntex2cite-alf.tex2
-rw-r--r--Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex2
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2.cls21
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty10
9 files changed, 112 insertions, 81 deletions
diff --git a/Master/texmf-dist/doc/latex/abntex2/README b/Master/texmf-dist/doc/latex/abntex2/README
index 153fe674ff5..70538759e0b 100644
--- a/Master/texmf-dist/doc/latex/abntex2/README
+++ b/Master/texmf-dist/doc/latex/abntex2/README
@@ -1,52 +1,61 @@
+-----------------------------------------------------------------
+abnTeX2: Type­set a Brazil­ian aca­demic the­sis 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.
-
-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.
+CHANGE HISTORY
+-----------------------------------------------------------------
+ 2013/01/05 - v1.1
+ bug corrections
+ now \titulo, \autor and \data do the same as \title, \author and \date
+
+ 2012/12/20 - v1.0
+ initial release on CTAN
INSTALLATION
+-----------------------------------------------------------------
+
+In order to install the abntex2 class and abntex2cite package you need:
-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
+ 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.
-Put those files somewhere LaTeX can find it. Read the documentation of
+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 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages for more
information on installing packages.
-
+
DOCUMENTATION
+-----------------------------------------------------------------
+
+The abnTeX2 documentation consists of the following files:
+
+ README Instructions on installation and documentation.
+ abntex2-modelo.tex The usage example of the abntex2 class abntex2cite package
+ abntex2-modelo-references.bib Bib references of the example
+
+ abntex2.tex The main class documentation
+ 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
-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)
@@ -62,46 +71,30 @@ Compile the documentation as the example below. There are 4 PDF files of documen
(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.
+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.
+
HELP
+-----------------------------------------------------------------
+You can get help here:
+
www https://code.google.com/p/abntex2/
group http://groups.google.com/group/abntex2
+We need your help too. Access the project's home page and contact us.
+
Lauro César Araujo - laurocesar at laurocesar dot com \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.pdf b/Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.pdf
index b6d94d6a671..f36e5d16737 100644
--- a/Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.pdf
+++ b/Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.tex b/Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.tex
index 120e41c2922..7cdda1fea78 100644
--- a/Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.tex
+++ b/Master/texmf-dist/doc/latex/abntex2/abntex2-modelo.tex
@@ -1,4 +1,4 @@
-%% abtex2-modelo.tex
+%% abtex2-modelo.tex, v 1.1 2013/01/03 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
%%
%% This work may be distributed and/or modified under the
@@ -18,7 +18,11 @@
%% This work consists of the files abntex2-modelo.tex and abntex2-modelo-references.bib
%%
%%
-%% 2012.12.21 08h37 lauro cesar
+%% 2013.1.3 09h02 laurocesar
+%% Inclusão de \legend{} no exemplo da tabela
+%% Corrige um espaçamento incorreto na Errata.
+%%
+%% 2012.12.21 08h37 laurocesar
%% Removido o pacote mychemistry do preâmbulo;
%% Adicionado o pacote calc, necessário para \definecolor
%%
@@ -215,7 +219,9 @@ as normas ABNT apresentado à comunidade de usuários \LaTeX.}
% ---
\begin{errata}
Elemento opcional da \citeonline[4.2.1.2]{NBR14724:2011}. Exemplo:
+
\vspace{\onelineskip}
+
FERRIGNO, C. R. A. \textbf{Tratamento de neoplasias ósseas apendiculares com
reimplantação de enxerto ósseo autólogo autoclavado associado ao plasma
rico em plaquetas}: estudo crítico na cirurgia de preservação de membro em
@@ -552,8 +558,7 @@ título, esta deve ser subdividida em alíneas \cite[4.2]{NBR6024:2012}:
\begin{table}[htb]
\footnotesize
-\caption[Níveis de investigação]{\footnotesize{Níveis de investigação.
-\cite{van86}}}
+\caption[Níveis de investigação]{Níveis de investigação.}
\label{tab-nivinv}
\begin{tabular}{p{2.6cm}|p{6.0cm}|p{2.25cm}|p{3.40cm}}
%\hline
@@ -568,6 +573,7 @@ título, esta deve ser subdividida em alíneas \cite[4.2]{NBR6024:2012}:
Nível inferior & Modelos e métodos do nível do objeto e problemas do nível inferior & Prática & Solução de problemas \\
% \hline
\end{tabular}
+\legend{Fonte: \citeonline{van86}}
\end{table}
\lipsum[5]
diff --git a/Master/texmf-dist/doc/latex/abntex2/abntex2.pdf b/Master/texmf-dist/doc/latex/abntex2/abntex2.pdf
index 5d1b4018e30..9844000fa0f 100644
--- a/Master/texmf-dist/doc/latex/abntex2/abntex2.pdf
+++ b/Master/texmf-dist/doc/latex/abntex2/abntex2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/abntex2/abntex2.tex b/Master/texmf-dist/doc/latex/abntex2/abntex2.tex
index c2de1923c6f..54d6168f77c 100644
--- a/Master/texmf-dist/doc/latex/abntex2/abntex2.tex
+++ b/Master/texmf-dist/doc/latex/abntex2/abntex2.tex
@@ -1,4 +1,4 @@
-%% abtex2.tex
+%% abtex2.tex, v 1.1 2013/01/03 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
%%
%% This work may be distributed and/or modified under the
@@ -16,6 +16,15 @@
%% http://code.google.com/p/abntex2/
%%
%% This work consists of the file abntex2.tex
+%%
+%%
+%%
+%% 2013.1.3 09h08 laurocesar
+%% Documentação de \title{} \author{} e \date{} nos equivalentes em portugues.
+%%
+%% 2012.12.2 09h38 laurocesar
+%% Criação do arquivo
+%%
\documentclass[a4paper]{ltxdoc}
@@ -499,6 +508,8 @@ do pacote \textsf{hyperref}.
\DescribeMacro{\titulo}\DescribeMacro{\imprimirtitulo}
A macro |\titulo|\marg{texto do título} é utilizada para armazenar o título do
trabalho. O conteúdo armazenado é impresso por meio da macro |\imprimirtitulo|.
+Esta macro também executa a macro padrão |\title| com o mesmo conteúdo informado
+em |\titulo|.
% ---
\subsubsection{Autor}
@@ -507,7 +518,8 @@ trabalho. O conteúdo armazenado é impresso por meio da macro |\imprimirtitulo|
\DescribeMacro{\autor}\DescribeMacro{\imprimirautor}
A macro |\autor|\marg{nome do(s) autor(es)} é utilizada para armazenar os nomes
dos autores do trabalho. O conteúdo armazenado é impresso por meio da macro
-|\imprimirautor|.
+|\imprimirautor|. Esta macro também executa a macro padrão |\author| com o mesmo
+conteúdo informado em |\autor|.
% ---
\subsubsection{Data}
@@ -516,7 +528,8 @@ dos autores do trabalho. O conteúdo armazenado é impresso por meio da macro
\DescribeMacro{\data}\DescribeMacro{\imprimirdata}
A macro |\data|\marg{mês e ano ou data em português} é utilizada para armazenar
o mês e ano ou a data do trabalho. O conteúdo armazenado é
-impresso por meio da macro |\imprimirdata|.
+impresso por meio da macro |\imprimirdata|. Esta macro também executa a macro
+padrão |\date| com o mesmo conteúdo informado em |\data|.
Durante o desenvolvimento do trabalho, é possível utilizar |\data{\today}| para
que seja armazenada a data atual.
@@ -1541,12 +1554,12 @@ Para indicar o local de impressão da bibliografia, utilize:
\end{verbatim}
Você pode usar tanto a classe \textsf{abntex2} quanto o pacote de citações
-\textsf{abntex2cite} de forma independente. Ou seja, você pode usar a classe e
-não usar o pacote ou usar o pacote e não usar a classe. Isso é útil, por
-exemplo, quando se está escrevendo um documento baseado em outra classe
-fornecida por uma instituição, por exemplo, mas se deseja manter o padrão de
-citações brasileiro, ou então, deseja-se utilizar as customizações da classe
-\textsf{abntex2} com outro padrão de referências bibliográficas.
+\textsf{abntex2cite} de forma independente. Usar apenas o pacote de citações é
+útil quando se está escrevendo um documento baseado em outra classe fornecida.
+Uma instituição de ensino, por exemplo, pode se utilizar deste recurso caso se
+deseje manter apenas o padrão de citações. Por outro lado, também se pode
+optar por utilizar as customizações da classe \textsf{abntex2} com outro
+padrão de referências bibliográficas.
\DescribeEnv{backref}
O \textsf{abntex2cite} é compatível com o pacote
diff --git a/Master/texmf-dist/doc/latex/abntex2/abntex2cite-alf.tex b/Master/texmf-dist/doc/latex/abntex2/abntex2cite-alf.tex
index e36d44df876..965d21a8b4a 100644
--- a/Master/texmf-dist/doc/latex/abntex2/abntex2cite-alf.tex
+++ b/Master/texmf-dist/doc/latex/abntex2/abntex2cite-alf.tex
@@ -1,4 +1,4 @@
-%% abntex2cite-alf.tex
+%% abntex2cite-alf.tex, v 1.0 2013/01/01 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
%%
%% This work may be distributed and/or modified under the
diff --git a/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex b/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
index c981c013752..4640be80817 100644
--- a/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
+++ b/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
@@ -1,4 +1,4 @@
-%% abntex2cite.tex
+%% abntex2cite.tex, v 1.0 2013/01/01 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
%%
%% This work may be distributed and/or modified under the
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2.cls b/Master/texmf-dist/tex/latex/abntex2/abntex2.cls
index fc1bec15a52..a4e42f7fae1 100644
--- a/Master/texmf-dist/tex/latex/abntex2/abntex2.cls
+++ b/Master/texmf-dist/tex/latex/abntex2/abntex2.cls
@@ -1,4 +1,4 @@
-%% abntex2.cls
+%% abntex2.cls, v 1.1 2013/01/03 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
%%
%% This work may be distributed and/or modified under the
@@ -16,6 +16,17 @@
%% http://code.google.com/p/abntex2/
%%
%% This work consists of the file abntex2.cls.
+%%
+%%
+%%
+%% 2013.1.3 09h02 laurocesar
+%% Correção do estilo de capítulo de \renewcommand{\beforechapskip}{0cm} para
+%% setlength{\beforechapskip}{0cm}
+%% Inclusão de \title{} \author{} e \date{} nos equivalentes em portugues
+%%
+%% 2012.12.2 09h38 laurocesar
+%% Criação do arquivo
+%%
% ------------------------------------------------------------------------
% ------------------------------------------------------------------------
@@ -272,7 +283,7 @@
}{} % else
}
\renewcommand{\afterchapternum}{}
- \renewcommand{\beforechapskip}{0cm}
+ \setlength{\beforechapskip}{0cm}
% impressao do capitulo nao numerado
\renewcommand\printchapternonum{%
@@ -334,15 +345,15 @@
% Comandos de dados - título do documento
\providecommand{\imprimirtitulo}{}
-\newcommand{\titulo}[1]{\renewcommand{\imprimirtitulo}{#1}}
+\newcommand{\titulo}[1]{\title{#1}\renewcommand{\imprimirtitulo}{#1}}
% Comandos de dados - autor (use \and para múltiplos autores)
\providecommand{\imprimirautor}{}
-\newcommand{\autor}[1]{\renewcommand{\imprimirautor}{#1}}
+\newcommand{\autor}[1]{\author{#1}\renewcommand{\imprimirautor}{#1}}
% Comandos de dados - data
\providecommand{\imprimirdata}{}
-\newcommand{\data}[1]{\renewcommand{\imprimirdata}{#1}\date{#1}}
+\newcommand{\data}[1]{\date{#1}\renewcommand{\imprimirdata}{#1}\date{#1}}
% Comandos de dados - instituição
\providecommand{\imprimirinstituicao}{}
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
index 09a140b121a..2e11a2c0c1c 100644
--- a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
+++ b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
@@ -1,4 +1,4 @@
-%% abntex2cite.sty, v 1.0 2013/01/01 laurocesar
+%% abntex2cite.sty, v 1.1 2013/01/05 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
%%
%% This work may be distributed and/or modified under the
@@ -29,6 +29,11 @@
%%
%% The original revision history is the following:
%%
+%%
+%% 2013/01/05 14h35 laurocesar
+%% Corrige uma incompatibilidade com o Beamer: adiciona a verificação da
+%% existência da length \bibindent antes de usá-la.
+%%
%% 2012/04/26 20h20 laurocesar
%% Incluída as contribuições de compatibilização com o pacote backref de
%% Alan Wilter Sousa da Silva (AWSS), desenvolvida em 2005-06-26 23:13:59 GMT
@@ -254,6 +259,9 @@
\ExecuteOptions{abnt-option-file}
% recuo : compatibility with old norms
+\ifx \bibindent\undefined
+ \newlength{\bibindent}
+\fi
\setlength{\bibindent}{0em}
\DeclareOption{recuo}{\setlength{\bibindent}{1.8em}}