Various config changes
This commit is contained in:
parent
da8e136aae
commit
b6bd52b903
5 changed files with 41 additions and 6 deletions
|
@ -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)$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue