Makes default pandoc template clearpage before section

This commit is contained in:
Jonathan Hodgson 2020-05-25 12:09:00 +01:00
parent 9ef522ba25
commit 460578379c

View file

@ -172,6 +172,10 @@ $endif$
$if(colorlinks)$ $if(colorlinks)$
\usepackage{xcolor} \usepackage{xcolor}
$endif$ $endif$
\usepackage{sectsty}
\sectionfont{\clearpage}
\usepackage{hyperref} \usepackage{hyperref}
\hypersetup{ \hypersetup{
$if(title-meta)$ $if(title-meta)$