Merge pull request #92 from lierdakil/patch-1
Redefine (sub)paragraphs in default LaTeX template
This commit is contained in:
commit
e8aec53fad
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,12 @@ $for(header-includes)$
|
|||
$header-includes$
|
||||
$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}
|
||||
$if(title)$
|
||||
\maketitle
|
||||
|
|
Loading…
Reference in a new issue