summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/easylist/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-01 01:50:01 +0000
committerKarl Berry <karl@freefriends.org>2010-03-01 01:50:01 +0000
commit6f87913b0d00d9633eac6d8d9a8f6faa52770f40 (patch)
treed4dfb7b33dcef3f5cad7e4f0fae118e704d96fa6 /Master/texmf-dist/doc/latex/easylist/README
parent27d008d28aa94829355ee834ce50e79c55f21bb5 (diff)
easylist update (28feb10)
git-svn-id: svn://tug.org/texlive/trunk@17241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/easylist/README')
-rw-r--r--Master/texmf-dist/doc/latex/easylist/README40
1 files changed, 24 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/easylist/README b/Master/texmf-dist/doc/latex/easylist/README
index 6b3635e78dd..482041fa17d 100644
--- a/Master/texmf-dist/doc/latex/easylist/README
+++ b/Master/texmf-dist/doc/latex/easylist/README
@@ -1,19 +1,27 @@
-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 as many levels as you
-want-up to TeX's limitation) 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).
+This is the file README for the CodeDoc class. You'll find complete documentation in CodeDoc-manual.pdf
+
+This class produces code and documentation in a single file without departing from LaTeX's ordinary
+syntax.
+
+
+TO PRODUCE THE DOCUMENTATION:
+Run LaTeX on CodeDoc-manual.tex (better in PDF).
+In the document class options of the latter file,
+you may uncomment the `obeystop' option and/or
+comment out the `index' option to remove the
+implementation from the documentation and/or
+the index.
+Don't forget to run LaTeX and MakeIndex as many
+times as necessary.
+
+TO PRODUCE THE CLASS ITSELF (codedoc.cls):
+Uncomment the `produce' option among the
+class options and run LaTeX on the same file
+(CodeDoc-manual.tex).
+This serves as an illustration only, since
+to do so you already need codedoc.cls, obviously.
+This file should thus be included in any distribution.
+
Licensing of this package is covered by LPPL.