docs/keysigning-help

view paper.sty @ 3:aa9f4b501eaf

spell checked
author meillo@marmaro.de
date Wed, 18 Feb 2009 18:02:39 +0100
parents
children
line source
1 \ProvidesPackage{paper}
3 %smaller headings
4 \makeatletter
5 \renewcommand\section{\@startsection {section}{1}{0em}%
6 {-\baselineskip}%
7 {0.5\baselineskip}%
8 {\normalfont\large\bfseries}}
9 \renewcommand\subsection{\@startsection {subsection}{2}{0em}%
10 {-\baselineskip}%
11 {0.5\baselineskip}%
12 {\normalfont\bfseries}}
13 \makeatother
15 \renewcommand\abstract[1]{\section*{\centerline{Abstract}}{\it #1}}
16 \renewcommand\copyright[1]{\begin{figure}[b]\footnotesize\it #1 \end{figure}}