summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/asciilist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-15 23:55:48 +0000
committerKarl Berry <karl@freefriends.org>2015-11-15 23:55:48 +0000
commitb2a769bfd052e2a8e248178a5a8803d07100dca9 (patch)
tree557e1860f9a4736caf67cbeab21367e29b5d8928 /Master/texmf-dist/doc/latex/asciilist
parent3c77a0b2cd0c8da653ad55d5b6c0c44a567e249f (diff)
asciilist (14nov15)
git-svn-id: svn://tug.org/texlive/trunk@38869 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/asciilist')
-rw-r--r--Master/texmf-dist/doc/latex/asciilist/AsciiDocList.example3
-rw-r--r--Master/texmf-dist/doc/latex/asciilist/AsciiList.example3
-rw-r--r--Master/texmf-dist/doc/latex/asciilist/README.txt70
-rw-r--r--Master/texmf-dist/doc/latex/asciilist/asciilist.pdfbin0 -> 369601 bytes
4 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/asciilist/AsciiDocList.example b/Master/texmf-dist/doc/latex/asciilist/AsciiDocList.example
new file mode 100644
index 00000000000..eed26473498
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/asciilist/AsciiDocList.example
@@ -0,0 +1,3 @@
+ * item
+ *+ sub-item
+ * another item
diff --git a/Master/texmf-dist/doc/latex/asciilist/AsciiList.example b/Master/texmf-dist/doc/latex/asciilist/AsciiList.example
new file mode 100644
index 00000000000..dcb5dd6010e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/asciilist/AsciiList.example
@@ -0,0 +1,3 @@
+ * item
+ - sub-item
+ * another item
diff --git a/Master/texmf-dist/doc/latex/asciilist/README.txt b/Master/texmf-dist/doc/latex/asciilist/README.txt
new file mode 100644
index 00000000000..d816f9ca4ec
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/asciilist/README.txt
@@ -0,0 +1,70 @@
+The asciilist package
+=====================
+
+Copyright (C) 2014-2015 Richard Gay
+
+Released under the LaTeX Project Public License 1.2 or later
+
+PURPOSE
+-------
+
+This package provides the environments AsciiList and AsciiDocList, which
+enable quickly typesetting nested lists in LaTeX without having to type
+individual item macros or opening/closing list environments.
+The package provides auxiliary functionality for loading such lists from
+files and provides macros for configuring the use of the list
+environments and the appearance of the typeset results.
+
+INSTALLATION
+------------
+
+The `asciilist' package comes with (at least) the following files
+ asciilist.ins
+ asciilist.dtx
+and possibly also with
+ Makefile
+ README.txt
+ asciilist.pdf
+ asciilist.sty
+
+To install the `asciilist' package, you additionally need
+ docstrip.tex
+
+To build the package (asciilist.sty), run one of the following
+ latex asciilist.ins
+ make package (needs Makefile)
+
+Put the resulting asciilist.sty somewhere where LaTeX can find it.
+Read the documentation of your LaTeX system to find out where this
+might be.
+
+DOCUMENTATION
+-------------
+
+To build the documentation of the `asciilist' package, you additionally
+need
+ ltxdoc.cls
+ idxlayout.sty
+ xcolor.sty
+ showexpl.sty
+ paralist.sty
+ trimspaces.sty
+ etoolbox.sty
+ hypdoc.sty
+ makeindex
+ pdflatex
+
+To build the documentation (asciilist.pdf), either run
+ make docs (needs Makefile)
+or the following sequence of commands
+ pdflatex asciilist.dtx
+ makeindex -s gind.ist -o asciilist.ind asciilist.idx
+ makeindex -s gglo.ist -o asciilist.gls asciilist.glo
+ pdflatex asciilist.dtx
+ pdflatex asciilist.dtx
+
+To build the README (README.txt), run one of the following
+ latex asciilist.ins
+ make package (needs Makefile)
+
+Happy TeX'ing
diff --git a/Master/texmf-dist/doc/latex/asciilist/asciilist.pdf b/Master/texmf-dist/doc/latex/asciilist/asciilist.pdf
new file mode 100644
index 00000000000..47e0dab1a7a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/asciilist/asciilist.pdf
Binary files differ