diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/AkkTeX/akklongpage.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/AkkTeX/akklongpage.sty | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/AkkTeX/akklongpage.sty b/Master/texmf-dist/tex/latex/AkkTeX/akklongpage.sty new file mode 100644 index 00000000000..2ac705d395b --- /dev/null +++ b/Master/texmf-dist/tex/latex/AkkTeX/akklongpage.sty @@ -0,0 +1,19 @@ +%===================================================================================================================================== +% Package akklongpage by Igor Akkerman (c) 2004 +% Package providing long pages. +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License (latest version). +% +% The latest version of this license can be found at +% http://www.latex-project.org/lppl.txt +% +% This file may only be distributed together with the full 'AkkTeX' bundle. +%===================================================================================================================================== +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesPackage{akklongpage}[2004/06/12 by Igor Akkerman (c) 2004 v1.0.1 Package providing long pages.] +%===================================================================================================================================== + +\setlength \voffset {-1in} +\setlength \topmargin {2cm} +\setlength \textheight {23cm} |