summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/parskip
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-19 21:06:04 +0000
committerKarl Berry <karl@freefriends.org>2020-05-19 21:06:04 +0000
commit98d69e0965a2ddde92ebcccacddbd6de68e7d2f4 (patch)
tree17cf01da6f6cbaaf23380d7751f29145a10bfb32 /Master/texmf-dist/doc/latex/parskip
parent2683b9f6b43fe0c9b72c32568ccb0ecffd9e6814 (diff)
parskip (19may20)
git-svn-id: svn://tug.org/texlive/trunk@55212 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/parskip')
-rw-r--r--Master/texmf-dist/doc/latex/parskip/MANIFEST.md127
-rw-r--r--Master/texmf-dist/doc/latex/parskip/changes.txt14
-rw-r--r--Master/texmf-dist/doc/latex/parskip/parskip-code.pdfbin223578 -> 226081 bytes
-rw-r--r--Master/texmf-dist/doc/latex/parskip/parskip.pdfbin174740 -> 175049 bytes
4 files changed, 141 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/parskip/MANIFEST.md b/Master/texmf-dist/doc/latex/parskip/MANIFEST.md
new file mode 100644
index 00000000000..ec8a0eebe0b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/parskip/MANIFEST.md
@@ -0,0 +1,127 @@
+# Manifest for parskip
+
+This file is a listing of all files considered to be part of this package.
+It is automatically generated with `texlua build.lua manifest`.
+
+
+## Repository manifest
+
+The following groups list the files included in the development repository of the package.
+Files listed with a ‘†’ marker are included in the TDS but not CTAN files, and files listed
+with ‘‡’ are included in both.
+
+### Source files
+
+These are source files for a number of purposes, including the `unpack` process which
+generates the installation files of the package. Additional files included here will also
+be installed for processing such as testing.
+
+* parskip.dtx ‡
+* parskip.ins ‡
+* parskip-2001-04-09.sty ‡
+
+### Typeset documentation source files
+
+These files are typeset using LaTeX to produce the PDF documentation for the package.
+
+* parskip-code.tex ‡
+* parskip.tex ‡
+
+### Text files
+
+Plain text files included as documentation or metadata.
+
+* MANIFEST.md ‡
+* README.md ‡
+* changes.txt ‡
+
+### Derived files
+
+The files created by ‘unpacking’ the package sources. This typically includes
+`.sty` and `.cls` files created from DocStrip `.dtx` files.
+
+* parskip.sty †
+
+### Typeset documents
+
+The output files (PDF, essentially) from typesetting the various source, demo,
+etc., package files.
+
+* parskip-code.pdf ‡
+* parskip.pdf ‡
+
+### Test files
+
+These files form the test suite for the package. `.lvt` or `.lte` files are the individual
+unit tests, and `.tlg` are the stored output for ensuring changes to the package produce
+the same output. These output files are sometimes shared and sometime specific for
+different engines (pdfTeX, XeTeX, LuaTeX, etc.).
+
+* github-0012.lvt
+* parskip-000.lvt
+* parskip-001.lvt
+* parskip-002.lvt
+* parskip-003.lvt
+* parskip-004.lvt
+* parskip-005.lvt
+* parskip-006.lvt
+* sx-450551.lvt
+* github-0012.tlg
+* parskip-000.tlg
+* parskip-001.tlg
+* parskip-002.tlg
+* parskip-003.tlg
+* parskip-004.tlg
+* parskip-005.tlg
+* parskip-006.tlg
+* sx-450551.tlg
+
+
+## TDS manifest
+
+The following groups list the files included in the TeX Directory Structure used to install
+the package into a TeX distribution.
+
+### Source files (TDS)
+
+All files included in the `parskip/source` directory.
+
+* parskip.dtx
+* parskip.ins
+
+### TeX files (TDS)
+
+All files included in the `parskip/tex` directory.
+
+* parskip-2001-04-09.sty
+* parskip.sty
+
+### Doc files (TDS)
+
+All files included in the `parskip/doc` directory.
+
+* MANIFEST.md
+* README.md
+* changes.txt
+* parskip-code.pdf
+* parskip-code.tex
+* parskip.pdf
+* parskip.tex
+
+
+## CTAN manifest
+
+The following group lists the files included in the CTAN package.
+
+### CTAN files
+
+* MANIFEST.md
+* README.md
+* changes.txt
+* parskip-2001-04-09.sty
+* parskip-code.pdf
+* parskip-code.tex
+* parskip.dtx
+* parskip.ins
+* parskip.pdf
+* parskip.tex
diff --git a/Master/texmf-dist/doc/latex/parskip/changes.txt b/Master/texmf-dist/doc/latex/parskip/changes.txt
index 6ada7d93b61..db84ddd38b8 100644
--- a/Master/texmf-dist/doc/latex/parskip/changes.txt
+++ b/Master/texmf-dist/doc/latex/parskip/changes.txt
@@ -1,3 +1,17 @@
+#### placed on CTAN as 2.0e ####
+
+2020-05-19 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * parskip.dtx (subsubsection{TOCs and similar lists}):
+ Add tocskip option to set the \parskip value inside \tableofcontents
+ and similar lists (default is 0pt as before)
+
+2020-05-18 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * parskip.dtx (subsubsection{TOCs and similar lists}):
+ Fix space at start of \@starttoc (noticable with large skip= values)
+ (gh/12)
+
#### placed on CTAN as 2.0d ####
2020-01-22 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
diff --git a/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf b/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf
index 1127576e80d..becb2250a98 100644
--- a/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf
+++ b/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/parskip/parskip.pdf b/Master/texmf-dist/doc/latex/parskip/parskip.pdf
index 3672f9caf79..bb9dff02603 100644
--- a/Master/texmf-dist/doc/latex/parskip/parskip.pdf
+++ b/Master/texmf-dist/doc/latex/parskip/parskip.pdf
Binary files differ