summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/stdpage
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2006-11-06 01:06:06 +0000
committerNorbert Preining <preining@logic.at>2006-11-06 01:06:06 +0000
commit6ebd159ea2e62827f832b12137ec75a322e32ec0 (patch)
tree317793a8c1f76e8d6dcf3046420392fbd599f4ba /Master/texmf-dist/doc/latex/stdpage
parent3d2caaeddabf9f9bf2b309c6d3ba42e6b5dc71fa (diff)
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
Diffstat (limited to 'Master/texmf-dist/doc/latex/stdpage')
-rw-r--r--Master/texmf-dist/doc/latex/stdpage/README25
-rw-r--r--Master/texmf-dist/doc/latex/stdpage/stdpage-test.tex15
-rw-r--r--Master/texmf-dist/doc/latex/stdpage/stdpage.pdfbin87495 -> 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
index d4bf3af203e..84ca4925147 100644
--- a/Master/texmf-dist/doc/latex/stdpage/stdpage.pdf
+++ b/Master/texmf-dist/doc/latex/stdpage/stdpage.pdf
Binary files differ