summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/abntex2/abntex2.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/abntex2/abntex2.cls')
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2.cls29
1 files changed, 18 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2.cls b/Master/texmf-dist/tex/latex/abntex2/abntex2.cls
index 07df50db84e..1a427c35221 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, v 1.2 2013/01/03 laurocesar
+%% abntex2.cls, v-1.3 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
%%
%% This work may be distributed and/or modified under the
@@ -17,9 +17,16 @@
%%
%% This work consists of the file abntex2.cls.
%%
-%% 2013.1.13 09h23
+%% 2013.1.16 18h46 laurocesar
+%% Altera o \ABNTEXchapterfont para usar \sffamily
+%%
+%% 2013.1.15 07h43 laurocesar
+%% Altera \pretextualchapyer para que insira automaticamente a opção de alterar
+%% o cabeçalho da página criada com \chapter*
+%%
+%% 2013.1.13 09h23 laurocesar
%% Altera o ambiente citacao para que receba diferentes recuos no modo
-%% twocolumn
+%% twocolumn
%%
%% 2013.1.12 21h44 laurocesar
%% Corrige numeração contínua de seções quando não está no modo article
@@ -171,7 +178,7 @@
% ---
% Fontes padrões de part, chapter, section, subsection e subsubsection
-\newcommand{\ABNTEXchapterfont}{\fontfamily{cmss}\fontseries{sbc}\selectfont}
+\newcommand{\ABNTEXchapterfont}{\sffamily}
\newcommand{\ABNTEXchapterfontsize}{\Huge}
\newcommand{\ABNTEXpartfont}{\ABNTEXchapterfont}
@@ -208,7 +215,7 @@
\newcommand{\pretextualchapter}[1]{%
\addtocounter{abntex@bookmarkcounter}{1}
\PRIVATEbookmarkthis{#1}
- \chapter*{#1}
+ \chapter*[#1]{#1}
}
\provideboolean{abntex@apendiceousecao}
\setboolean{abntex@apendiceousecao}{false}
@@ -615,11 +622,11 @@
% ABNT NBR 6024/2012 - 4.2 e 4.3
\newlist{alineas}{enumerate}{2}
\setlist[alineas,1]{label={\alph*)},topsep=0pt,itemsep=0pt,leftmargin=\parindent+\labelwidth-\labelsep}%
-\setlist[alineas,2]{label={---},topsep=0pt,itemsep=0pt,leftmargin=*}
+\setlist[alineas,2]{label={--},topsep=0pt,itemsep=0pt,leftmargin=*}
\newlist{subalineas}{enumerate}{1}
-\setlist[subalineas,1]{label={---},topsep=0pt,itemsep=0pt,leftmargin=*}%
+\setlist[subalineas,1]{label={--},topsep=0pt,itemsep=0pt,leftmargin=*}%
\newlist{incisos}{enumerate}{1}
-\setlist[incisos,1]{label={---},topsep=0pt,itemsep=0pt,leftmargin=*}%
+\setlist[incisos,1]{label={--},topsep=0pt,itemsep=0pt,leftmargin=*}%
% ---
% ---
@@ -666,7 +673,7 @@
{\ABNTEXchapterfont\large\imprimirautor}
\vspace*{\fill}
- {\ABNTEXchapterfont\LARGE\imprimirtitulo}
+ {\ABNTEXchapterfont\bfseries\LARGE\imprimirtitulo}
\vspace*{\fill}
{\large\imprimirlocal}
@@ -698,7 +705,7 @@
{\ABNTEXchapterfont\large\imprimirautor}
\vspace*{\fill}\vspace*{\fill}
- {\ABNTEXchapterfont\Large\imprimirtitulo}
+ {\ABNTEXchapterfont\bfseries\Large\imprimirtitulo}
\vspace*{\fill}
\abntex@ifnotempty{\imprimirpreambulo}{%
@@ -744,4 +751,4 @@
\imprimirfolhaderostonostar
}
\makeatother
-% --- \ No newline at end of file
+% ---