feat: Update language settings and bibliography strings for Indonesian and English
Closes #81
This commit is contained in:
@@ -26,8 +26,13 @@
|
|||||||
\RequirePackage{float} % Provides [H] option to force figure/table placement
|
\RequirePackage{float} % Provides [H] option to force figure/table placement
|
||||||
|
|
||||||
% Polyglossia set language
|
% Polyglossia set language
|
||||||
\setmainlanguage{bahasai}
|
+ \setdefaultlanguage[variant=indonesian]{malay} % Proper Indonesian language setup
|
||||||
% \setotherlanguage{english}
|
+ \setotherlanguage{english} % Enables English as secondary language
|
||||||
|
|
||||||
|
+ \DefineBibliographyStrings{english}{% % Customizes bibliography text
|
||||||
|
+ andothers={dkk\adddot}, % Changes "et al." to "dkk."
|
||||||
|
+ pages={hlm\adddot}, % Changes "pp." to "hlm."
|
||||||
|
+ }
|
||||||
|
|
||||||
% Conditionally load the watermark package and settings
|
% Conditionally load the watermark package and settings
|
||||||
\if@draftmark
|
\if@draftmark
|
||||||
|
|||||||
Reference in New Issue
Block a user