Replies: 1 comment 2 replies
-
|
You can try raw Typst to see what is happening ( Typst supports the dollar notation (see Typst documentation: https://typst.app/docs/reference/math/). It is possible that Pandoc does not do well for all symbols. The translation issue (if there is indeed one) is Pandoc, redefining math in Typst, is a pure Typst question. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
I use Quarto for my lecture material and sometimes I need vectors to have arrows over the letter and sometimes vectors need to be bold font.
Usually I just use
\vec{V}, which defaults to the arrow in both HTML, LaTeX, and Typst.But sometimes I need the same slideset with the alternative vector notation of
\mathbf{V}and with HTML and LaTeX it's simply asomewhere in a header file, and the whole lecture series is converted.
I have recently tested Typst and would like to convert to it. But the translation from LaTeX math format in the Markdown to the Typst math syntax does not honour the
\renewcommandsI use.So the question is two-fold:
Since Quarto does the translation from LaTeX syntax to Typst (or rather Pandoc, I assume), I think it's more a question for here, than for the typst community?
Beta Was this translation helpful? Give feedback.
All reactions