I need to complete this numbering item enviroment from roman arabic to \hgnum in this
\begin{enumerate}[ label=\roman{enumi}--\arabic{enumi}--\!\!\!\!\!\babyloniannum{\value{enumi}}\!\!\!--\large\ngg\symbol{\numexpr "13000+\value{enumi}}--\hgnum{enumi}]
Here is the MWE:
\documentclass{article}
\usepackage{amssymb,amsmath}
\usepackage{tikz-cd}
\usepackage{fontspec}
\usepackage[czech]{babel} \usepackage{mypackage}
\usepackage{babyloniannum} %\setfont{NewGardiner}
\newfontfamily\ngg{Segoe UI Historic}
\MakeRobust\babyloniannum \MakeRobust\hgnum \usepackage{enumitem}
\begin{document}
\underline{motto:}{ každý den $\pm$ nový princip }\hfill{$\square$} \\
\\ \begin{enumerate}[
label=\roman{enumi}--\arabic{enumi}--\!\!\! \!\!\babyloniannum{\value{enumi}}\!\!\!--\large\ngg\symbol{\numexpr
"13000+\value{enumi}}--\hgnum{\value{enumi}}]
\item rozhodovat se na hraně zajímavého \GoodBye{A}
\item *vždycky to tam máš (data v matematice) K{\hg \hgunits{5}}L
\item svoboda a volnost
\item \hgnum{152123}
\item
\end{enumerate}
\end{document}
\!(the standard definition would give errors there) – David Carlisle Oct 07 '19 at 15:29\!alone works. It is supposed to do a negative space. Only when I add\hgnum{}an error occurs. Perhaps I do not know the right arguments and surroundings of\hgnum– user2925716 Oct 07 '19 at 17:17\!will give an error about missing math mode, but I can not run your example as\usepackage{babyloniannum}and\usepackage{mypackage}– David Carlisle Oct 07 '19 at 17:35\!together withbabylonyannumand try to substitute the right form of\hgnumso that the hieroglyphic numbers appear at\item's. The\usepackage{mypackage}is essentially your\hgnum: ^^^^^^013190^^^^^^013190^^^^^^013190^^^^^^013190^^^^^^013190\else ?\fi}\def\hgnum#1{{\hg\expandafter\hgnumx\the\numexpr10000000+#1\relax}} \def\hgnumx#1#2#3#4#5#6#7#8{%
– user2925716 Oct 07 '19 at 17:50