summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iitem/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/iitem/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/iitem/README')
-rw-r--r--macros/latex/contrib/iitem/README51
1 files changed, 51 insertions, 0 deletions
diff --git a/macros/latex/contrib/iitem/README b/macros/latex/contrib/iitem/README
new file mode 100644
index 0000000000..93a7f2c42d
--- /dev/null
+++ b/macros/latex/contrib/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 ("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.
+