Some of the examples in the documentation have very long lines. For the HTML output this is acceptable since it is possible to scroll, but in the PDF output these get cropped and we lose important information. Some examples: - Enabling tl-sso-update-password - Enabling tl-set-clientlang.sh Candidates can be found by running: grep '.\{80\}' *.xml
Works better now. The text gets scaled instead of cropped now.
Ran the grep described in comment 0 and found four places where the lines were longer than the width of the text. The affected commands were: * tl-sso-update-password * tl-set-clientlang.sh * tl-homecreatefilter.sh * tl-serial-redir.sh Checked the PDF for server build 2312 and can confirm that the commands now fit inside the text width of the page.