summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/easylist/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-17 01:22:36 +0000
committerKarl Berry <karl@freefriends.org>2008-11-17 01:22:36 +0000
commit7501fa1170fbcbcbaad8364cc865a056a9aa90c0 (patch)
tree2681f29f09177b0e38437d6d7d82dd733ee1c6b5 /Master/texmf-dist/doc/latex/easylist/README
parent9b28381167cbb008caf200df2868564c4d454c66 (diff)
new package easylist (16nov08)
git-svn-id: svn://tug.org/texlive/trunk@11311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/easylist/README')
-rw-r--r--Master/texmf-dist/doc/latex/easylist/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/easylist/README b/Master/texmf-dist/doc/latex/easylist/README
new file mode 100644
index 00000000000..874fcf956f0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/easylist/README
@@ -0,0 +1,24 @@
+This is the file README for easylist.sty. You'll find complete documentation in easylist-doc.pdf
+
+This package provides an easy way of creating lists of numbered items (with five different levels) like:
+
+1. First proposition.
+1.1. Comment.
+1.1.1. Another comment.
+1.1.2. And I'd like to add...
+1.1.2.1. By the way...
+1.1.2.1.1. This is getting boring...
+1.2. So let's start something new...
+
+The advantage over usual LaTeX commands is that items here are created with a single active
+character in a recursive fashion. Moreover various layout options are available to achieve
+maximum control (incrementing items, configuring styles, and so on).
+
+Required package (usually available on any LaTeX distribution):
+- keyval.sty
+
+Licensing of this package is covered by LPPL.
+
+Any reaction is welcome: zappathustra@free.fr
+
+Paul Isambert