Bug 7775 - Examples overflow PDF page
Summary: Examples overflow PDF page
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Documentation (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.14.0
Assignee: Pierre Ossman
URL:
Keywords: linma_tester, prosaic
Depends on:
Blocks:
 
Reported: 2021-10-11 15:50 CEST by Pierre Ossman
Modified: 2021-10-20 13:01 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2021-10-11 15:50:36 CEST
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
Comment 2 Pierre Ossman cendio 2021-10-20 08:47:48 CEST
Works better now. The text gets scaled instead of cropped now.
Comment 3 Linn cendio 2021-10-20 13:01:46 CEST
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.

Note You need to log in before you can comment on or make changes to this bug.