Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 365 Bytes

greek_enumerate

Greek letters for enumerates in LaTeX (depends on the enumitem package)

Place the file greek_enumerate.sty in your TeX path. Put \usepackage{greek_enumerate} in your preamble. You can now use

\begin{enumerate}[label=\greek*)]

or

\begin{enumerate}[label=\Greek*)]

to get greek letters as labels for your enumerates.