Various config changes

This commit is contained in:
Jonathan Hodgson 2018-12-11 18:51:05 +00:00
parent b53bb217db
commit 29cdb5a978
5 changed files with 41 additions and 6 deletions

View file

@ -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)$