diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/addlines/addlines-example.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/addlines/addlines-example.ltx | 45 |
1 files changed, 45 insertions, 0 deletions
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'. |