fix(latex): change document class from report to book for having access to \frontmatter, \mainmatter, and \backmatter
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
\DeclareOption{draftmark}{\@draftmarktrue}
|
||||
\ProcessOptions \relax
|
||||
\LoadClass[a4paper,12pt]{report}
|
||||
\LoadClass[a4paper,12pt,oneside]{book}
|
||||
|
||||
% Load common packages
|
||||
\RequirePackage{fontspec}
|
||||
|
||||
Reference in New Issue
Block a user