source/text/swriter/guide/insert_tab_innumbering.xhp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit ccf86626a70ee1c7c3b0f3b94a4406328b8116fe Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Thu Jun 16 16:33:00 2022 +0200 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Sun Jun 19 13:40:46 2022 +0200 tdf#146762, tdf#141128 correction for new tab insert behavior tdf#146762 eliminated the possibility to insert a tab at the beginning of a list paragraph. This patch updates the help instructions about how to insert a tab at the beginning of a list paragraph. Change-Id: I5d8475cc01a29dd0e73900d587900a7daac9e776 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135988 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk> diff --git a/source/text/swriter/guide/insert_tab_innumbering.xhp b/source/text/swriter/guide/insert_tab_innumbering.xhp index 6d0fb9b61..0d9010382 100644 --- a/source/text/swriter/guide/insert_tab_innumbering.xhp +++ b/source/text/swriter/guide/insert_tab_innumbering.xhp @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. * @@ -17,7 +18,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<helpdocument version="1.0"> <meta> <topic id="textswriterguideinsert_tab_innumberingxml" indexer="include" status="PUBLISH"> <title id="tit" xml-lang="en-US">Changing the List Level of a List Paragraph</title> @@ -48,12 +48,13 @@ <paragraph role="listitem" id="par_id3155859" xml-lang="en-US">To move a numbered or bulleted list paragraph up one list level, click at the beginning of the paragraph, and then press <keycode>Shift+Tab</keycode>.</paragraph> </listitem> <listitem> - <paragraph role="listitem" id="par_id3153403" xml-lang="en-US">To insert a tab between the number or bullet and the paragraph text, click at the beginning of the paragraph, and then press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Tab</keycode>.</paragraph> + <paragraph role="listitem" id="par_id3153403" xml-lang="en-US">To insert a tab between the number or bullet and the paragraph text for all list paragraphs at a given list level, use the <menuitem>Numbering followed by</menuitem> option in the <link href="text/shared/01/06050600.xhp" name="Position"><menuitem>Position</menuitem></link> tab in the <menuitem>Bullets and Numbering</menuitem> dialog. For an individual list paragraph, a tab can be copied and then pasted at the beginning of the list paragraph.</paragraph> </listitem> </list> </section> <section id="relatedtopics"> <embed href="text/swriter/guide/chapter_numbering.xhp#chapter_numbering"/> + <embed href="text/shared/01/06050600.xhp#positionh1"/> </section> </body> </helpdocument>