1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<meta>
<topic id="textshared01formatting_markxhp" indexer="include">
<title id="tit">Formatting Mark </title>
<filename>/text/shared/01/formatting_mark.xhp</filename>
</topic>
</meta>
<body>
<bookmark branch="hid/.uno:FormattingMarkMenu" id="bm_id7235023" localize="false"/>
<bookmark branch="index" id="bm_id9930722">
<bookmark_value>CTL;(not) wrapping words</bookmark_value>
<bookmark_value>words;wrapping in CTL</bookmark_value>
<bookmark_value>words;formatting marks</bookmark_value>
<bookmark_value>formatting marks;insert</bookmark_value>
<bookmark_value>formatting marks;no-break space</bookmark_value>
<bookmark_value>formatting marks;non-breaking hyphen</bookmark_value>
<bookmark_value>formatting marks;soft hyphen</bookmark_value>
<bookmark_value>formatting marks;narrow no-break space</bookmark_value>
<bookmark_value>formatting marks;zero-width space</bookmark_value>
<bookmark_value>formatting marks;word joiner</bookmark_value>
</bookmark>
<comment>MW added 2 index entries because of issue 86750</comment><comment>tried to fix i86464 by creating a new file, copy everything over, then save & overwrite as formatting_mark.xhp</comment><comment>but this did not help</comment>
<section id="formatting_mark">
<h1 id="hd_id030220091035120"><variable id="formattingmark"><link href="text/shared/01/formatting_mark.xhp">Formatting Mark</link> </variable></h1>
<paragraph id="par_id0302200910351248" role="paragraph"><ahelp hid=".">Opens a submenu to insert special formatting marks like no-break space, soft hyphen, and zero-width space.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000404.xhp#formattingmark"/>
</section>
<bookmark branch="hid/.uno:InsertNonBreakingSpace" id="bm_id2567217" localize="false"/>
<h2 id="hd_id9996948">No-break space</h2>
<paragraph id="par_id8326975" role="paragraph"><ahelp hid=".">Inserts a space that will keep bordering characters together on line breaks.</ahelp></paragraph>
<bookmark branch="hid/.uno:InsertHardHyphen" id="bm_id6757713" localize="false"/>
<h2 id="hd_id6383556">Non-breaking hyphen</h2>
<paragraph id="par_id8469191" role="paragraph"><ahelp hid=".">Inserts a hyphen that will keep bordering characters together on line breaks.</ahelp></paragraph>
<bookmark branch="hid/.uno:InsertSoftHyphen" id="bm_id8669698" localize="false"/>
<h2 id="hd_id3306680">Soft hyphen</h2>
<paragraph id="par_id9407330" role="paragraph"><ahelp hid=".">Inserts an invisible optional hyphen within a word that will appear and create a line break once it becomes the last character in a line.</ahelp></paragraph>
<bookmark branch="hid/.uno:InsertNarrowNobreakSpace" id="bm_id81705524304444" localize="false"/>
<h2 id="hd_id561694945005291">Narrow no-break space</h2>
<paragraph role="paragraph" id="par_id231694945031123">Inserts a narrow version of the no-break space. The inserted character is Unicode <literal>U+202F</literal>.</paragraph>
<bookmark branch="hid/.uno:InsertZWSP" id="bm_id1068758" localize="false"/>
<h2 id="hd_id2295907">Zero-width space</h2>
<paragraph id="par_id1536301" role="paragraph"><ahelp hid=".">Inserts an invisible space within a word that indicates a word or line break opportunity, even though no space is shown. The inserted character, which has no width, is Unicode <literal>U+200B</literal>.</ahelp></paragraph>
<bookmark branch="hid/.uno:InsertWJ" id="bm_id8484450" localize="false"/>
<h2 id="hd_id3245643">Word joiner</h2>
<paragraph id="par_id1085238" role="paragraph"><ahelp hid=".">Inserts an invisible space within a word to indicate that a line break is not allowed between the adjacent characters. The inserted character, which has no width, is Unicode <literal>U+2060</literal>.</ahelp></paragraph>
<bookmark branch="hid/.uno:InsertLRM" id="bm_id714743" localize="false"/>
<tip id="par_id201695036157688">To see the Unicode value for a character prior to the cursor position, use <switchinline select="sys"><caseinline select="MAC"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode> (or <keycode>Alt+C</keycode> in some locales)</defaultinline></switchinline> as a toggle.</tip>
<h2 id="hd_id4634540">Left-to-right mark</h2>
<paragraph id="par_id6690878" role="paragraph"><ahelp hid=".">Inserts a text direction mark that affects the text direction of any text following the mark. Available when complex text layout (CTL) is enabled.</ahelp></paragraph>
<bookmark branch="hid/.uno:InsertRLM" id="bm_id3938413" localize="false"/>
<h2 id="hd_id9420148">Right-to-left mark</h2>
<paragraph id="par_id923184" role="paragraph"><ahelp hid=".">Inserts a text direction mark that affects the text direction of any text following the mark. Available when complex text layout (CTL) is enabled.</ahelp></paragraph>
</body>
</helpdocument>
|