mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
unicodesymbols: - add last missing textcomp symbols
- fix paragraph sign - fix bracket code number git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18530 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa31866501
commit
437e5bebf3
@ -48,7 +48,7 @@
|
||||
0x00b3 "\\textthreesuperior" "textcomp" "force" # ³ SUPERSCRIPT THREE
|
||||
0x00b4 "\\textasciiacute" "textcomp" "" # ACUTE ACCENT
|
||||
0x00b5 "\\textmu" "textcomp" "force" # µ MICRO SIGN
|
||||
0x00b6 "\\textpilcrow" "textcomp" "" # PILCROW SIGN
|
||||
0x00b6 "\\textparagraph" "textcomp" "" # PILCROW SIGN ; not equal to \textpilcrow
|
||||
0x00b7 "\\textperiodcentered" "" "" # MIDDLE DOT
|
||||
0x00b8 "\\c\\ " "" "" # CEDILLA (command from latin1.def)
|
||||
0x00b9 "\\textonesuperior" "textcomp" "force" # ¹ SUPERSCRIPT ONE
|
||||
@ -931,6 +931,7 @@
|
||||
#0x1ef7 "" "" "" # LATIN SMALL LETTER Y WITH HOOK ABOVE
|
||||
0x1ef8 "\\~{Y}" "" "" # LATIN CAPITAL LETTER Y WITH TILDE
|
||||
0x1ef9 "\\~{y}" "" "" # LATIN SMALL LETTER Y WITH TILDE
|
||||
# general punctuation
|
||||
0x2013 "--" "" "" # EN DASH
|
||||
0x2014 "---" "" "" # EM DASH
|
||||
0x2016 "\\textbardbl" "textcomp" "" # DOUBLE VERTICAL LINE
|
||||
@ -945,7 +946,9 @@
|
||||
0x2026 "\\ldots" "" "" # HORIZONTAL ELLIPSIS
|
||||
0x2030 "\\textperthousand" "textcomp" "" # PER MILLE SIGN
|
||||
0x2031 "\\textpertenthousand" "textcomp" "" # PER TEN THOUSAND SIGN
|
||||
0x2032 "\\textasciiacute" "textcomp" "" # PRIME
|
||||
0x2033 "\\textacutedbl" "textcomp" "" # DOUBLE PRIME
|
||||
0x2035 "\\textasciigrave" "textcomp" "" # REVERSED PRIME
|
||||
0x2036 "\\textgravedbl" "textcomp" "" # REVERSED DOUBLE PRIME
|
||||
0x2039 "\\guilsinglleft" "" "" # SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
||||
0x203a "\\guilsinglright" "" "" # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
||||
@ -955,6 +958,7 @@
|
||||
0x2045 "\\textlquill" "textcomp" "" # LEFT SQUARE BRACKET WITH QUILL
|
||||
0x2046 "\\textrquill" "textcomp" "" # RIGHT SQUARE BRACKET WITH QUILL
|
||||
0x2052 "\\textdiscount" "textcomp" "" # COMMERCIAL MINUS SIGN
|
||||
# currency symbols
|
||||
0x20a1 "\\textcolonmonetary" "textcomp" "" # COLON SIGN
|
||||
0x20a3 "\\textfrenchfranc" "textcomp" "" # FRENCH FRANC SIGN
|
||||
0x20a4 "\\textlira" "textcomp" "" # LIRA SIGN
|
||||
@ -963,6 +967,8 @@
|
||||
0x20ab "\\textdong" "textcomp" "" # DONG SIGN
|
||||
0x20ac "\\texteuro" "textcomp" "" # EURO SIGN
|
||||
0x20b1 "\\textpeso" "textcomp" "" # PESO SIGN
|
||||
0x20b2 "\\textguarani" "textcomp" "" # GUARANI SIGN
|
||||
# letterlike symbols
|
||||
0x2103 "\\textcelsius" "textcomp" "" # DEGREE CELSIUS
|
||||
0x2116 "\\textnumero" "textcomp" "" # NUMERO SIGN
|
||||
0x2117 "\\textcircledP" "textcomp" "" # SOUND RECORDING COYRIGHT
|
||||
@ -972,16 +978,26 @@
|
||||
0x2126 "\\textohm" "textcomp" "" # OHM SIGN
|
||||
0x2127 "\\textmho" "textcomp" "" # INVERTED OHM SIGN
|
||||
0x212e "\\textestimated" "textcomp" "" # ESTIMATED SYMBOL
|
||||
# arrows
|
||||
0x2190 "\\textleftarrow" "textcomp" "" # LEFTWARDS ARROW
|
||||
0x2191 "\\textuparrow" "textcomp" "" # UPWARDS ARROW
|
||||
0x2192 "\\textrightarrow" "textcomp" "" # RIGHTWARDS ARROW
|
||||
0x2193 "\\textdownarrow" "textcomp" "" # DOWNWARDS ARROW
|
||||
# math symbols
|
||||
0x2212 "\\textminus" "textcomp" "" # MINUS SIGN
|
||||
0x2217 "\\textasteriskcentered" "textcomp" "" # ASTERISK OPERATOR
|
||||
0x221a "\\textsurd" "textcomp" "" # SQUARE ROOT
|
||||
# control pictures
|
||||
0x2422 "\\textblank" "textcomp" "" # BLANK SYMBOL
|
||||
0x2423 "\\textvisiblespace" "textcomp" "" # OPEN BOX
|
||||
# geometric shapes
|
||||
0x25e6 "\\textopenbullet" "textcomp" "" # WHITE BULLET
|
||||
0x25ef "\\textbigcircle" "textcomp" "" # LARGE CIRCLE
|
||||
# miscellaneous symbols
|
||||
0x266a "\\textmusicalnote" "textcomp" "" # EIGHT NOTE
|
||||
0x26ad "\\textmarried" "textcomp" "" # MARRIAGE SYMBOL
|
||||
0x26ae "\\textdivorced" "textcomp" "" # DIVORCE SYMBOL
|
||||
0x3008 "\\textlangle" "textcomp" "" # LEFT ANGLE BRACKET
|
||||
0x3009 "\\textrangle" "textcomp" "" # RIGHT ANGLE BRACKET
|
||||
# miscellaneous mathematical symbols-A
|
||||
0x27e8 "\\textlangle" "textcomp" "" # MATHEMATICAL LEFT ANGLE BRACKET
|
||||
0x27e9 "\\textrangle" "textcomp" "" # MATHEMATICAL RIGHT ANGLE BRACKET
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user