summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-11 22:24:26 +0000
committerKarl Berry <karl@freefriends.org>2018-12-11 22:24:26 +0000
commit6ffd766f7627989e12bfb89d63f908de8c052c81 (patch)
tree9b78e12d08e36fea11c752ca7eb83f77b6948a5e
parentade4bbfe2ab608033570769008ea44f7053554cf (diff)
ucsmonograph (11dec18)
git-svn-id: svn://tug.org/texlive/trunk@49389 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/ucsmonograph/ucsmonograph.pdfbin410509 -> 410611 bytes
-rw-r--r--Master/texmf-dist/source/latex/ucsmonograph/ucsmonograph.dtx9
-rw-r--r--Master/texmf-dist/tex/latex/ucsmonograph/ucsmonograph.cls6
3 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/ucsmonograph/ucsmonograph.pdf b/Master/texmf-dist/doc/latex/ucsmonograph/ucsmonograph.pdf
index efb9e7e65f5..822cbb874a1 100644
--- a/Master/texmf-dist/doc/latex/ucsmonograph/ucsmonograph.pdf
+++ b/Master/texmf-dist/doc/latex/ucsmonograph/ucsmonograph.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/ucsmonograph/ucsmonograph.dtx b/Master/texmf-dist/source/latex/ucsmonograph/ucsmonograph.dtx
index eea4d0a22d6..ffd226be483 100644
--- a/Master/texmf-dist/source/latex/ucsmonograph/ucsmonograph.dtx
+++ b/Master/texmf-dist/source/latex/ucsmonograph/ucsmonograph.dtx
@@ -33,7 +33,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}
%<class>\ProvidesClass{ucsmonograph}
%<*class>
- [2018/11/22 v1.2.0 Padrao de monografias da UCS]
+ [2018/12/10 v1.2.1 Padrao de monografias da UCS]
%</class>
%
%<*driver>
@@ -56,7 +56,7 @@
%</driver>
%\fi
-% \CheckSum{643}
+% \CheckSum{648}
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -732,9 +732,12 @@
%
%\begin{macro}{enumerate}
%\changes{v1.1.2}{2018/09/28}{Ajustar parâmetros de acordo com o padrão da UCS}
+%\changes{v1.2.1}{2018/12/10}{Criar um length para configurar os enumerates}
% Configuração das listas para atender ao padrão da UCS.
% \begin{macrocode}
-\setlist[enumerate,1]{labelindent=\parindent,leftmargin=0.6cm+\parindent,nosep,label=\alph*)}
+\newlength\@enumerateindent
+\setlength\@enumerateindent{\parindent+0.6cm}
+\setlist[enumerate,1]{labelindent=\parindent,leftmargin=\@enumerateindent,nosep,label=\alph*)}
% \end{macrocode}
%\end{macro}
%
diff --git a/Master/texmf-dist/tex/latex/ucsmonograph/ucsmonograph.cls b/Master/texmf-dist/tex/latex/ucsmonograph/ucsmonograph.cls
index 15804d25603..f27350ec86d 100644
--- a/Master/texmf-dist/tex/latex/ucsmonograph/ucsmonograph.cls
+++ b/Master/texmf-dist/tex/latex/ucsmonograph/ucsmonograph.cls
@@ -31,7 +31,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{ucsmonograph}
-[2018/11/22 v1.2.0 Padrao de monografias da UCS]
+[2018/12/10 v1.2.1 Padrao de monografias da UCS]
\RequirePackage{ifthen}
@@ -216,7 +216,9 @@ citecolor=black,
\setlength\jot{2ex}
}
-\setlist[enumerate,1]{labelindent=\parindent,leftmargin=0.6cm+\parindent,nosep,label=\alph*)}
+\newlength\@enumerateindent
+\setlength\@enumerateindent{\parindent+0.6cm}
+\setlist[enumerate,1]{labelindent=\parindent,leftmargin=\@enumerateindent,nosep,label=\alph*)}
\setlist[itemize,1]{nosep,label=--}
\let\@oldthebibliography\thebibliography