Add Initial LaTeX Template #66

Merged
nuluh merged 48 commits from latex/initial-template into main 2025-05-14 11:41:52 +00:00
Showing only changes of commit 63da3b6308 - Show all commits

View File

@@ -120,11 +120,9 @@
% Frontmatter Macro (Toggle TOC Inclusion) % Frontmatter Macro (Toggle TOC Inclusion)
\newcommand{\frontmattersection}[3]{% \newcommand{\frontmattersection}[3]{%
\begin{titlepage}
\centering \centering
\ifstrequal{#1}{toc}{\thispagestyle{fancyplainfrontmatter}\addcontentsline{toc}{chapter}{#2}}{\chapter*{#2}}% \ifstrequal{#1}{toc}{\thispagestyle{fancyplainfrontmatter}\addcontentsline{toc}{chapter}{#2}}{\chapter*{#2}}%
\input{frontmatter/#3} \input{frontmatter/#3}
\end{titlepage}
\clearpage \clearpage
} }