Skip to content

Commit cdc0ce7

Browse files
committed
latexpdf: make chapters start on clear page
JIRA: CI-526
1 parent 136b00c commit cdc0ce7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_static/latex/preamble.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
\titleformat{\paragraph}{\bfseries\color{darkblue}}{\theparagraph}{1em}{}
2323
\titleformat{\subparagraph}{\bfseries\color{darkblue}}{\thesubparagraph}{1em}{}
2424

25+
% Make chapters start on new pages
26+
\newcommand{\sectionbreak}{\clearpage}
27+
2528
% Override Sphinx verbatim settings
2629
\fvset{
2730
frame=none,

0 commit comments

Comments
 (0)