diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/stdpage')
-rw-r--r-- | Master/texmf-dist/doc/latex/stdpage/README | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/stdpage/stdpage-test.tex | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/stdpage/stdpage.pdf | bin | 87495 -> 116982 bytes |
3 files changed, 29 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/stdpage/README b/Master/texmf-dist/doc/latex/stdpage/README index 212bdb49c92..9c35cba2056 100644 --- a/Master/texmf-dist/doc/latex/stdpage/README +++ b/Master/texmf-dist/doc/latex/stdpage/README @@ -1,11 +1,14 @@ -The stdpage package produces a standard page with an adjustable
-number of lines per page, with an adjustable maximum number of
-characters each. Those pages are used to calculate the standard
-length or the price of translations, proof reading or journal
-contributions. In Germany the "Normseite" of 30 lines and at most 60
-characters per line is very widespread. So if you have to find out
-how many "standard pages" a LaTeX text has, you just add one line of
-code and get well typeset typewriterpages.
-
-Version 0.5 additionally supports baselinestretch, parskip and
-suppressing of hyphenation.
+The stdpage package produces a standard page with an adjustable +number of lines per page, with an adjustable maximum number of +characters each. Those pages are used to calculate the standard +length or the price of translations, proof reading or journal +contributions. In Germany the "Normseite" of 30 lines and at most 60 +characters per line is very widespread. So if you have to find out +how many "standard pages" a LaTeX text has, you just add one line of +code and get well typeset typewriterpages. + +Version 0.5 additionally supports baselinestretch, parskip and +suppressing of hyphenation. + +Version 0.6 fixes some important bugs and adds an option to get the +real typewriter look! diff --git a/Master/texmf-dist/doc/latex/stdpage/stdpage-test.tex b/Master/texmf-dist/doc/latex/stdpage/stdpage-test.tex new file mode 100644 index 00000000000..c09e861df5c --- /dev/null +++ b/Master/texmf-dist/doc/latex/stdpage/stdpage-test.tex @@ -0,0 +1,15 @@ + \documentclass{article} + \usepackage[ngerman]{babel} + \usepackage{courier,blindtext} + \usepackage[ + baselinestretch, + noindent, + parskip, + just, + chars=65, + lines=35, + typewriter + ]{stdpage} + \begin{document} + \Blinddocument + \end{document} diff --git a/Master/texmf-dist/doc/latex/stdpage/stdpage.pdf b/Master/texmf-dist/doc/latex/stdpage/stdpage.pdf Binary files differindex d4bf3af203e..84ca4925147 100644 --- a/Master/texmf-dist/doc/latex/stdpage/stdpage.pdf +++ b/Master/texmf-dist/doc/latex/stdpage/stdpage.pdf |