feat(latex): add polyglossia package and set main language to Bahasa Indonesia

This commit is contained in:
nuluh
2025-05-14 17:34:56 +07:00
parent 49adb273d8
commit 9d526971d9

View File

@@ -9,6 +9,7 @@
\LoadClass[a4paper,12pt,oneside]{book}
% Load common packages
\RequirePackage{polyglossia}
\RequirePackage{fontspec}
\RequirePackage{titlesec}
\RequirePackage{fancyhdr}
@@ -20,6 +21,10 @@
\RequirePackage{tocloft}
\RequirePackage{tocbibind}
% Polyglossia set language
\setmainlanguage{bahasai}
% \setotherlanguage{english}
% Conditionally load the watermark package and settings
\if@draftmark
\RequirePackage{draftwatermark}