Mercurial > docs > keysigning-help
comparison paper.sty @ 0:8d616aba351e
the already finished paper
author | meillo@marmaro.de |
---|---|
date | Wed, 18 Feb 2009 16:57:20 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8d616aba351e |
---|---|
1 \ProvidesPackage{paper} | |
2 | |
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 | |
14 | |
15 \renewcommand\abstract[1]{\section*{\centerline{Abstract}}{\it #1}} | |
16 \renewcommand\copyright[1]{\begin{figure}[b]\footnotesize\it #1 \end{figure}} |