feat(latex): add keywords command for abstract in polyglossia-compatible format

This commit is contained in:
Rifqi D. Panuluh
2025-10-15 05:48:12 +00:00
parent fe3f636a0c
commit eb539e32b9
2 changed files with 18 additions and 0 deletions

View File

@@ -413,6 +413,20 @@
}
}
% Keywords command for abstract (polyglossia-compatible)
% --- Track main language vs. current language ---
\newcommand{\keywords}[1]{%
% \vspace{1em}%
\bigskip
\noindent%
\ifnum\strcmp{\languagename}{malay}=0
Kata Kunci: #1%
\else
\textit{Keywords:} #1%
\fi
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Change the text of the cross-reference links to the Slovene long version.
\renewcommand*{\glsseeitemformat}[1]{\emph{\acrlong{#1}}.}