Merge pull request #92 from lierdakil/patch-1

Redefine (sub)paragraphs in default LaTeX template
This commit is contained in:
John MacFarlane 2015-04-17 18:38:40 -07:00
commit e8aec53fad

View file

@ -143,6 +143,12 @@ $for(header-includes)$
$header-includes$ $header-includes$
$endfor$ $endfor$
% Redefines (sub)paragraphs to behave more like sections
\let\oldparagraph\paragraph
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
\let\oldsubparagraph\subparagraph
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
\begin{document} \begin{document}
$if(title)$ $if(title)$
\maketitle \maketitle