Revision: f27c011bfbc4
Branch: default
Author: laurocesar
Date: Thu Dec 4 10:17:24 2014 UTC
Log: Incorpora a issue 131
https://code.google.com/p/abntex2/source/detail?r=f27c011bfbc4
Modified:
/doc/latex/abntex2/README
/doc/latex/abntex2/examples/abntex2-modelo-glossarios.tex
/tex/latex/abntex2/abntex2.cls
=======================================
--- /doc/latex/abntex2/README Thu Dec 4 10:08:32 2014 UTC
+++ /doc/latex/abntex2/README Thu Dec 4 10:17:24 2014 UTC
@@ -31,6 +31,7 @@
2015/xx/xx - v1.9.3
. changed sumario=abnt-6027-2012 option: now the "References" chapter
label
is printed in uppercase in TOC
+ . changed deprecated command \glossarystyle to \setglossarystyle
. remove "calc" package dependency in order to make abntex2.cls works
with "external" tikz library
. added a minimal pandoc template, making it possible to generate
abntex2 documents from markdown files
=======================================
--- /doc/latex/abntex2/examples/abntex2-modelo-glossarios.tex Sun Jan 26
11:22:22 2014 UTC
+++ /doc/latex/abntex2/examples/abntex2-modelo-glossarios.tex Thu Dec 4
10:17:24 2014 UTC
@@ -380,7 +380,7 @@
Os estilos podem ser alterados com:
\begin{verbatim}
- \glossarystyle{altlisthypergroup}
+ \setglossarystyle{altlisthypergroup}
\end{verbatim}
O estilo \texttt{index} é ideal para construção de glossários com diversos
@@ -481,9 +481,9 @@
% ---
% Estilo de glossário
% ---
-% \glossarystyle{index}
-% \glossarystyle{altlisthypergroup}
- \glossarystyle{tree}
+% \setglossarystyle{index}
+% \setglossarystyle{altlisthypergroup}
+ \setglossarystyle{tree}
% ---
=======================================
--- /tex/latex/abntex2/abntex2.cls Thu Dec 4 10:08:32 2014 UTC
+++ /tex/latex/abntex2/abntex2.cls Thu Dec 4 10:17:24 2014 UTC
@@ -17,6 +17,10 @@
%%
%% This work consists of the file abntex2.cls.
%%
+%% 2014.12.4 8h13 laurocesar
+%% Adiciona configuração do capítulo de Referências (título em maiúsculo
no
+%% sumário) para a opção sumario=abnt-6027-2012 (issue 112)
+%%
%% 2014.6.9 11h31 laurocesar
%% Remove uso do pacote calc
%%