summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/abntex2
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-26 21:57:28 +0000
committerKarl Berry <karl@freefriends.org>2014-01-26 21:57:28 +0000
commitfc11ec42903196eb886eff26e3c251aa47fdd8fb (patch)
tree1a1db75a2b4a1566535b86f868aa0f7b54fc7228 /Master/texmf-dist/tex/latex/abntex2
parent9e3cd21672ed0bfde1d475ed2c20652be691329e (diff)
abntex2 (26jan14)
git-svn-id: svn://tug.org/texlive/trunk@32794 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/abntex2')
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2.cls25
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2abrev.sty4
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty9
3 files changed, 28 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2.cls b/Master/texmf-dist/tex/latex/abntex2/abntex2.cls
index e4043d60961..31059625faa 100644
--- a/Master/texmf-dist/tex/latex/abntex2/abntex2.cls
+++ b/Master/texmf-dist/tex/latex/abntex2/abntex2.cls
@@ -1,5 +1,5 @@
-%% abntex2.cls, v-1.9.1 laurocesar
-%% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/
+%% abntex2.cls, v-1.9.2 laurocesar
+%% Copyright 2012-2014 by abnTeX2 group at http://abntex2.googlecode.com/
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -17,11 +17,15 @@
%%
%% This work consists of the file abntex2.cls.
%%
+%% 2014.1.26 8h24 laurocesar
+%% Corrige declaracao de opcoes para abnt-6027-2012 quando versao de memoir for
+%% antiga
+%%
%% 2013.12.26 06h41 laurocesar (volanski)
%% Replaced ~--~ by ~\textendash~
%%
%% 2013.10.26 17h45 laurocesar
-%% Adiciona a marcro \phantompart
+%% Adiciona a macro \phantompart
%% Revisa código do sumário 6027-2012
%%
%% 2013.11.30 15h12 laurocesar
@@ -150,7 +154,7 @@
% ------------------------------------------------------------------------
% ------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{abntex2}[2013/12/26 v1.9.1 abnTeX2]
+\ProvidesClass{abntex2}[2014/01/26 v1.9.2 abnTeX2]
\RequirePackage{ifthen}
%
% Captura as options article e twocolumn
@@ -196,7 +200,8 @@
\setboolean{ABNTEXsumario-tradicional}{true}%
\setboolean{ABNTEXsumario-abnt-6027-2012}{false}}
\DeclareOption{sumario=abnt-6027-2012}{%
- \setboolean{ABNTEXsumario-abnt-6027-2012}{true}}
+ \setboolean{ABNTEXsumario-abnt-6027-2012}{true}
+ \setboolean{ABNTEXsumario-tradicional}{false}}
%
% Repassa demais opcoes a memoir
%
@@ -206,6 +211,16 @@
\ProcessOptions\relax
\LoadClass{memoir}
+% sumario=abnt-6027-2012 : Sumário conforme recomendação da ABNT NBR 6027:2012, que
+% soh pode ser usado com memoir v3.6k ou superior
+% \settocpreprocessor \changes{v3.6k}{2012/09/18}{Added}
+\ifdefined\settocpreprocessor
+\else
+ \setboolean{ABNTEXsumario-tradicional}{true}
+ \setboolean{ABNTEXsumario-abnt-6027-2012}{false}
+\fi
+
+
% ------------------------------------------------------------------------
% ------------------------------------------------------------------------
% Comandos para tratamento de opcoes proprias
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2abrev.sty b/Master/texmf-dist/tex/latex/abntex2/abntex2abrev.sty
index fc3e3417c4d..fe3fd56d7cf 100644
--- a/Master/texmf-dist/tex/latex/abntex2/abntex2abrev.sty
+++ b/Master/texmf-dist/tex/latex/abntex2/abntex2abrev.sty
@@ -1,5 +1,5 @@
-%% abntex2abrev.sty, v-1.9.1 laurocesar
-%% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/
+%% abntex2abrev.sty, v-1.9.2 laurocesar
+%% Copyright 2012-2014 by abnTeX2 group at http://abntex2.googlecode.com/
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
index 5eed4edb1d0..00b1e1c78ac 100644
--- a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
+++ b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
@@ -1,5 +1,5 @@
-%% abntex2cite.sty, v-1.9.1 laurocesar
-%% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/
+%% abntex2cite.sty, v-1.9.2 laurocesar
+%% Copyright 2012-2014 by abnTeX2 group at http://abntex2.googlecode.com/
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -21,6 +21,9 @@
%%
%% Revision history:
%%
+%% 2014/1/26 7h58 laurocesar
+%% Adiciona \ProvidesPackage
+%%
%% 2013/05/22 07h05 laurocesar
%% Adiciona a macro \footciteref para referências em notas de rodapé.
%%
@@ -174,7 +177,7 @@
%\input{cvs-id.def}
%\CVSExtract$Id: abntcite.sty,v 1.26 2003/10/13 09:40:41 gweber Exp $
%\CVSPackage{abntcite}{\space Chamadas de referencias no texto (NBR10520)} %substitui \ProvidesPackage (replaces \ProvidesPackage)
-
+\ProvidesPackage{abntex2cite}[2014/01/26 v1.9.2 abnTeX2]
\RequirePackage{ifthen}
\RequirePackage{calc}
\RequirePackage{abntex2abrev}