Adjust spacing around ❬ and ❭ in MathJax mode

This commit is contained in:
Georges Dupéron 2017-08-23 00:01:01 +02:00
parent 31d4d96016
commit f1f53d69b4

View File

@ -20,5 +20,10 @@
[ "\\triangleright"]
[ "\\nexists"]
[ "\\neq"]
))
[ ,(string-append
"\\ifmathjax{\\hspace{-0.15ex}\\unicode{x276C}\\hspace{-0.15ex}}"
"\\iflatex{❬}")]
[ ,(string-append
"\\ifmathjax{\\hspace{-0.15ex}\\unicode{x276D}\\hspace{-0.15ex}}"
"\\iflatex{❭}")]))
(katex-convert-unicode str* mathmode? more-sym→*))