diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/text/swriter/guide/print_selection.xhp | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/source/text/swriter/guide/print_selection.xhp b/source/text/swriter/guide/print_selection.xhp index 477c459a0b..6902aef236 100644 --- a/source/text/swriter/guide/print_selection.xhp +++ b/source/text/swriter/guide/print_selection.xhp @@ -51,26 +51,23 @@ </listitem> <listitem> <paragraph id="par_id331605269672260" role="listitem">Enter the page numbers to print.</paragraph> - <paragraph id="par_id481605270284520" role="listitem">• Use <literal>-</literal> for a range of pages (e.g., <input>1–4</input> will print all pages from 1 to 4).</paragraph> - <paragraph role="listitem" id="par_id651605685305228">• Partial ranges are also permitted.</paragraph> - <comment>Empty tablecells needed for layout, do not delete</comment> - <table id="tab_id191605686988056"> - <tablerow> - <tablecell></tablecell><tablecell></tablecell> - <tablecell> - <paragraph id="par_id781605686618241" role="tablecontent"><input>-5</input> prints all pages up to page 5.</paragraph> - </tablecell> - </tablerow> - <tablerow> - <tablecell></tablecell><tablecell></tablecell> - <tablecell> - <paragraph id="par_id741605686988056" role="tablecontent"><input>10-</input> prints from page 10 to end of document.</paragraph> - </tablecell> - </tablerow> - </table> - <paragraph id="par_id951605270474391" role="listitem">• Use <literal>,</literal> or <literal>;</literal> for a list of pages (e.g., <input> 1,3;7</input> will print pages 1, 3 and 7. Spaces are optional. 1, 3, 7 will also work).</paragraph> - <paragraph id="par_id611605270697509" role="listitem">• Combinations are also possible (e.g., <input>1, 3, 5-10, 15-</input> will print pages 1,3, 5 through 10, and 15 to end of document.</paragraph> - </listitem> + <section id="sublist"> + <list type="unordered"> + <listitem> + <paragraph id="par_id481605270284520" role="listitem">Use <literal>-</literal> for a range of pages. For example, <input>1-4</input> prints all pages from 1 to 4.</paragraph> + </listitem> + <listitem> + <paragraph role="listitem" id="par_id651605685305228">Partial ranges are also allowed: <input>-5</input> prints all pages up to page 5; <input>10-</input> prints from page 10 to end of document.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id951605270474391" role="listitem">Use <literal>,</literal> or <literal>;</literal> for a list of pages. For example, <input>1,3;7</input> prints pages 1, 3 and 7. Spaces are optional: <input>1, 3, 7</input> also works.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id611605270697509" role="listitem">Combinations are also possible. For example, <input>1, 3, 5-10, 15-</input> prints pages 1,3, 5 to 10, and 15 to end of document.</paragraph> + </listitem> +</list> + </section> + </listitem> <listitem> <paragraph id="par_id581605269685019" role="listitem">The preview box on the left shows the selected pages.</paragraph> </listitem> |