% This is A4 STY in text format as of 17 Dec 1987. % You should be able to specify this as an option of any of the standard % LaTeX document styles in order to adapt the layout for A4 paper % instead of the American size which is the default. % Note that this option must be specified AFTER any others which may % set the parameters adjusted below, e.g. % \documentstyle[art12,A4]{article} % and NOT % \documentstyle[A4,art12]{article} % % DIMENSION OF TEXT: \textheight 655pt % Height of text (including footnotes and figures, % excluding running head and foot). % Note 1cm = 28.453pt \textwidth 16.5cm % Width of text line. % Need to move the origin on the page to centre the block of text: % \hoffset -2.2cm \voffset -1.7cm % settings good for IBM 3812 printer %----------------------------------------------------------------------- % Next, we define today's date in European format \def\today{\number\day\space \ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi \space\number\year} %% Added at 18:00:19 on 23 Sep 1988 by JOWETT \typeout{Note: this A4.sty makes the date come out in European style} \special{papersize=210mm,297mm}