summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/abstyles/a4c.sty
blob: 7d407b75d1019d533e207bf5b8f9dbc3c955bfa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% This is A4C.STY, a LaTeX style file written by Hans-Hermann Bode
% (HHBODE@DOSUNI1.BITNET), that sets up a page layout appropriate for DIN-A4
% paper sheets (210 mm x 297 mm).
%
% The text is horizontally centered with margins of 2 cm left and right.
%
% It is assumed, that the DVI driver sets margins of 1 in left and top.
%
% Version	Date		Author	Comment
% 1.00		08 Sep 1991	H2B	First version

\textwidth21cm				% full paper
\textheight29.7cm

\oddsidemargin2cm			% margins
\evensidemargin\oddsidemargin
\topmargin2cm

\addtolength{\textwidth}{-\oddsidemargin}  % odd/left or even/right margin
\addtolength{\textwidth}{-\evensidemargin} % odd/right or even/left margin
\addtolength{\textheight}{-2\topmargin}	   % top and bottom margin
\addtolength{\textheight}{-\headheight}
\addtolength{\textheight}{-\headsep}
\addtolength{\textheight}{-\footskip}

\hoffset-1in				% compensate the driver margins
\voffset-1in