From: Uwe Stöhr Date: Mon, 10 Sep 2007 18:22:49 +0000 (+0000) Subject: unicodesymbols: workaround fix for an encoding bug in teTeX 3 /TeXLive 2005, see... X-Git-Tag: 1.6.10~8401 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0d03e50cdec331229ec6c12ee7d5d5af918d9eff;p=features.git unicodesymbols: workaround fix for an encoding bug in teTeX 3 /TeXLive 2005, see http://bugzilla.lyx.org/show_bug.cgi?id=4192#c10 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20195 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/unicodesymbols b/lib/unicodesymbols index a582cc15c9..2a022ba39f 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -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