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 1b20376700 - Show all commits

View File

@@ -6,7 +6,7 @@
\DeclareOption{draftmark}{\@draftmarktrue} \DeclareOption{draftmark}{\@draftmarktrue}
\ProcessOptions \relax \ProcessOptions \relax
\LoadClass[a4paper,12pt]{report} \LoadClass[a4paper,12pt,oneside]{book}
% Load common packages % Load common packages
\RequirePackage{fontspec} \RequirePackage{fontspec}
@@ -115,7 +115,7 @@
% Table of Contents (TOC) Title styling % Table of Contents (TOC) Title styling
\renewcommand{\contentsname}{DAFTAR ISI} \renewcommand{\contentsname}{DAFTAR ISI}
\renewcommand{\cfttoctitlefont}{\bfseries\MakeUppercase} \renewcommand{\cfttoctitlefont}{\bfseries\MakeUppercase}
\renewcommand{\cftaftertoctitle}{\hfill\hfill} % https://tex.stackexchange.com/a/255699/394075 \renewcommand{\cftaftertoctitle}{\hfill} % https://tex.stackexchange.com/a/255699/394075
% \renewcommand{\cftaftertoctitle}{\vskip 2em} % \renewcommand{\cftaftertoctitle}{\vskip 2em}
% Frontmatter Macro (Toggle TOC Inclusion) % Frontmatter Macro (Toggle TOC Inclusion)