Adjust spacing around ❬ and ❭ in MathJax mode
This commit is contained in:
parent
31d4d96016
commit
f1f53d69b4
|
@ -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→*))
|
Loading…
Reference in New Issue
Block a user