diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-20 22:17:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-20 22:17:32 +0000 |
commit | 4a593e5a1eee2ec877019bac9cba7a9203597d23 (patch) | |
tree | a96400ee4dcdb2d9451781d9a5ae56a378da756d /Master/texmf-dist/tex/latex/fei | |
parent | 7772ec7ffe8ab0ed543cb6e46c91b9ecde60e909 (diff) |
fei (20jun17)
git-svn-id: svn://tug.org/texlive/trunk@44654 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 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/fei/fei.cls b/Master/texmf-dist/tex/latex/fei/fei.cls index 120912e424f..02ef3efc8f8 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/27 3.0.6 Modelo da FEI] +\ProvidesClass{fei}[2017/06/19 3.0.7 Modelo da FEI] \DeclareOption{xindy}{ \PassOptionsToPackage{\CurrentOption}{imakeidx} \PassOptionsToPackage{\CurrentOption}{glossaries} @@ -161,7 +161,11 @@ postheadspace=1em \RequirePackage{enumitem} \setlist[1]{align=left,leftmargin=2.25cm,labelsep=0.5em,label={\alph*)},ref=\theenumi} \setlist[2]{align=left,labelwidth=*,labelsep=0.5em,label={--},ref=\theenumii} -\renewenvironment{itemize}{\begin{enumerate}}{\end{enumerate}} % troca o itemize pelo enumerate (seguindo o manual da biblioteca) + +\tightlists + + % troca o itemize pelo enumerate (seguindo o manual da biblioteca) +\renewenvironment{itemize}{\begin{enumerate}}{\end{enumerate}} \renewcommand{\floatpagefraction}{.8} % p^^c3^^a1gina ter^^c3^^a1 apenas floats se o float ocupar pelo menos 80% da p^^c3^^a1gina |