diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-26 21:03:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-26 21:03:50 +0000 |
commit | e03a9ae472896cdf4370b05bac650ca7ee1b9710 (patch) | |
tree | a99febf869c5cfed5f9bca8997fca709c09cb54e /Master/texmf-dist/tex/latex/fei | |
parent | 0530c7bfe358b2f4a02abc71ba0a4553dce8887a (diff) |
fei (26jul20)
git-svn-id: svn://tug.org/texlive/trunk@55960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fei')
-rw-r--r-- | Master/texmf-dist/tex/latex/fei/fei.cls | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/fei/fei.cls b/Master/texmf-dist/tex/latex/fei/fei.cls index edc7ec98e62..bd562b23e20 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/06/28 4.9.1 Modelo da FEI] +\ProvidesClass{fei}[2020/07/26 4.10.1 Modelo da FEI] \DeclareOption{draft}{ \PassOptionsToClass{\CurrentOption}{memoir} @@ -570,11 +570,15 @@ colorlinks={false}% \RequirePackage[backend=biber, safeinputenc=true, uniquelist=false, +doi=true, +repeatfields=true, style=abnt-numeric]{biblatex} \else \RequirePackage[backend=biber, safeinputenc=true, uniquelist=false, +doi=true, +repeatfields=true, style=abnt]{biblatex} \fi |