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