diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fei/fei.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/fei/fei.cls | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fei/fei.cls b/Master/texmf-dist/tex/latex/fei/fei.cls index b4640a52306..edc7ec98e62 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}[2020/03/03 4.8 Modelo da FEI] +\ProvidesClass{fei}[2020/06/28 4.9.1 Modelo da FEI] \DeclareOption{draft}{ \PassOptionsToClass{\CurrentOption}{memoir} @@ -40,7 +40,6 @@ \newif\ifsublist \sublistfalse \DeclareOption{sublist}{\sublisttrue} - \newif\ifdeposito \depositofalse \DeclareOption{deposito}{\depositotrue} @@ -57,6 +56,10 @@ \DeclareOption{oneside}{\onesidetrue} \DeclareOption{twoside}{\onesidefalse} +\DeclareOption{backrefs}{% +\PassOptionsToPackage{backref}{biblatex}% +} + \DeclareOption{algo-as-figure}{\PassOptionsToPackage{figure}{algorithm2e}}% \newif\ifpdfa @@ -617,7 +620,7 @@ bibliography = {REFER\^ENCIAS} }{\end{SingleSpace}\end{minipage}{} \end{center}} %% -%% Copyright (C) 2019 by Douglas De Rizzo Meneghetti <douglasrizzo@fei.edu.br> +%% Copyright (C) 2020 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 |