Here is my code that change default enumerate item to roman number
\documentclass{article}
\def\theenumi{\roman{enumi}}
\def\theenumii{\roman{enumii}}
\begin{document}
\begin{enumerate}
\item one
\begin{enumerate}
\item one
\item two
\end{enumerate}
\item two
\begin{enumerate}
\item one
\item two
\end{enumerate}
\end{enumerate}
\end{document}
My purpose is to change the second level \enumii to khmer unicode alphabet.
Is there any way to do that? Or is there any way to map the latin alphabet to khmer alphabet, i.e.
a->ក
b->ខ
c->គ
for example?
And here is the link to download Khmer fonts

gloss-khmer.ldffile forpolyglossiamodeled after thegloss-thai.ldffile. You could copy that more or less exactly and use it. Since the work involves actual knowledge of the script and the language, this is not something that the average person here can do. – Alan Munn Aug 17 '13 at 17:02articleandbookbut inbeamerclass, the total page number is still in arabic. How can I change it? Note I use the default theme Madrid. – Say OL Dec 31 '14 at 13:14beamerexample. – Alan Munn Dec 31 '14 at 17:54\inserttotalframenumberand its definition was given in beamerbasemisc.sty at lines 42 and 166. Now, I am able to change it :) Thank you anyway! – Say OL Jan 02 '15 at 07:37