summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/listliketab/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/listliketab/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/listliketab/README')
-rw-r--r--macros/latex/contrib/listliketab/README42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/latex/contrib/listliketab/README b/macros/latex/contrib/listliketab/README
new file mode 100644
index 0000000000..3688a95aa7
--- /dev/null
+++ b/macros/latex/contrib/listliketab/README
@@ -0,0 +1,42 @@
+ +----------------------------------+
+ | THE LISTLIKETAB PACKAGE |
+ | Scott Pakin, scott+llt@pakin.org |
+ +----------------------------------+
+
+
+Description
+-----------
+The listliketab package helps the user make list-like tabulars, i.e.,
+a tabular that is indistinguishable from an itemize or enumerate
+environment. The advantage of using a tabular is that the user can
+add additional columns to each entry in the list.
+
+
+Copyright and license
+---------------------
+Copyright (C) 2005 Scott Pakin <scott+llt@pakin.org>
+
+This package may be distributed and/or modified under the conditions
+of the LaTeX Project Public License, either version 1.2 of this
+license or (at your option) any later version. The latest version of
+this license is in:
+
+ http://www.latex-project.org/lppl.txt
+
+and version 1.2 or later is part of all distributions of LaTeX version
+1999/12/01 or later.
+
+
+Building listliketab
+--------------------
+tex listliketab.ins <== Produces listliketab.sty (the package proper)
+pdflatex listliketab.dtx <== Produces listliketab.pdf (documentation)
+makeindex -s gind.ist listliketab <== Produces listliketab.ind (index)
+makeindex -s gglo.ist listliketab.glo -o listliketab.gls <== (change log)
+pdflatex listliketab.dtx <== Merges index + change log into the documentation
+pdflatex listliketab.dtx <== Produces final version of listliketab.pdf
+
+Note that listliketab comes with pre-built documentation (PDF format,
+U.S. letter-sized paper, 8 pages), so you really need to perform only
+the first step above unless you're unhappy with the documentation as
+provided.