0
|
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}}
|