refactor(documentclass): update title handling by using input files for maketitle
Closes #91
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
\input{preamble/macros}
|
\input{preamble/macros}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
\input{frontmatter/maketitle}
|
||||||
\maketitle
|
\input{frontmatter/maketitle_secondary}
|
||||||
\frontmatter
|
\frontmatter
|
||||||
% \input{frontmatter/approval}\clearpage
|
% \input{frontmatter/approval}\clearpage
|
||||||
% \input{frontmatter/originality}\clearpage
|
% \input{frontmatter/originality}\clearpage
|
||||||
|
|||||||
@@ -109,9 +109,6 @@
|
|||||||
|
|
||||||
% \titlespacing*{\chapter}{0pt}{-10pt}{20pt}
|
% \titlespacing*{\chapter}{0pt}{-10pt}{20pt}
|
||||||
|
|
||||||
% Redefine \maketitle
|
|
||||||
\renewcommand{\maketitle}{\input{frontmatter/maketitle}}
|
|
||||||
|
|
||||||
% Chapter & Section format
|
% Chapter & Section format
|
||||||
\renewcommand{\cftchapfont}{\normalsize\MakeUppercase}
|
\renewcommand{\cftchapfont}{\normalsize\MakeUppercase}
|
||||||
% \renewcommand{\cftsecfont}{}
|
% \renewcommand{\cftsecfont}{}
|
||||||
|
|||||||
Reference in New Issue
Block a user