diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/README.md | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/changes.txt | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/parskip-code.pdf | bin | 0 -> 222808 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/parskip-code.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/parskip-doc.pdf | bin | 174758 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/parskip-doc.tex | 58 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/parskip.pdf | bin | 0 -> 175250 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/parskip.tex | 4 |
8 files changed, 38 insertions, 58 deletions
diff --git a/Master/texmf-dist/doc/latex/parskip/README.md b/Master/texmf-dist/doc/latex/parskip/README.md new file mode 100644 index 00000000000..19394adfa2e --- /dev/null +++ b/Master/texmf-dist/doc/latex/parskip/README.md @@ -0,0 +1,21 @@ +# parskip package + +----- + +This package is a reimplementation (with extensions) of a package with +the same name written by Hubert Partl in 1989 and later maintained by +Robin Fairbairns. + +Package source can be found below: + +https://github.com/FrankMittelbach/fmitex/ (development branch parskip) + +The license is LPPL. + +----- + +Copyright (C) 2018 Frank Mittelbach<br /> +<https://latex-project.org/> <br /> +All rights reserved. + + diff --git a/Master/texmf-dist/doc/latex/parskip/changes.txt b/Master/texmf-dist/doc/latex/parskip/changes.txt new file mode 100644 index 00000000000..e687a0f817f --- /dev/null +++ b/Master/texmf-dist/doc/latex/parskip/changes.txt @@ -0,0 +1,8 @@ +2018-08-24 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * parskip.dtx version 2.0 with options indent + skip and + adjustment for display headings + +2018-08-22 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * package source as copied from CTAN diff --git a/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf b/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf Binary files differnew file mode 100644 index 00000000000..b21904b4670 --- /dev/null +++ b/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf diff --git a/Master/texmf-dist/doc/latex/parskip/parskip-code.tex b/Master/texmf-dist/doc/latex/parskip/parskip-code.tex new file mode 100644 index 00000000000..b7a2e230ec0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/parskip/parskip-code.tex @@ -0,0 +1,5 @@ +% this will typeset documentation + code + +\AtBeginDocument{\AlsoImplementation} +\input{parskip.dtx} + diff --git a/Master/texmf-dist/doc/latex/parskip/parskip-doc.pdf b/Master/texmf-dist/doc/latex/parskip/parskip-doc.pdf Binary files differdeleted file mode 100644 index 16e37dae870..00000000000 --- a/Master/texmf-dist/doc/latex/parskip/parskip-doc.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/parskip/parskip-doc.tex b/Master/texmf-dist/doc/latex/parskip/parskip-doc.tex deleted file mode 100644 index 1954bb93ea2..00000000000 --- a/Master/texmf-dist/doc/latex/parskip/parskip-doc.tex +++ /dev/null @@ -1,58 +0,0 @@ -\documentclass[pagesize=auto, fontsize=14pt, DIV=10, parskip=half]{scrartcl} - -\usepackage{fixltx2e} -\usepackage{etex} -\usepackage{lmodern} -\usepackage[T1]{fontenc} -\usepackage{textcomp} -\usepackage{booktabs} -\usepackage{microtype} -\usepackage{hyperref} - -\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}} -\newcommand*{\pkg}[1]{\textsf{#1}} -\newcommand*{\cls}[1]{\textsf{#1}} -\newcommand*{\cs}[1]{\texttt{\textbackslash#1}} -\makeatletter -\newcommand*{\cmd}[1]{\cs{\expandafter\@gobble\string#1}} -\makeatother - -\addtokomafont{title}{\rmfamily} - -\title{The \pkg{parskip} package} -\author{H. Partl\and Robin Fairbairns\thanks{\mail{rf10@cam.ac.uk}}} -\date{2001/04/09} - - -\begin{document} - -\maketitle - -This is \texttt{parskip.sty} by H.~Partl, TU Wien, as of 19 Jan 1989. -Addition (originally from Donald Arseneau) added 2001-12-13 by Robin -Fairbairns. - -Package to be used with any document class at any size. -It produces the following Paragraph Layout: - -\begin{quote} - Zero Parindent and non-zero Parskip. The stretchable glue in \cmd{\parskip} - helps \LaTeX\ in finding the best place for page breaks. -\end{quote} - -In addition, the package adjusts the skips between list items. - -With package option \texttt{parfill}, the package also adjusts -\cmd\parfillskip{} to impose a minimum space at the end of -the last line of a paragraph. - -This package is no more than quick fix; the `proper' way to achieve -effects as far-reaching as this is to create a new class. An -example class is to be found in the \cls{ntgclass} set: -\cls{artikel3.cls} - -The \cls{koma-script} bundle classes and the \cls{memoir} class all -provide similar functionality, and their respective documentation -files discuss the pros (such as they are) and cons of this approach. - -\end{document} diff --git a/Master/texmf-dist/doc/latex/parskip/parskip.pdf b/Master/texmf-dist/doc/latex/parskip/parskip.pdf Binary files differnew file mode 100644 index 00000000000..05436ca07f5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/parskip/parskip.pdf diff --git a/Master/texmf-dist/doc/latex/parskip/parskip.tex b/Master/texmf-dist/doc/latex/parskip/parskip.tex new file mode 100644 index 00000000000..f599c7b0481 --- /dev/null +++ b/Master/texmf-dist/doc/latex/parskip/parskip.tex @@ -0,0 +1,4 @@ +% this will typeset only documentation but not the code + +\AtBeginDocument{\OnlyDescription} +\input{parskip.dtx} |