You are viewing an old version of this page. Return to the latest version.
Version of 08:33, 23 September 2020 by MLR
No categories assigned
Customized PDF Output
-
- Last edited 4 years ago by MLR
-
< Manual:Extension | BlueSpiceBookshelf
Revision as of 08:33, 23 September 2020 by Mlink-rodrigue (talk | contribs) (Created page with "Adjusting page breaks By default, each chapter and sub-chapter in a PDF is started on a new page. To avoid these page breaks and create a continuous chapter flow, an admin...")
Adjusting page breaks
By default, each chapter and sub-chapter in a PDF is started on a new page. To avoid these page breaks and create a continuous chapter flow, an administrator can add the following code to the page MediaWiki:Common.css:
.bs-page-content { page-break-after: avoid; page-break-before: avoid; }
.bs-page-content.booklevel-1, .bs-page-content.booklevel-2{ page-break-before: always; }