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