|
|
|
@ -252,6 +252,27 @@ $if(letterhead)$ |
|
|
|
|
$endif$ |
|
|
|
|
\usepackage{blindtext} |
|
|
|
|
|
|
|
|
|
$if(numbersections)$ |
|
|
|
|
\newcounter{section} |
|
|
|
|
\newcounter{subsection}[section] |
|
|
|
|
\setcounter{secnumdepth}{3} |
|
|
|
|
$endif$ |
|
|
|
|
\makeatletter |
|
|
|
|
\newcommand\section{\@startsection {section}{1}{\z@}% |
|
|
|
|
{-3.5ex \@plus -1ex \@minus -.2ex}% |
|
|
|
|
{2.3ex \@plus.2ex}% |
|
|
|
|
{\normalfont\Large\bfseries}} |
|
|
|
|
\newcommand\subsection{\@startsection{subsection}{2}{\z@}% |
|
|
|
|
{-3.25ex\@plus -1ex \@minus -.2ex}% |
|
|
|
|
{1.5ex \@plus .2ex}% |
|
|
|
|
{\normalfont\large\bfseries}} |
|
|
|
|
$if(numbersections)$ |
|
|
|
|
\renewcommand \thesection{\@arabic\c@section} |
|
|
|
|
\renewcommand\thesubsection{\thesection.\@arabic\c@subsection} |
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
|
|
\makeatother |
|
|
|
|
|
|
|
|
|
\begin{document} |
|
|
|
|
|
|
|
|
|
$for(include-before)$ |
|
|
|
|