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/tex/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/tex/latex/a5comb')
-rw-r--r-- | Master/texmf-dist/tex/latex/a5comb/a5comb.sty | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/a5comb/a5comb.sty b/Master/texmf-dist/tex/latex/a5comb/a5comb.sty new file mode 100644 index 00000000000..5053eeaf6b2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/a5comb/a5comb.sty @@ -0,0 +1,31 @@ +%%% ==================================================================== +%%% @LaTeX-style-file{ +%%% author = "Mario Wolczko", +%%% version = "4", +%%% date = "21 May 1992", +%%% time = "20:50:55 BST", +%%% filename = "a5comb.sty", +%%% email = "mario@acm.org", +%%% codetable = "ISO/ASCII", +%%% keywords = "LaTeX, A5 page size, page layout", +%%% supported = "no", +%%% docstring = "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 top:side:bottom space = 2:2:4. +%%% See also a5.sty, a4.sty", +%%% } +%%% ==================================================================== +% +% This file is in the public domain +% +% based on ratios suggested by Dick Wakefield + +\headheight=12truept \headsep=18truept +\topmargin= -35.62truept % Nominal distance from top of paper to top of page +% top paper margin of 48.72pt +% (between top of page and top of text, excluding header) +\textwidth=313truept +\evensidemargin=-18.12truept \oddsidemargin=-18.12truept +\textheight=426truept % 10pt only (\baselineskip=12pt) +% +\footskip=36truept \footheight=12truept |