summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/addlines
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-13 22:43:47 +0000
committerKarl Berry <karl@freefriends.org>2007-10-13 22:43:47 +0000
commitf20ec35ac0bb2ddf9fd31463dd01f118641309f4 (patch)
tree64daa2d4d9024955297b55054098e5f930f48f1b /Master/texmf-dist/doc/latex/addlines
parent00fd18b649b5eaa172d3831df80680767d22be33 (diff)
new latex package addlines (13oct07)
git-svn-id: svn://tug.org/texlive/trunk@5178 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/addlines')
-rw-r--r--Master/texmf-dist/doc/latex/addlines/README18
-rw-r--r--Master/texmf-dist/doc/latex/addlines/addlines-example.ltx45
-rw-r--r--Master/texmf-dist/doc/latex/addlines/addlines.pdfbin0 -> 94782 bytes
3 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/addlines/README b/Master/texmf-dist/doc/latex/addlines/README
new file mode 100644
index 00000000000..6ee0820ca31
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/addlines/README
@@ -0,0 +1,18 @@
+____________________
+The addlines package
+v0.1
+
+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.
+
+______________
+Will Robertson
+wspr 81 [at] gmail [dot] com
+
+Copyright 2007
+Distributed under the LaTeX Project Public License
diff --git a/Master/texmf-dist/doc/latex/addlines/addlines-example.ltx b/Master/texmf-dist/doc/latex/addlines/addlines-example.ltx
new file mode 100644
index 00000000000..465fcd0bb18
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/addlines/addlines-example.ltx
@@ -0,0 +1,45 @@
+%%
+%% This is file `addlines-example.ltx',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% addlines.dtx (with options: `example')
+%%
+%% __________________________________
+%% Copyright (C) 2007 Will Robertson
+%%
+%% License information appended.
+%%
+\documentclass[twoside]{article}
+\usepackage[a5paper,width=30em,lines=30]{geometry}
+\usepackage{lipsum,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
+\end{document}
+%%
+%% Copyright (C) 2007 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
new file mode 100644
index 00000000000..67c5aaf056f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/addlines/addlines.pdf
Binary files differ