summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/addlines
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-08 16:23:48 +0000
committerKarl Berry <karl@freefriends.org>2008-09-08 16:23:48 +0000
commit1e490c47d2998d62acb68dc520a10f7966ca484f (patch)
treecc139e7d350623f54c63d5e5cc6ac95443c402aa /Master/texmf-dist/doc/latex/addlines
parentb570aa2dd0f2c5e23b1f3bac8aeaf2e337c1f7f9 (diff)
addlines update (16aug08)
git-svn-id: svn://tug.org/texlive/trunk@10494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/addlines')
-rw-r--r--Master/texmf-dist/doc/latex/addlines/README9
-rw-r--r--Master/texmf-dist/doc/latex/addlines/addlines-example.ltx11
-rw-r--r--Master/texmf-dist/doc/latex/addlines/addlines.pdfbin94782 -> 100581 bytes
3 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/addlines/README b/Master/texmf-dist/doc/latex/addlines/README
index 6ee0820ca31..379d8f87fa8 100644
--- a/Master/texmf-dist/doc/latex/addlines/README
+++ b/Master/texmf-dist/doc/latex/addlines/README
@@ -1,6 +1,6 @@
____________________
The addlines package
-v0.1
+v0.2
This package provides the command \addlines for adding
or removing space in the textblock of the page it's
@@ -10,9 +10,14 @@ 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
+Copyright 2007-2008
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
index 465fcd0bb18..78b833c6eab 100644
--- a/Master/texmf-dist/doc/latex/addlines/addlines-example.ltx
+++ b/Master/texmf-dist/doc/latex/addlines/addlines-example.ltx
@@ -6,14 +6,15 @@
%%
%% addlines.dtx (with options: `example')
%%
-%% __________________________________
-%% Copyright (C) 2007 Will Robertson
+%% _______________________________________
+%% Copyright (C) 2007-2008 Will Robertson
%%
%% License information appended.
%%
\documentclass[twoside]{article}
\usepackage[a5paper,width=30em,lines=30]{geometry}
-\usepackage{lipsum,addlines}
+\usepackage{lipsum}
+\usepackage{addlines}
\begin{document}
\lipsum[1-5]
@@ -24,9 +25,11 @@
\emph{Here is the command used erroneously on an odd page.}
\addlines
+
+\lipsum[16-20]
\end{document}
%%
-%% Copyright (C) 2007 by Will Robertson <wspr81@gmail.com>
+%% 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
diff --git a/Master/texmf-dist/doc/latex/addlines/addlines.pdf b/Master/texmf-dist/doc/latex/addlines/addlines.pdf
index 67c5aaf056f..74c8c8a287a 100644
--- a/Master/texmf-dist/doc/latex/addlines/addlines.pdf
+++ b/Master/texmf-dist/doc/latex/addlines/addlines.pdf
Binary files differ