summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/misc/rssconf.sty
blob: cbf4c50db8f98c34fa630903f521182320c66526 (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
28
29
30
31
% --------------------------------------------------------------------------
% R S S C O N F  --  style option for RSS Conference proceedings
% --------------------------------------------------------------------------
% Version 1.00--0 Adrian F Clark <alien@uk.ac.essex> 22-Jun-1993
% --------------------------------------------------------------------------

\typeout{RSS Conference Proceedings style  v1.00--0  22-Jun-1993}


% Page dimensions.

\parindent         15pt        % paragraph indent
\parskip           0pt plus 1pt minus 1pt       % paragraph skip

\textheight        252mm       % height of text on a page
\textwidth         164mm       % total width of a page
\oddsidemargin       5mm       % shift the page rightwards
\evensidemargin      5mm       % shift the page rightwards
\topmargin          -7mm       % shift the page upwards
\headheight          0pt       % no running heads...
\headsep             0pt       % ...so no separation from text
\marginparwidth     48pt       % don't use marginal notes...
\marginparsep       10pt       % ...in conference proceedings


\def\abstract{\section*{Abstract}}
\def\endabstract{\par}

\pagestyle{empty}              % no page numbers

% End of rssconf.sty.