I generate a documentation from rst to pdf with latexpdf and sphinx.
How can I add some page break (=new page) in my PDF?
For now I use PageBreak but it only work with rst2pdf.
.. raw:: pdf
PageBreak
Maybe a slightly better solution, which also "flushes" all pending floats:
.. raw:: latex
\clearpage
You can use raw latex.
.. raw:: latex
\newpage
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With