|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T a
Length: 1063 (0x427) Types: TextFile Names: »a4.sty«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦this⟧ »latex-style/a4.sty«
% % "a4" document style option. % John Pavel, May 1987 % % Redefines the \textheight and \topmargin for A4 paper, as opposed to US paper. % \textwidth is not altered because A4 is narrower than US paper. % % \textheight is the height of text (including footnotes and figures, % excluding running head and foot). % % Adjusting \textheight will adjust position of the bottom of the page. % Must preserve "(\textheight - \topskip) divides \baselineskip". % \topskip always appears to be 10pt. % % % Following Lamport's change to other style files on 24 Jun 86, % changed to explicitly compute \textheight to avoid roundoff. The % value of the multiplier was calculated as the floor of the old % \textheight minus \topskip, divided by \baselineskip for % \normalsize. % % % \topmargin 0 pt % Nominal distance from top of paper to top of page \ifcase \@ptsize % mods for 10 pt \textheight 53\baselineskip \or % mods for 11 pt \textheight 46\baselineskip \or % mods for 12 pt \textheight 42\baselineskip \fi \advance\textheight by \topskip