refactor(documentclass): refactor keywords command
This commit is contained in:
@@ -476,10 +476,11 @@
|
||||
% 3) also updates PDF metadata for XeLaTeX via xdvipdfmx \special
|
||||
\newcommand{\keywords}[1]{%
|
||||
\bigskip\noindent
|
||||
\alphabubblesort{#1}
|
||||
\ifnum\strcmp{\languagename}{malay}=0
|
||||
Kata Kunci: \alphabubblesort{#1}\sortedlist%
|
||||
Kata Kunci: \sortedlist%
|
||||
\else
|
||||
\textit{Keywords: } \alphabubblesort{#1}\sortedlist%
|
||||
\textit{Keywords: \sortedlist}%
|
||||
\fi
|
||||
% -- store for metadata --
|
||||
\gdef\SortedKeywords{\sortedlist}%
|
||||
|
||||
Reference in New Issue
Block a user