diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/a5comb/a5comb.sty')
-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 |