Merge pull request #94 from nuluh/latex/91-bug-expose-maketitle
Maketitle Replaced with \input for Flexibility when integrated with latexdiff-latexpand Workflow
This commit was merged in pull request #94.
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
|
||||||
|
|||||||
@@ -28,10 +28,10 @@
|
|||||||
% Polyglossia set language
|
% Polyglossia set language
|
||||||
\setdefaultlanguage[variant=indonesian]{malay} % Proper Indonesian language setup
|
\setdefaultlanguage[variant=indonesian]{malay} % Proper Indonesian language setup
|
||||||
\setotherlanguage{english} % Enables English as secondary language
|
\setotherlanguage{english} % Enables English as secondary language
|
||||||
% \DefineBibliographyStrings{english}{% % Customizes bibliography text
|
\DefineBibliographyStrings{english}{% % Customizes bibliography text
|
||||||
% andothers={dkk\adddot}, % Changes "et al." to "dkk."
|
andothers={dkk\adddot}, % Changes "et al." to "dkk."
|
||||||
% pages={hlm\adddot}, % Changes "pp." to "hlm."
|
pages={hlm\adddot}, % Changes "pp." to "hlm."
|
||||||
% }
|
}
|
||||||
|
|
||||||
% Conditionally load the watermark package and settings
|
% Conditionally load the watermark package and settings
|
||||||
\if@draftmark
|
\if@draftmark
|
||||||
@@ -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