summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fei
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-14 20:29:16 +0000
committerKarl Berry <karl@freefriends.org>2021-06-14 20:29:16 +0000
commitdbaab31adb351d48ce1426d194302436cd7ab594 (patch)
treec2f2a1486ef3f2cdec8daf37d5118787a1ff6255 /Master/texmf-dist/tex/latex/fei
parentaff525d6f6dadd6d2c57a15bd83e44f2d9c949c0 (diff)
fei (14jun21)
git-svn-id: svn://tug.org/texlive/trunk@59589 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fei')
-rw-r--r--Master/texmf-dist/tex/latex/fei/fei.cls25
1 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/fei/fei.cls b/Master/texmf-dist/tex/latex/fei/fei.cls
index c94603e72ed..3c65c7051c3 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}[2021/05/26 4.10.2 Modelo da FEI]
+\ProvidesClass{fei}[2021/06/13 4.10.3 Classe da FEI]
\RequirePackage{kvoptions}
\DeclareStringOption[times]{font}
@@ -128,13 +128,14 @@
\RequirePackage{microtype}
\RequirePackage[english,brazil]{babel}
\RequirePackage{csquotes}
+\RequirePackage{indentfirst}
\renewcommand{\normalsize}{\fontsize{12pt}{14.4pt}\selectfont} % fonte do texto
\renewcommand{\footnotesize}{\fontsize{10pt}{12pt}\selectfont} % fonte das notas de rodap^^c3^^a9
\setlrmarginsandblock{30mm}{20mm}{*}
\setulmarginsandblock{30mm}{20mm}{*}
-\checkandfixthelayout
+\checkandfixthelayout%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -143,6 +144,8 @@
+
+
\linespread{1.5}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -155,7 +158,9 @@
\setlength{\headheight}{14.4pt} % remove warning do memoir
-\RequirePackage[font={singlespacing},format=hang, justification=raggedright,labelsep=endash,singlelinecheck=false]{caption} % fontes das legendas
+\captiondelim{ -- }
+\captionstyle{\raggedright}
+\hangcaption
\selectlanguage{brazil} % idioma do documento
@@ -547,7 +552,8 @@
\newcommand{\subtitulo}[1]{\def\@subtitulo{#1}}
-\newcommand{\smallcaption}[1]{\captionsetup{font=small}\caption*{#1}}
+\newcommand{\smallcaption}[1]{{\par\small%
+ \begin{flushleft}#1\end{flushleft}}}
\def\@cidade{S\~ao Bernardo do Campo}
\newcommand{\cidade}[1]{\def\@cidade{#1}}
@@ -636,12 +642,12 @@
\newglossarystyle{mylong}{%
\setglossarystyle{long}% base this style on the long style
- \renewenvironment{theglossary}{%
- \begin{longtable*}{lp{\glsdescwidth}}}%
- {\end{longtable*}}%
+ % \renewenvironment{theglossary}{%
+ % \begin{longtable*}{lp{\glsdescwidth}}}%
+ % {\end{longtable*}}%
}%
- \setglossarystyle{mylong}
+ \setglossarystyle{long}
\setlength\LTleft{0pt}
\setlength\LTright{0pt}
\setlength\glsdescwidth{\linewidth}
@@ -741,7 +747,7 @@
}{\end{SingleSpace}\end{minipage}{}
\end{center}}
%%
-%% Copyright (C) 2020 by Douglas De Rizzo Meneghetti <douglasrizzo@fei.edu.br>
+%% Copyright (C) 2021 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
@@ -756,6 +762,5 @@
%% This work consists of the file fei.dtx,
%% and the derived files fei.pdf and
%% fei.cls.
-%%
%%
%% End of file `fei.cls'.