mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
9397d6217d
commit
6541b6bd6c
@ -55,7 +55,7 @@
|
||||
0x00b2 "\\texttwosuperior" "textcomp" "force" "{{}^2}" "" # ² SUPERSCRIPT TWO
|
||||
0x00b3 "\\textthreesuperior" "textcomp" "force" "{{}^3}" "" # ³ SUPERSCRIPT THREE
|
||||
0x00b4 "\\textasciiacute" "textcomp" "" # ACUTE ACCENT
|
||||
0x00b5 "\\textmu" "textcomp" "force" "\\mu" "" # µ MICRO SIGN
|
||||
0x00b5 "\\textmu" "textcomp" "force" "" "" # µ MICRO SIGN (upright, not $\mu$)
|
||||
0x00b6 "\\textparagraph" "textcomp" "" # PILCROW SIGN # not equal to \textpilcrow
|
||||
0x00b7 "\\textperiodcentered" "" "" "\cdot" # MIDDLE DOT
|
||||
0x00b8 "\\c\\ " "" "" # CEDILLA (command from latin1.def)
|
||||
@ -1530,12 +1530,13 @@
|
||||
#
|
||||
# general punctuation
|
||||
#
|
||||
#0x2008 "" "" "" "" "" # PUNCTUATION SPACE (like "\," but allows breaking)
|
||||
0x200c "\\textcompwordmark" "" "" "" "" # ZERO WIDTH NON-JOINER
|
||||
#0x200d "" "" "" "" "" # ZERO WIDTH JOINER
|
||||
#0x200e "" "" "" "" "" # LEFT-TO-RIGHT MARK
|
||||
#0x200f "" "" "" "" "" # RIGHT-TO-LEFT MARK
|
||||
0x2010 "-" "" "" # HYPHEN # identic in LaTeX to FIGURE DASH
|
||||
0x2011 "\\nobreakdash-" "amsmath" "" "" "" # NON-BREAKING HYPHEN
|
||||
0x2011 "\\nobreakdash-\hspace{0pt}" "amsmath" "" "" "" # NON-BREAKING HYPHEN (0pt space to allow normal hypenation in the following word.)
|
||||
0x2012 "-" "" "" # FIGURE DASH
|
||||
0x2013 "\\textendash" "" "" # EN DASH
|
||||
0x2014 "\\textemdash" "" "" # EM DASH
|
||||
@ -1558,7 +1559,7 @@
|
||||
0x2024 "." "" "" # ONE DOT LEADER # ≈ FULL STOP
|
||||
0x2025 ".\\,." "" "" # TWO DOT LEADER
|
||||
0x2026 "\\ldots" "" "" # HORIZONTAL ELLIPSIS
|
||||
0x2027 "\\-" "" "" "" "" # HYPHENATION POINT
|
||||
#0x2027 "" "" "" "" "" # HYPHENATION POINT (visible symbol used to indicate correct positions for word breaking, looks like but is not 0x00b7 middle dot)
|
||||
#0x2028 "" "" "" "" "" # LINE SEPARATOR
|
||||
#0x2029 "" "" "" "" "" # PARAGRAPH SEPARATOR
|
||||
#0x202a "" "" "" "" "" # LEFT-TO-RIGHT EMBEDDING
|
||||
@ -1651,7 +1652,7 @@
|
||||
0x2100 "\\LyXaccountof" "\\newcommand*\\LyXaccountof{\\mbox{\\raisebox{.8ex}{a}\\kern-.175em\\raisebox{.2ex}{/}\\kern-.18em\\raisebox{-.2ex}{c}}}" ""
|
||||
# use the following macro for the character ADRESSED TO THE SUBJECT
|
||||
0x2101 "\\LyXaddressed" "\\newcommand*\\LyXaddressed{\\mbox{\\raisebox{.8ex}{a}\\kern-.175em\\raisebox{.2ex}{/}\\kern-.18em\\raisebox{-.2ex}{s}}}" ""
|
||||
0x2102 "" "" "" "\\mathbb{C}" "amssymb" # DOUBLE-STUCK CAPITAL C
|
||||
0x2102 "" "" "" "\\mathbb{C}" "amssymb" # DOUBLE-STRUCK CAPITAL C
|
||||
0x2103 "\\textcelsius" "textcomp" "" # DEGREE CELSIUS
|
||||
# use the following macro for the character CARE OF
|
||||
0x2105 "\\LyXcareof" "\\newcommand*\\LyXcareof{\\mbox{\\raisebox{.8ex}{c}\\kern-.175em\\raisebox{.2ex}{/}\\kern-.18em\\raisebox{-.2ex}{o}}}" ""
|
||||
@ -1660,29 +1661,29 @@
|
||||
0x2109 "°{}F" "" "" # DEGREE FARENHEIT
|
||||
0x210b "" "" "" "\\mathscr{H}" "mathrsfs" # SCRIPT CAPITAL H
|
||||
0x210c "" "" "" "\\mathfrak{H}" "amssymb" # BLACK-LETTER CAPITAL H
|
||||
0x210d "" "" "" "\\mathbb{H}" "amssymb" # DOUBLE-STUCK CAPITAL H
|
||||
0x210d "" "" "" "\\mathbb{H}" "amssymb" # DOUBLE-STRUCK CAPITAL H
|
||||
0x210e "" "" "" "h" # PLANCK CONSTANT
|
||||
0x210f "" "" "" "\\hbar" "amssymb" # PLANCK CONSTANT OVER TWO PI
|
||||
0x2110 "" "" "" "\\mathscr{I}" "mathrsfs" # SCRIPT CAPITAL I
|
||||
0x2111 "" "" "" "\\mathfrak{I}" "amssymb" # BLACK-LETTER CAPITAL I
|
||||
0x2112 "" "" "" "\\mathscr{L}" "mathrsfs" # SCRIPT CAPITAL L
|
||||
0x2113 "" "" "" "\\ell" # SCRIPT SMALL L
|
||||
0x2115 "" "" "" "\\mathbb{N}" "amssymb" # DOUBLE-STUCK CAPITAL N
|
||||
0x2115 "" "" "" "\\mathbb{N}" "amssymb" # DOUBLE-STRUCK CAPITAL N
|
||||
0x2116 "\\textnumero" "textcomp" "" # NUMERO SIGN
|
||||
0x2117 "\\textcircledP" "textcomp" "" # SOUND RECORDING COYRIGHT
|
||||
# Weierstrass elliptic function, actually this has the form of a
|
||||
# lowercase calligraphic p, despite its name (Maybe use Zapf chancery?)
|
||||
#0x2118 "" "" "" "\\mathscr{P}" "mathrsfs" # SCRIPT CAPITAL P
|
||||
0x2119 "" "" "" "\\mathbb{P}" "amssymb" # DOUBLE-STUCK CAPITAL P
|
||||
0x211a "" "" "" "\\mathbb{Q}" "amssymb" # DOUBLE-STUCK CAPITAL Q
|
||||
0x2119 "" "" "" "\\mathbb{P}" "amssymb" # DOUBLE-STRUCK CAPITAL P
|
||||
0x211a "" "" "" "\\mathbb{Q}" "amssymb" # DOUBLE-STRUCK CAPITAL Q
|
||||
0x211b "" "" "" "\\mathscr{R}" "mathrsfs" # SCRIPT CAPITAL R
|
||||
0x211c "" "" "" "\\mathfrak{R}" "amssymb" # BLACK-LETTER CAPITAL R
|
||||
0x211d "" "" "" "\\mathbb{R}" "amssymb" # DOUBLE-STUCK CAPITAL R
|
||||
0x211d "" "" "" "\\mathbb{R}" "amssymb" # DOUBLE-STRUCK CAPITAL R
|
||||
0x211e "\\textrecipe" "textcomp" "" # PRESCRIPTION TAKE
|
||||
0x2120 "\\textservicemark" "textcomp" "" # SERVICE MARK
|
||||
#0x2121 "" "" "" # TELEPHONE SIGN
|
||||
0x2122 "\\texttrademark" "textcomp" "" # TRADE MARK SIGN
|
||||
0x2124 "" "" "" "\\mathbb{Z}" "amssymb" # DOUBLE-STUCK CAPITAL Z
|
||||
0x2124 "" "" "" "\\mathbb{Z}" "amssymb" # DOUBLE-STRUCK CAPITAL Z
|
||||
0x2126 "\\textohm" "textcomp" "" # OHM SIGN
|
||||
0x2127 "\\textmho" "textcomp" "" # INVERTED OHM SIGN
|
||||
0x2128 "" "" "" "\\mathfrak{Z}" "amssymb" # BLACK-LETTER CAPITAL Z
|
||||
|
@ -38,6 +38,8 @@ What's new
|
||||
- Allow makebeamerinfo script export beamer info (to be used by Impressive)
|
||||
(bug 8018).
|
||||
|
||||
- Some updates to the lib\unicodesymbols file (bug 8153).
|
||||
|
||||
|
||||
* TEX2LYX IMPROVEMENTS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user