Lowercase roman for "list of papers"-counter

removed the quotation environment (we already use csquotes)
commented out custom font sizes for now (they don't work well with fonts other than class' default)
main
Taha Ahmed 4 years ago
parent 4042ce61ee
commit 95d5cc3f7c

@ -187,17 +187,18 @@
% Font settings
% ============================================
% these sizes only work well with the UUThesis default font (Times new roman and its clones)
\AtBeginDocument{%
\renewcommand\normalsize{\@setfontsize{\normalsize}{11}{13}} %11/13pt
\renewcommand\small{\@setfontsize{\small}{10}{12}}%10/12pt
\renewcommand\footnotesize{\@setfontsize{\footnotesize}{9}{11}}%9/11pt
\renewcommand\scriptsize{\@setfontsize{\scriptsize}{8}{10}}%8/10pt
\renewcommand\tiny{\@setfontsize{\tiny}{6}{8}}%6/8pt
\renewcommand\large{\@setfontsize{\large}{13}{15}}%13/15
\renewcommand\Large{\@setfontsize{\Large}{15}{17}}%15/17
\renewcommand\LARGE{\@setfontsize{\LARGE}{18}{20}}%18/20
\renewcommand\huge{\@setfontsize{\huge}{20}{23}}%20/23
\renewcommand\Huge{\@setfontsize{\Huge}{24}{28}}%24/28
% \renewcommand\normalsize{\@setfontsize{\normalsize}{11}{13}} %11/13pt
% \renewcommand\small{\@setfontsize{\small}{10}{12}}%10/12pt
% \renewcommand\footnotesize{\@setfontsize{\footnotesize}{9}{11}}%9/11pt
% \renewcommand\scriptsize{\@setfontsize{\scriptsize}{8}{10}}%8/10pt
% \renewcommand\tiny{\@setfontsize{\tiny}{6}{8}}%6/8pt
% \renewcommand\large{\@setfontsize{\large}{13}{15}}%13/15
% \renewcommand\Large{\@setfontsize{\Large}{15}{17}}%15/17
% \renewcommand\LARGE{\@setfontsize{\LARGE}{18}{20}}%18/20
% \renewcommand\huge{\@setfontsize{\huge}{20}{23}}%20/23
% \renewcommand\Huge{\@setfontsize{\Huge}{24}{28}}%24/28
\let\superscript\textsuperscript
\let\subscript\textsubscript
@ -292,17 +293,6 @@
\advance\linewidth-\@totalleftmargin
}
% Indented, smaller text with space before and after
% (You should adjust this so it uses csquotes quotation environment /TA, 180118)
\renewenvironment{quotation}{%
\par\addtolength{\leftskip}{26pt}%
\addvspace{13pt plus 6pt minus 6pt}\small\noindent\ignorespaces%
}{%
\par\addvspace{13pt plus 6pt minus 6pt}%
\global\@afterindentfalse\ignorespacesafterend%
}
\let\quote\quotation
\let\endquote\endquotation
% ============================================
@ -1025,7 +1015,9 @@
}
\newcounter{listofpapersc}
\renewcommand{\thelistofpapersc}{\Roman{listofpapersc}}
% changed from uppercase Roman to lowercase roman to work better with small-caps
% small-caps are defined in cleveref commands in main document
\renewcommand{\thelistofpapersc}{\roman{listofpapersc}}
\newenvironment{listofpapers}{%
\cleardoublepage%
\@ifundefined{pdfbookmark}{}{\pdfbookmark[0]{\listofpapersname}{lop}}%

Loading…
Cancel
Save