summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/iitem/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-03-31 23:43:13 +0000
committerKarl Berry <karl@freefriends.org>2013-03-31 23:43:13 +0000
commitcf49355b168ebe03a87c8c80e7c92f25ca0c0add (patch)
tree321e6067d14db1afe3746180e00bb5dd8133861e /Master/texmf-dist/doc/latex/iitem/README
parent7040a8af8be2538272fe691a6292ed9d73af00c2 (diff)
iitem (31mar13)
git-svn-id: svn://tug.org/texlive/trunk@29573 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/iitem/README')
-rw-r--r--Master/texmf-dist/doc/latex/iitem/README51
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/iitem/README b/Master/texmf-dist/doc/latex/iitem/README
new file mode 100644
index 00000000000..8c4ba9f560a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/iitem/README
@@ -0,0 +1,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 and other 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.
+