diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-12-03 19:39:34 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-12-04 14:03:34 +0100 |
commit | c0209500150e6fede8c288372a17cbf4b30817c5 (patch) | |
tree | 04161b917e3d1528b8473b7bc678147530a26b3f | |
parent | e017c71c1ca6e86fd65bab2af300fe149fcc01ab (diff) |
Review print selection Help page
* Add section to hold sublist (see DTD)
* drop table
* drop future and use present
* change "e.g" to "For example"
* drop parenthesis
ref: https://wiki.documentfoundation.org/Documentation/DocumentationTeamInfo/StyleGuide#Writing_style
and below.
Change-Id: Ia6a79eda713074ad651f4961dd7916ff3e63de2d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107179
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 5e804bf7708f734fcfe1619286a9319c2849ec5f)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107205
-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> |