hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
311 stars 60 forks source link

Pagebreak for PDF #178

Closed Fenrihr closed 5 years ago

Fenrihr commented 5 years ago

Hi, How can i insert pagebreaks every chapter or section?

KGHustad commented 5 years ago

Some LaTeX styles will do this automatically. Use --latex_style to set the LaTeX style. (See the manual)

If you want to force a pagebreak, you could add a line with \newpage in the DocOnce document, which should make it into the .tex file.