]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdspecialchars.inc
Fix the pdfcomment rewrite
[lyx.git] / lib / layouts / stdspecialchars.inc
1 #
2 # Standard special characters
3 #
4
5 SpecialChar LigatureBreak
6         Type            Formatting
7         LabelString     "Ligature Break|k"
8         LyXOutput       0x007c
9         LatexOutput     \textcompwordmark{}
10         PlaintextOutput 0x200c
11         XHTMLOutput     ‌
12         IsLetter        1
13 End
14
15 SpecialChar EndOfSentence
16         LabelString     "End of Sentence|E"
17         LyXOutput       0x002e
18         LatexOutput     \@.
19         PlaintextOutput 0x002e
20         DocBookOutput   "."
21         XHTMLOutput     "."
22 End
23
24 SpecialChar LDots
25         LabelString     "Ellipsis|i"
26         Width           "."
27         LyXOutput       0x2026
28         LatexOutput     \ldots{}
29         PlaintextOutput 0x2026
30         DocBookOutput   "..."
31         XHTMLOutput     …
32 End
33
34 SpecialChar MenuSeparator
35         LabelString     "Menu Separator|M"
36         Width           " x "
37         LyXOutput       0x25b7
38         LatexOutput     \lyxarrow{}
39         LaTexOutputRTL  \lyxarrow*{}
40         PlaintextOutput "->"
41         DocBookOutput   &lyxarrow;
42         XHTMLOutput     ⇒
43         Requires        lyxarrow
44 End
45
46 SpecialChar Hyphenation
47         Type            Formatting
48         LabelString     "Hyphenation Point|H"
49         LyXOutput       0x2010
50         LatexOutput     \-
51         IsLetter        1
52 End
53
54 SpecialChar Slash
55         LabelString     "Breakable Slash|a"
56         LyXOutput       0x002f
57         LatexOutput     \slash{}
58         PlaintextOutput 0x002f
59         DocBookOutput   /
60         XHTMLOutput     ⁄
61 End
62
63 SpecialChar NobreakDash
64         LabelString     "Protected Hyphen|y"
65         LyXOutput       0x2010
66         LatexOutput     \nobreakdash-
67         NeedsProtect    1
68         PlaintextOutput 0x2011
69         DocBookOutput   -
70         XHTMLOutput     ‑
71         Requires        amsmath
72         IsLetter        1
73         Font
74           Color         latex
75         EndFont
76 End
77