Adjusted spacing around ❬ and ❭
This commit is contained in:
parent
f1f53d69b4
commit
063604d4a2
|
@ -21,9 +21,9 @@
|
||||||
[∄ "\\nexists"]
|
[∄ "\\nexists"]
|
||||||
[≠ "\\neq"]
|
[≠ "\\neq"]
|
||||||
[❬ ,(string-append
|
[❬ ,(string-append
|
||||||
"\\ifmathjax{\\hspace{-0.15ex}\\unicode{x276C}\\hspace{-0.15ex}}"
|
"\\ifmathjax{\\hspace{-0.2ex}\\unicode{x276C}\\hspace{-0.2ex}}"
|
||||||
"\\iflatex{❬}")]
|
"\\iflatex{❬}")]
|
||||||
[❭ ,(string-append
|
[❭ ,(string-append
|
||||||
"\\ifmathjax{\\hspace{-0.15ex}\\unicode{x276D}\\hspace{-0.15ex}}"
|
"\\ifmathjax{\\hspace{-0.2ex}\\unicode{x276D}\\hspace{-0.2ex}}"
|
||||||
"\\iflatex{❭}")]))
|
"\\iflatex{❭}")]))
|
||||||
(katex-convert-unicode str* mathmode? more-sym→*))
|
(katex-convert-unicode str* mathmode? more-sym→*))
|
Loading…
Reference in New Issue
Block a user