diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-15 01:04:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-15 01:04:50 +0000 |
commit | e23c6cd5a754a8ef0f36eb716453d4c9b6ff0a11 (patch) | |
tree | a3d003f61e69e4c2eb29d6c94621c7f74558528d /Master/texmf-dist/doc/latex/a5comb | |
parent | 78935dd481aa1eb68f3b64ab5e490f57978dece4 (diff) |
a5comb update to own dir (13feb10)
git-svn-id: svn://tug.org/texlive/trunk@17020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/a5comb')
-rw-r--r-- | Master/texmf-dist/doc/latex/a5comb/a5comb.pdf | bin | 0 -> 97626 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/a5comb/a5comb.tex | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/a5comb/a5comb.pdf b/Master/texmf-dist/doc/latex/a5comb/a5comb.pdf Binary files differnew file mode 100644 index 00000000000..0e73316615b --- /dev/null +++ b/Master/texmf-dist/doc/latex/a5comb/a5comb.pdf diff --git a/Master/texmf-dist/doc/latex/a5comb/a5comb.tex b/Master/texmf-dist/doc/latex/a5comb/a5comb.tex new file mode 100644 index 00000000000..6151af5338c --- /dev/null +++ b/Master/texmf-dist/doc/latex/a5comb/a5comb.tex @@ -0,0 +1,21 @@ +\documentclass[DIV=9, fontsize=12, pagesize=auto]{scrartcl} + +\addtokomafont{disposition}{\rmfamily} + +\title{The \textsf{a5comb} package\thanks{This manual corresponds to \textsf{a5comb.sty} v.~4, dated 21 May 1992.}} +\author{Mario Wolczko\\\texttt{mario@acm.org}} +\date{21 May 1992} + + +\begin{document} + +\maketitle + +\noindent +The \textsf{a5comb} package sets page layout to A5 size, with equal +spaces to left and right, and twice the amount of centre space +(for comb-bound documents) and $\mathrm{top}:\mathrm{side}:\mathrm{bottom~space} = 2:2:4$. +See also \textsf{a5.sty}, \textsf{a4.sty}. +The layout is based on ratios suggested by Dick Wakefield. + +\end{document} |