summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/abntex2
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 /Master/texmf-dist/tex/latex/abntex2
parent96da899a02bb24f0c9fb437f4933cccae75f357b (diff)
abntex2 (6jan13)
git-svn-id: svn://tug.org/texlive/trunk@28751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/abntex2')
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2.cls21
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty10
2 files changed, 25 insertions, 6 deletions
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}}