fix(documentclass): fix redefined bibliography strings error
This commit is contained in:
@@ -24,15 +24,14 @@
|
|||||||
\RequirePackage{svg} % Allows including SVG images directly
|
\RequirePackage{svg} % Allows including SVG images directly
|
||||||
\RequirePackage{indentfirst} % Makes first paragraph after headings indented
|
\RequirePackage{indentfirst} % Makes first paragraph after headings indented
|
||||||
\RequirePackage{float} % Provides [H] option to force figure/table placement
|
\RequirePackage{float} % Provides [H] option to force figure/table placement
|
||||||
|
\RequirePackage[style=apa, backend=biber, language=indonesian]{biblatex}
|
||||||
% Polyglossia set language
|
% Polyglossia set language
|
||||||
+ \setdefaultlanguage[variant=indonesian]{malay} % Proper Indonesian language setup
|
\setdefaultlanguage[variant=indonesian]{malay} % Proper Indonesian language setup
|
||||||
+ \setotherlanguage{english} % Enables English as secondary language
|
\setotherlanguage{english} % Enables English as secondary language
|
||||||
|
% \DefineBibliographyStrings{english}{% % Customizes bibliography text
|
||||||
+ \DefineBibliographyStrings{english}{% % Customizes bibliography text
|
% andothers={dkk\adddot}, % Changes "et al." to "dkk."
|
||||||
+ andothers={dkk\adddot}, % Changes "et al." to "dkk."
|
% pages={hlm\adddot}, % Changes "pp." to "hlm."
|
||||||
+ 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
|
||||||
@@ -56,8 +55,6 @@
|
|||||||
\setsansfont{Arial}
|
\setsansfont{Arial}
|
||||||
\setmonofont{Courier New}
|
\setmonofont{Courier New}
|
||||||
|
|
||||||
% Metadata commands
|
|
||||||
\input{metadata}
|
|
||||||
|
|
||||||
\newcommand{\setthesisinfo}[7]{%
|
\newcommand{\setthesisinfo}[7]{%
|
||||||
\renewcommand{\thesistitle}{#1}%
|
\renewcommand{\thesistitle}{#1}%
|
||||||
|
|||||||
Reference in New Issue
Block a user