summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iitem/README
blob: 93a7f2c42d6bbd4a6e7a3dbebd9b44df6e768af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
 
The 'iitem' package:
--------------------

This package offers the new commands \iitem, \iiitem and \ivtem.

Instead of writing long lists:
\begin{enumerate}%
\item 1
\begin{enumerate}%
\item 2
\begin{enumerate}%
\item 3
\begin{enumerate}%
\item 4
\end{enumerate}
\end{enumerate}
\item 2.1
\end{enumerate}
\end{enumerate}

you can just write
\begin{enumerate}%
\item 1
\iitem 2
\iiitem 3
\ivtem 4
\iitem 2.1
\end{enumerate}

It also works with itemize, description, compactitem, etc.

But they don't work in footnotes, marginpars ("fragile") commands.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

This file contains:
 * README
 * tikzsymbols.pdf
 * tikzsymbols.dtx
 * tikzsymbols.ins

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
License:

This material is subject to the LaTeX Project Public License. See

  http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html

for the details of that license.