diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-05 23:00:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-05 23:00:57 +0000 |
commit | 3784b4ecbad18fe0da7a55a937f054e5aa009cee (patch) | |
tree | 855cb0996e423e3610c0f7161e5e97f1e99659df /Master/texmf-dist/doc/latex/addlines | |
parent | 07e048d7a3c765562fb3994957da3557b51d9448 (diff) |
addlines (6dec18)
git-svn-id: svn://tug.org/texlive/trunk@49326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/addlines')
-rw-r--r-- | Master/texmf-dist/doc/latex/addlines/README | 23 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/addlines/README.md | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/addlines/addlines-example.ltx | 48 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/addlines/addlines.pdf | bin | 137876 -> 135431 bytes |
4 files changed, 20 insertions, 71 deletions
diff --git a/Master/texmf-dist/doc/latex/addlines/README b/Master/texmf-dist/doc/latex/addlines/README deleted file mode 100644 index 379d8f87fa8..00000000000 --- a/Master/texmf-dist/doc/latex/addlines/README +++ /dev/null @@ -1,23 +0,0 @@ -____________________ -The addlines package -v0.2 - -This package provides the command \addlines for adding -or removing space in the textblock of the page it's -used on. E.g., adding an extra line of text to the page -so that a section fits better on the next page. - -It will also add space to the *facing* page in a -two-sided document. - -An inverse command is provided if you prefer it: - \removelines{ x } == \addlines{ -x } - -See addlines.pdf for more info. - -______________ -Will Robertson -wspr 81 [at] gmail [dot] com - -Copyright 2007-2008 -Distributed under the LaTeX Project Public License diff --git a/Master/texmf-dist/doc/latex/addlines/README.md b/Master/texmf-dist/doc/latex/addlines/README.md new file mode 100644 index 00000000000..1d411d4fee2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/addlines/README.md @@ -0,0 +1,20 @@ +The addlines package +==================== + +This package provides the command `\addlines` for adding +or removing space in the textblock of the page it's +used on. E.g., adding an extra line of text to the page +so that a section fits better on the next page. + +It will also add space to the *facing* page in a +two-sided document, and two-column documents are also supported. + +See `addlines.pdf` for more commands and additional info. + + +Copyright and Licence +--------------------- + +* Author: Will Robertson +* Copyright: 2007-2018 +* Distributed under the LaTeX Project Public License v1.3c or later at your choice. diff --git a/Master/texmf-dist/doc/latex/addlines/addlines-example.ltx b/Master/texmf-dist/doc/latex/addlines/addlines-example.ltx deleted file mode 100644 index 78b833c6eab..00000000000 --- a/Master/texmf-dist/doc/latex/addlines/addlines-example.ltx +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% This is file `addlines-example.ltx', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% addlines.dtx (with options: `example') -%% -%% _______________________________________ -%% Copyright (C) 2007-2008 Will Robertson -%% -%% License information appended. -%% -\documentclass[twoside]{article} -\usepackage[a5paper,width=30em,lines=30]{geometry} -\usepackage{lipsum} -\usepackage{addlines} -\begin{document} -\lipsum[1-5] - -\emph{Here is the command used correctly on an even page.} -\addlines - -\lipsum[6-15] - -\emph{Here is the command used erroneously on an odd page.} -\addlines - -\lipsum[16-20] -\end{document} -%% -%% Copyright (C) 2007-2008 by Will Robertson <wspr81@gmail.com> -%% -%% Distributable under the LaTeX Project Public License, -%% version 1.3c or higher (your choice). The latest version of -%% this license is at: http://www.latex-project.org/lppl.txt -%% -%% This work is "maintained" (as per LPPL maintenance status) -%% by Will Robertson. -%% -%% This work consists of the files addlines.dtx and -%% addlines.ins, -%% and the derived files addlines.pdf, -%% addlines.sty, and -%% addlines-example.ltx. -%% -%% -%% End of file `addlines-example.ltx'. diff --git a/Master/texmf-dist/doc/latex/addlines/addlines.pdf b/Master/texmf-dist/doc/latex/addlines/addlines.pdf Binary files differindex 5750611c75d..aeea39f048d 100644 --- a/Master/texmf-dist/doc/latex/addlines/addlines.pdf +++ b/Master/texmf-dist/doc/latex/addlines/addlines.pdf |