2
votes
1answer
257 views

What does this argument to the \symbol command mean

I was looking at this page here and came across this line which I don't understand. \symbol{"E052} Can you explain to me what the significance of E052 is, and how I could modify this command to ...
5
votes
2answers
379 views

Robust method to apply Hebrew numeral in an enumeration list?

The difficult bit is that the enumitem package has a closed list of numbering formats, and that \hebrewnumeral is not part of them. I have \renewcommand{\theenumi}{\hebrewnumeral{\value{enumi}}} ...