From 8dfefaf0b70d00685bc9b450a00f5015e7849497 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 1 Mar 2016 23:36:06 +0000 Subject: asciilist (28feb16) git-svn-id: svn://tug.org/texlive/trunk@39906 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/asciilist/README.md | 77 +++++++++++++++++++++ Master/texmf-dist/doc/latex/asciilist/README.txt | 70 ------------------- .../texmf-dist/doc/latex/asciilist/asciilist.pdf | Bin 369601 -> 371202 bytes 3 files changed, 77 insertions(+), 70 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/asciilist/README.md delete mode 100644 Master/texmf-dist/doc/latex/asciilist/README.txt (limited to 'Master/texmf-dist/doc/latex/asciilist') diff --git a/Master/texmf-dist/doc/latex/asciilist/README.md b/Master/texmf-dist/doc/latex/asciilist/README.md new file mode 100644 index 00000000000..c1063d2e78f --- /dev/null +++ b/Master/texmf-dist/doc/latex/asciilist/README.md @@ -0,0 +1,77 @@ +The asciilist package +===================== + +Copyright (C) 2014-2016 Richard Gay + +Released under the [LaTeX Project Public License](http://www.latex-project.org/lppl/) version 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. + +# AVAILABILITY + +The `asciilist` package is on [CTAN](http://www.ctan.org/pkg/asciilist), +where you can also find the [documentation](http://mirrors.ctan.org/macros/latex/contrib/asciilist/asciilist.pdf). +Since November 2015, `asciilist` is part of TeX Live (package `texlive-latex-extra`) and +is included in [MiKTeX](http://miktex.org/packages/asciilist). + +# MANUAL INSTALLATION + +The `asciilist` package comes with (at least) the following files +* asciilist.ins +* asciilist.dtx +* README.md + +and possibly also with +* Makefile +* asciilist.pdf (generated from asciilist.dtx) +* asciilist.sty (generated from asciilist.dtx) + +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. + +# BUILDING 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 +``` +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 +``` + +Happy TeX'ing diff --git a/Master/texmf-dist/doc/latex/asciilist/README.txt b/Master/texmf-dist/doc/latex/asciilist/README.txt deleted file mode 100644 index d816f9ca4ec..00000000000 --- a/Master/texmf-dist/doc/latex/asciilist/README.txt +++ /dev/null @@ -1,70 +0,0 @@ -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 index 47e0dab1a7a..795c67f9f04 100644 Binary files a/Master/texmf-dist/doc/latex/asciilist/asciilist.pdf and b/Master/texmf-dist/doc/latex/asciilist/asciilist.pdf differ -- cgit v1.2.3