%%% ====================================================================
%%% @LaTeX-style-file{
%%% author = "Mario Wolczko",
%%% version = "10",
%%% date = "21 May 1992",
%%% time = "20:51:10 BST",
%%% filename = "a5.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 = "02730 36 169 1533",
%%% 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, middle and right and top:side:bottom space =
%%% 2:3:4. See also a5comb.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=-0.47truept \oddsidemargin=-35.77truept
\textheight=426truept % 10pt only (\baselineskip=12pt)
\footskip=36truept \footheight=12truept
|