docs/keysigning-help

diff paper.sty @ 0:8d616aba351e

the already finished paper
author meillo@marmaro.de
date Wed, 18 Feb 2009 16:57:20 +0100
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/paper.sty	Wed Feb 18 16:57:20 2009 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +\ProvidesPackage{paper}
     1.5 +
     1.6 +%smaller headings
     1.7 +\makeatletter
     1.8 +\renewcommand\section{\@startsection {section}{1}{0em}%
     1.9 +	{-\baselineskip}%
    1.10 +	{0.5\baselineskip}%
    1.11 +	{\normalfont\large\bfseries}}
    1.12 +\renewcommand\subsection{\@startsection {subsection}{2}{0em}%
    1.13 +	{-\baselineskip}%
    1.14 +	{0.5\baselineskip}%
    1.15 +	{\normalfont\bfseries}}
    1.16 +\makeatother
    1.17 +
    1.18 +\renewcommand\abstract[1]{\section*{\centerline{Abstract}}{\it #1}}
    1.19 +\renewcommand\copyright[1]{\begin{figure}[b]\footnotesize\it #1 \end{figure}}