./print/tex-moreenum, More enumeration options

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.03, Package name: tex-moreenum-1.03, Maintainer: pkgsrc-users

The package provides the following new enumerate styles: \greek
for lowercase Greek letters; \Greek for uppercase Greek
letters; \enumHex for uppercase hexadecimal enumeration;
\enumhex for lowercase hexadecimal enumeration; \enumbinary for
binary enumeration; \enumoctal for octal enumeration; \levelnth
for "1st", "2nd", "3rd" etc., with the "nth"s on the baseline;
raisenth for "1st", "2nd", "3rd" etc., with the "nth"s raised;
\nthwords for "first", "second", "third" etc.; \Nthwords for
"First", "Second", "Third" etc.; \NTHWORDS for "FIRST",
"SECOND", "THIRD" etc.; \nwords for "one", "two", "three" etc.;
\Nwords for "One", "Two", "Three" etc.; and \NWORDS for "ONE",
"TWO", "THREE" etc. Each of these works with enumitem's
"starred variant" feature. So
\begin{enumerate}[label=\enumhex*] will output a hex enumerated
list. Enumitem provides a start=0 option for starting your
enumerations at 0.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2022-08-21 01:20:56 by Thomas Klausner | Files touched by this commit (4)
Log message:
print/tex-moreenum: import tex-moreenum-1.03

The package provides the following new enumerate styles: \greek
for lowercase Greek letters; \Greek for uppercase Greek
letters; \enumHex for uppercase hexadecimal enumeration;
\enumhex for lowercase hexadecimal enumeration; \enumbinary for
binary enumeration; \enumoctal for octal enumeration; \levelnth
for "1st", "2nd", "3rd" etc., with the \ 
"nth"s on the baseline;
raisenth for "1st", "2nd", "3rd" etc., with the \ 
"nth"s raised;
\nthwords for "first", "second", "third" etc.; \ 
\Nthwords for
"First", "Second", "Third" etc.; \NTHWORDS for \ 
"FIRST",
"SECOND", "THIRD" etc.; \nwords for "one", \ 
"two", "three" etc.;
\Nwords for "One", "Two", "Three" etc.; and \ 
\NWORDS for "ONE",
"TWO", "THREE" etc. Each of these works with enumitem's
"starred variant" feature. So
\begin{enumerate}[label=\enumhex*] will output a hex enumerated
list. Enumitem provides a start=0 option for starting your
enumerations at 0.