Replies: 6 comments 17 replies
-
This should be fine if you use xelatex or lualatex when you compile the LaTeX code; have you tried that? |
Beta Was this translation helpful? Give feedback.
-
I have been using \RequirePackage{amsmath}[2016/11/05]
\@ifpackageloaded{unicode-math}{
\PackageWarning{mathtools}{For best results, please load mathtools
*before* \MessageBreak unicode-math}
}{} So line 20 of Also, |
Beta Was this translation helpful? Give feedback.
-
Correct. |
Beta Was this translation helpful? Give feedback.
-
OK, so two action items here:
|
Beta Was this translation helpful? Give feedback.
-
I find that when using
without translating So texmath only needs to have two modes:
|
Beta Was this translation helpful? Give feedback.
-
As a short-term workaround, you could simply use a Lua filter to replace U+2254 with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
≔
is a unicode-math character (U+2254) in A.docx. Runand then B.tex is
which causes an error. The correct output is
where
\coloneqq
is the LaTeX command corresponding to≔
.Beta Was this translation helpful? Give feedback.
All reactions