summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-13 20:03:54 +0000
committerKarl Berry <karl@freefriends.org>2021-07-13 20:03:54 +0000
commit3879f5443ec624b0f958ce876d5b31234e093755 (patch)
tree59ad60abc4bdac40d5bed2253c5cd138948e41d0 /Master/texmf-dist/doc
parent0bb3c5527b41beba30393f50228233238c56197f (diff)
macrolist (13jul21)
git-svn-id: svn://tug.org/texlive/trunk@59919 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/macrolist/README.md37
-rw-r--r--Master/texmf-dist/doc/latex/macrolist/macrolist.pdfbin0 -> 183759 bytes
2 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/macrolist/README.md b/Master/texmf-dist/doc/latex/macrolist/README.md
new file mode 100644
index 00000000000..ee730939395
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/macrolist/README.md
@@ -0,0 +1,37 @@
+# The LaTeX package macrolist - version 1.0.0 (2021/07/12)
+
+> Copyright (C) 2021 Dennis Chen <proofprogram@gmail.com>
+>
+> This file may be distributed and/or modified under
+> the conditions the LaTeX Project Public License (LPPL),
+> either version 1.3 of this license or (at your option)
+> any later version. The latest version of this license
+> can be found in
+> http://www.latex-project.org/lppl.txt
+> and version 1.3 or later is part of all distributions of LaTeX
+> version 2005/12/01 or later.
+
+`macrolist` provides lists and common list functions, such as `add`, `remove`, `foreach`, as well as `removelast` and `join`.
+
+## Package contents
+
+- `README.md` this file
+- `macrolist.pdf` documentation PDF with implementation details
+- `macrolist.dtx` contains package and documentation code
+- `macrolist.ins` generates .sty from .dtx
+
+## File generation
+
+A working TeX installation is required.
+
+Run
+
+ tex macrolist.ins
+
+to generate `macrolist.sty`. To use it, you need to put `macrolist.sty` into a directory searched by TeX.
+
+Run
+
+ pdflatex macrolist.dtx
+
+to generate `macrolist.pdf`, which contains the package documentation.
diff --git a/Master/texmf-dist/doc/latex/macrolist/macrolist.pdf b/Master/texmf-dist/doc/latex/macrolist/macrolist.pdf
new file mode 100644
index 00000000000..c3e16e26347
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/macrolist/macrolist.pdf
Binary files differ