What about making an RFC to mark typst code in other languages. #607
quank123wip
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Introducing a new mark syntax is not good in general, but we can have configuration to configure them. This is already supported by mathjax, which has a configuration to configure whether to identify To support latex equation, another way is to introduce some preamble typst functions, e.g. #import "@preview/mitex:0.2.2": *
#let tex-equation = mimath Then we can render latex equation by calling these functions: |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Usually we use the "$" symbol to mark LaTeX code in markdown. I think it's a good idea to support both LaTeX and typst in one unified environment. I suggest finding another symbol or something else to mark typst code and make it as a standard. Maybe we can use
#$ $#
and#$$ $$#
? It may not be a good idea, please let me know yours if you are interested in this topic.Beta Was this translation helpful? Give feedback.
All reactions