From c0209500150e6fede8c288372a17cbf4b30817c5 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 3 Dec 2020 19:39:34 -0300 Subject: 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 (cherry picked from commit 5e804bf7708f734fcfe1619286a9319c2849ec5f) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107205 --- source/text/swriter/guide/print_selection.xhp | 37 ++++++++++++--------------- 1 file 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 @@ Enter the page numbers to print. - • Use - for a range of pages (e.g., 1–4 will print all pages from 1 to 4). - • Partial ranges are also permitted. - Empty tablecells needed for layout, do not delete - - - - - -5 prints all pages up to page 5. - - - - - - 10- prints from page 10 to end of document. - - -
- • Use , or ; for a list of pages (e.g., 1,3;7 will print pages 1, 3 and 7. Spaces are optional. 1, 3, 7 will also work). - • Combinations are also possible (e.g., 1, 3, 5-10, 15- will print pages 1,3, 5 through 10, and 15 to end of document. -
+
+ + + Use - for a range of pages. For example, 1-4 prints all pages from 1 to 4. + + + Partial ranges are also allowed: -5 prints all pages up to page 5; 10- prints from page 10 to end of document. + + + Use , or ; for a list of pages. For example, 1,3;7 prints pages 1, 3 and 7. Spaces are optional: 1, 3, 7 also works. + + + Combinations are also possible. For example, 1, 3, 5-10, 15- prints pages 1,3, 5 to 10, and 15 to end of document. + + +
+ The preview box on the left shows the selected pages. -- cgit