From 6ebd159ea2e62827f832b12137ec75a322e32ec0 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 6 Nov 2006 01:06:06 +0000 Subject: Again loads of updates due to a long train ride updates to: eskdx screenplay syntax (dvi->pdf) swebib substr (dvi->pdf) stdpage (one new test file) stdclsdv (dvi->pdf) ssqquote sseq sprite splitbib snapshot (pdf doc) smartref (new doc) smalltableof (new doc) siggraph sidecap shorttoc (new doc) sffms script (new doc) scientificpaper (new doc) scale savefnmark (new doc) sauterfonts (new doc) rtkinenc (new doc) added to tpm-ctan-check: tableaux syntax swebib svn supertabular substr subfloat subeqnarray subeqn stdpage stdclsdv stage stack ssqquote sseq srcltx sprite splitbib splines spie soul snapshot smartref smalltableof slideshow siggraph sidecap showlabels showdim shorttoc shadbox sffms seqsplit semaphor script scientificpaper scalebar scale savetrees savesym savefnmark sauterfonts rtkinenc most of them license checked in the TeX Catalogue git-svn-id: svn://tug.org/texlive/trunk@2392 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/stdpage/README | 25 ++++++++++++--------- .../texmf-dist/doc/latex/stdpage/stdpage-test.tex | 15 +++++++++++++ Master/texmf-dist/doc/latex/stdpage/stdpage.pdf | Bin 87495 -> 116982 bytes 3 files changed, 29 insertions(+), 11 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/stdpage/stdpage-test.tex (limited to 'Master/texmf-dist/doc/latex/stdpage') 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 index d4bf3af203e..84ca4925147 100644 Binary files a/Master/texmf-dist/doc/latex/stdpage/stdpage.pdf and b/Master/texmf-dist/doc/latex/stdpage/stdpage.pdf differ -- cgit v1.2.3