jbezos / enumitem

Customize enumerate, itemize and description
MIT License
48 stars 5 forks source link

Add support of Hebrew numerals #40

Open EvanAad opened 1 year ago

EvanAad commented 1 year ago

Please add native support of Hebrew numerals. It should be possible to write

\begin{enumerate}[(א)]
\item אוהל
\item בית
\item גמל גדול
\end{enumerate}

and get the list

(א) אוהל (ב) בית (ג) גמל גדול

Note that there are two varieties of Hebrew numbering schemas:

Ideally all three numering schemas should be supported. (Actually, more than three, since the " in י"א, י"ב, etc. should be optional.)

muzimuzhi commented 1 year ago

It seems to me all you need is to define new counter representations and add them to enumitem through \AddEnumerateCounter, see package doc, sec. 8.1 New counter representation.