diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-22 00:36:18 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-23 01:40:27 +0100 |
commit | 225607aae3c910c95f8a0e0104994ec5b2b8a487 (patch) | |
tree | 466695007f726d2d457baa35fce900079520807e | |
parent | 84f9a1f7cf18a6ddb94ef9c0779fd7e7554a5117 (diff) |
related to: tdf#140601 add "howtoget" and improve explanation
The content of the help page on Restart Numbering has not
changed since its initial check-in in 2004.
+ Add a "howtoget" section with access commands.
* improve description of command that is embedded into
"Bullets and Numbering bar" help.
+ Add two bullet points, one about how to remove "restart
numbering", the other about how to start at a number
different from 1.
Change-Id: I36b381a83a1e524e6768602d5908d5695e50d555
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112796
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r-- | source/text/swriter/02/06140000.xhp | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/source/text/swriter/02/06140000.xhp b/source/text/swriter/02/06140000.xhp index 371fafd125..05f1d1bf96 100644 --- a/source/text/swriter/02/06140000.xhp +++ b/source/text/swriter/02/06140000.xhp @@ -30,9 +30,14 @@ <section id="restart_numbering"> <bookmark branch="hid/.uno:NumberingStart" xml-lang="en-US" id="bm_id3154507" localize="false"/> <h1 id="hd_id3147171"><link href="text/swriter/02/06140000.xhp" name="Restart Numbering">Restart Numbering</link></h1> - <paragraph role="paragraph" id="par_id3145249" xml-lang="en-US"><ahelp hid=".uno:NumberingStart" visibility="visible">Restarts the text numbering.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text.</paragraph> + <paragraph role="paragraph" id="par_id3145249" xml-lang="en-US"><ahelp hid=".uno:NumberingStart" visibility="visible">Restarts list numbering from 1.</ahelp> This command is only active when the cursor is positioned within a list.</paragraph> </section> - <section id="syrestart_numbering"> +<section id="howtoget"> +<paragraph role="paragraph" id="par_id631616370838434">Choose <menuitem>Format - Lists - Restart Numbering</menuitem>.</paragraph> +<paragraph role="paragraph" id="par_id31616370717930">Place cursor in a list paragraph, right-click and choose <menuitem>List - Restart Numbering</menuitem>.</paragraph> +<paragraph role="paragraph" id="par_id351616370727010">On <link href="text/shared/01/06050000.xhp" name="BulletsNumbering"><emph>Bullets and Numbering</emph></link> bar, click</paragraph> +</section> +<section id="syrestart_numbering"> <table id="tbl_id3152898"> <tablerow> <tablecell> @@ -42,9 +47,15 @@ <paragraph role="paragraph" id="par_id3145086" xml-lang="en-US">Restart Numbering</paragraph> </tablecell> </tablerow> - </table> </section> - - </body> +<list type="unordered"> + <listitem> + <paragraph role="listitem" id="par_id761616370463787">To remove the numbering restart, apply the command again in the paragraph where the numbering was restarted.</paragraph> + </listitem> + <listitem> + <paragraph role="listitem" id="par_id261616371203225">To restart numbering with a number greater than 1, right-click in the paragraph where you want to restart numbering, choose <menuitem>Paragraph - </menuitem><embedvar href="textswriter/01/05030800.xhp#outlinelisth1"/> tab, select <menuitem>Restart numbering at this paragraph</menuitem> and enter the start number in <menuitem>Start with</menuitem>.</paragraph> + </listitem> +</list> +</body> </helpdocument> |