commit 58a4cd30825333e3072780d6b3428fa26bb97573
Author: Günter Milde <[email protected]>
Date: Tue Apr 25 18:45:51 2017 +0200
Remove workaround for bug in TeXLive2005.
---
lib/unicodesymbols | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/unicodesymbols b/lib/unicodesymbols
index d894a8e..550a126 100644
--- a/lib/unicodesymbols
+++ b/lib/unicodesymbols
@@ -67,9 +67,9 @@
0x00ab "\\guillemotleft" "" "force=armscii8" # LEFT-POINTING DOUBLE
ANGLE QUOTATION MARK
0x00ac "\\textlnot" "textcomp" "force" "\\neg" "" # ¬ NOT SIGN
0x00ad "\\-" "" "force=iso8859-13,notermination=text" ""
"" # SOFT HYPHEN
-0x00ae "\\textregistered" "textcomp" "force" "\\circledR" "amssymb" #
REGISTERED SIGN # the force flag is only needed due to a bug in teTeX 3 /
TeXLive 2005
+0x00ae "\\textregistered" "textcomp" "" "\\circledR" "amssymb" #
REGISTERED SIGN
0x00af "\\textasciimacron" "textcomp" "" # MACRON
-0x00b0 "\\textdegree" "textcomp" "force" "{^\\circ}" "" # DEGREE
SIGN # the force flag is only needed due to a bug in teTeX 3 / TeXLive 2005
+0x00b0 "\\textdegree" "textcomp" "" "{^\\circ}" "" # DEGREE SIGN
0x00b1 "\\textpm" "textcomp" "force" "\\pm" "" # ± PLUS-MINUS
SIGN
0x00b2 "\\texttwosuperior" "textcomp" "force" "{{}^2}" "" # ²
SUPERSCRIPT TWO
0x00b3 "\\textthreesuperior" "textcomp" "force" "{{}^3}" "" # ³
SUPERSCRIPT THREE