feat(latex): add keywords command for abstract in polyglossia-compatible format
This commit is contained in:
@@ -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}}.}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user