[Libreoffice-commits] help.git: source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 4 12:42:47 UTC 2020


 source/text/swriter/guide/print_selection.xhp |   37 +++++++++++---------------
 1 file changed, 17 insertions(+), 20 deletions(-)

New commits:
commit 5e804bf7708f734fcfe1619286a9319c2849ec5f
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Dec 3 19:39:34 2020 -0300
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Dec 4 13:42:25 2020 +0100

    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 at ubuntu.com>

diff --git a/source/text/swriter/guide/print_selection.xhp b/source/text/swriter/guide/print_selection.xhp
index 477c459a0..6902aef23 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">&#x2022; 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">&#x2022; 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">&#x2022; 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">&#x2022; 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>


More information about the Libreoffice-commits mailing list