docs/keysigning-help
view paper.sty @ 1:039442a8068d
added some kind of stripped down ascii presentation
author | meillo@marmaro.de |
---|---|
date | Wed, 18 Feb 2009 16:58:42 +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}}