trim the list of new dots down to those that our latex
setup seems to handle (and actually add them to latex-render.rkt ...) original commit: 11969cdfa6188b254383882d73a1c1fe7997ac65
This commit is contained in:
parent
3dd977cf2f
commit
4c5c4342ef
|
@ -1014,6 +1014,10 @@
|
||||||
[(#\u2079) "$^9$"]
|
[(#\u2079) "$^9$"]
|
||||||
[(#\u207a) "$^+$"]
|
[(#\u207a) "$^+$"]
|
||||||
[(#\u207b) "$^-$"]
|
[(#\u207b) "$^-$"]
|
||||||
|
[(#\⋮) "\\vdots"]
|
||||||
|
[(#\⋱) "$\\ddots$"]
|
||||||
|
[(#\⋯) "$\\cdots$"]
|
||||||
|
[(#\⋯) "\\hdots"]
|
||||||
[else
|
[else
|
||||||
(cond
|
(cond
|
||||||
[(char<=? #\uAC00 c #\uD7AF) ; Korean Hangul
|
[(char<=? #\uAC00 c #\uD7AF) ; Korean Hangul
|
||||||
|
|
Loading…
Reference in New Issue
Block a user