feat(latex): add polyglossia package and set main language to Bahasa Indonesia
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
\LoadClass[a4paper,12pt,oneside]{book}
|
\LoadClass[a4paper,12pt,oneside]{book}
|
||||||
|
|
||||||
% Load common packages
|
% Load common packages
|
||||||
|
\RequirePackage{polyglossia}
|
||||||
\RequirePackage{fontspec}
|
\RequirePackage{fontspec}
|
||||||
\RequirePackage{titlesec}
|
\RequirePackage{titlesec}
|
||||||
\RequirePackage{fancyhdr}
|
\RequirePackage{fancyhdr}
|
||||||
@@ -20,6 +21,10 @@
|
|||||||
\RequirePackage{tocloft}
|
\RequirePackage{tocloft}
|
||||||
\RequirePackage{tocbibind}
|
\RequirePackage{tocbibind}
|
||||||
|
|
||||||
|
% Polyglossia set language
|
||||||
|
\setmainlanguage{bahasai}
|
||||||
|
% \setotherlanguage{english}
|
||||||
|
|
||||||
% Conditionally load the watermark package and settings
|
% Conditionally load the watermark package and settings
|
||||||
\if@draftmark
|
\if@draftmark
|
||||||
\RequirePackage{draftwatermark}
|
\RequirePackage{draftwatermark}
|
||||||
|
|||||||
Reference in New Issue
Block a user