diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-28 20:37:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-28 20:37:38 +0000 |
commit | 20025daa5d4166eaa8954e7f86851fb16b0f9935 (patch) | |
tree | 74a1995dfdb0cec447121b8c916b40e17ff9f1d5 /Master/texmf-dist/tex/latex | |
parent | 5975d8c977cc3272d11169c088e93e55efbc5940 (diff) |
fei (28mar17)
git-svn-id: svn://tug.org/texlive/trunk@43630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/fei/fei.cls | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/fei/fei.cls b/Master/texmf-dist/tex/latex/fei/fei.cls index 16d6bbbb765..120912e424f 100644 --- a/Master/texmf-dist/tex/latex/fei/fei.cls +++ b/Master/texmf-dist/tex/latex/fei/fei.cls @@ -14,7 +14,7 @@ %% See http://www.latex-project.org/lppl.txt %% ----------------------------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{fei}[2017/03/18 3.0.5 Modelo da FEI] +\ProvidesClass{fei}[2017/03/27 3.0.6 Modelo da FEI] \DeclareOption{xindy}{ \PassOptionsToPackage{\CurrentOption}{imakeidx} \PassOptionsToPackage{\CurrentOption}{glossaries} @@ -332,7 +332,7 @@ postheadspace=1em \renewcommand{\indexname}{\'Indice} \let\oldmakeindex\makeindex \let\oldprintindex\printindex -\renewcommand{\makeindex}{\oldmakeindex[title=\hfill \'INDICE \hfill \mbox{}]} +\renewcommand{\makeindex}{\oldmakeindex[title=\noindent\hfill\'INDICE\hfill\mbox{}]} \renewcommand{\printindex}{\addcontentsline{toc}{chapter}{\hspace{\cftchapternumwidth}\'INDICE}% \renewcommand{\chapter}{% \@startsection{chapter}{0}{0pt}{0pt}{1.5cm}{\clearpage\fontsize{12pt}{14.4pt}\bfseries\MakeUppercase}}% @@ -369,8 +369,8 @@ postheadspace=1em \addto\captionsbrazil{% \renewcommand*{\listfigurename}{Lista de Ilustra\c{c}\~oes}% \renewcommand*{\contentsname}{Sum\'ario}% -\renewcommand*{\acronymname}{\hfill Lista de Abreviaturas \hfill \mbox{}}% -\renewcommand*{\glssymbolsgroupname}{\hfill Lista de S\'imbolos \hfill \mbox{}}} +\renewcommand*{\acronymname}{\noindent\hfill Lista de Abreviaturas \hfill \mbox{}}% +\renewcommand*{\glssymbolsgroupname}{\noindent\hfill Lista de S\'imbolos \hfill \mbox{}}} \renewcommand*{\glsclearpage}{\pagestyle{empty}} \renewcommand*{\glossarypostamble}{\pagestyle{empty}\cleardoublepage} @@ -416,7 +416,7 @@ bibliography = {REFER\^ENCIAS} \defbibheading{bibliography}[\bibname]{% \clearpage\phantomsection\addcontentsline{toc}{chapter}{\bfseries\hspace{\cftchapternumwidth}REFER\^ENCIAS}% adiciona o titulo ao sumario -\hfill \textbf{REFER\^ENCIAS} \hfill\mbox{}% +\noindent\hfill\textbf{REFER\^ENCIAS}\hfill\mbox{}% \urlstyle{same} % URLs nas refer^^c3^^aancias devem ter a mesma fonte do texto } @@ -437,7 +437,7 @@ bibliography = {REFER\^ENCIAS} \item\relax} {\endlist\end{SingleSpace}} %% -%% Copyright (C) 2016 by Douglas De Rizzo Meneghetti <douglasrizzo@fei.edu.br> +%% Copyright (C) 2017 by Douglas De Rizzo Meneghetti <douglasrizzo@fei.edu.br> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either |