Commit 0559a14f01d5cf4fbf53a479956f43448e4f94f0
1 parent
8e773595
Exists in
master
auto update Thu Jul 30 20:00:21 WEST 2015
Showing
2 changed files
with
2 additions
and
4 deletions
Show diff stats
No preview for this file type
teseue.cls
... | ... | @@ -334,8 +334,7 @@ |
334 | 334 | %% Sumario/Resumo |
335 | 335 | % |
336 | 336 | \newenvironment{tueSUMARIO}{ |
337 | - \chapter*{Sumário}\addcontentsline{toc}{chapter}{Sumário} | |
338 | - \markboth{\uppercase{Sumário}}{} | |
337 | + \chapter*{Sumário}\addcontentsline{toc}{chapter}{Sumário}\markboth{\uppercase{Sumário}}{} | |
339 | 338 | }{ |
340 | 339 | \par |
341 | 340 | \bigskip |
... | ... | @@ -345,8 +344,7 @@ |
345 | 344 | %% Abstract |
346 | 345 | % |
347 | 346 | \newenvironment{tueABSTRACT}{ |
348 | - \chapter*{Abstract}\addcontentsline{toc}{chapter}{Abstract} | |
349 | - \markboth{\uppercase{Abstract}}{} | |
347 | + \chapter*{Abstract}\addcontentsline{toc}{chapter}{Abstract}\markboth{\uppercase{Abstract}}{} | |
350 | 348 | \begin{center} |
351 | 349 | \huge |
352 | 350 | \textbf{\@TITLE} | ... | ... |