%%% ====================================================================
%%% @LaTeX-style-file{
%%% author = "Mario Wolczko",
%%% version = "4",
%%% date = "21 May 1992",
%%% time = "20:50:55 BST",
%%% filename = "a5comb.sty",
%%% address = "Dept of Computer Science
%%% The University of Manchester
%%% Oxford Road
%%% Manchester M13 9PL
%%% UK",
%%% telephone = "+44-61-275-6146",
%%% FAX = "+44-61-275-6236",
%%% checksum = "58174 37 180 1606",
%%% email = "[email protected] (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "LaTeX, A5 page size, page layout",
%%% supported = "yes",
%%% 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",
%%% }
%%% ====================================================================
%
% 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
|