From e9568583e41fbc4722ceaf003f21033869744cdc Mon Sep 17 00:00:00 2001 From: nuluh Date: Sun, 11 May 2025 22:13:46 +0700 Subject: [PATCH] fix(latex): change document class from report to book for having access to \frontmatter, \mainmatter, and \backmatter --- latex/thesis.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/thesis.cls b/latex/thesis.cls index 5b1788e..ef3c511 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -6,7 +6,7 @@ \DeclareOption{draftmark}{\@draftmarktrue} \ProcessOptions \relax -\LoadClass[a4paper,12pt]{report} +\LoadClass[a4paper,12pt,oneside]{book} % Load common packages \RequirePackage{fontspec}