Add comment about the current state of the latex character table.
original commit: a85438bc6950351c6372b18daf53a2baacb2d9f4
This commit is contained in:
parent
b1ddcb292a
commit
7a8e517a5e
|
@ -785,6 +785,11 @@
|
||||||
[(#\uDF) "{\\ss}"]
|
[(#\uDF) "{\\ss}"]
|
||||||
[else
|
[else
|
||||||
(if ((char->integer c) . > . 127)
|
(if ((char->integer c) . > . 127)
|
||||||
|
;; latex-prefix.rkt enables utf8 input, but this does not work for
|
||||||
|
;; all the characters below (e.g. ∞). Some parts of the table
|
||||||
|
;; below are therefore necessary, but some parts probably are not.
|
||||||
|
;; Which parts are necessary may depend on the latex version,
|
||||||
|
;; though, so we keep this table around to avoid regressions.
|
||||||
(case c
|
(case c
|
||||||
[(#\u2011) "\\mbox{-}"] ; non-breaking hyphen
|
[(#\u2011) "\\mbox{-}"] ; non-breaking hyphen
|
||||||
[(#\uB0) "$^{\\circ}$"] ; degree
|
[(#\uB0) "$^{\\circ}$"] ; degree
|
||||||
|
|
Loading…
Reference in New Issue
Block a user