]> git.lyx.org Git - features.git/commitdiff
unicodesymbols: workaround fix for an encoding bug in teTeX 3 /TeXLive 2005, see...
authorUwe Stöhr <uwestoehr@web.de>
Mon, 10 Sep 2007 18:22:49 +0000 (18:22 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 10 Sep 2007 18:22:49 +0000 (18:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20195 a592a061-630c-0410-9148-cb99ea01b6c8

lib/unicodesymbols

index a582cc15c94aa91ed8b1e04b631167a479e226b1..2a022ba39f177a1660118d0e8fa586b2131c2ab9 100644 (file)
@@ -40,9 +40,9 @@
 0x00ab "\\guillemotleft"          "" "" # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
 0x00ac "\\textlnot"               "textcomp" "force" # ¬ NOT SIGN
 0x00ad "\\-"                      "" "" # SOFT HYPHEN
-0x00ae "\\textregistered"         "textcomp" "" # REGISTERED SIGN
+0x00ae "\\textregistered"         "textcomp" "force" # REGISTERED SIGN # the force flag is only needed due to a bug in teTeX 3 / TeXLive 2005
 0x00af "\\textasciimacron"        "textcomp" "" # MACRON
-0x00b0 "\\textdegree"             "textcomp" "" # DEGREE SIGN
+0x00b0 "\\textdegree"             "textcomp" "force" # DEGREE SIGN # the force flag is only needed due to a bug in teTeX 3 / TeXLive 2005
 0x00b1 "\\textpm"                 "textcomp" "force" # ± PLUS-MINUS SIGN
 0x00b2 "\\texttwosuperior"        "textcomp" "force" # ² SUPERSCRIPT TWO
 0x00b3 "\\textthreesuperior"      "textcomp" "force" # ³ SUPERSCRIPT THREE