LaTeX | Preview | Typst |
---|---|---|
{{val.latex}} | {{it.render(val.latex) | safe}} | {{val.typst}} |
LaTeX | Preview | Typst |
---|---|---|
{{val.latex}} | {{it.render(val.latex) | safe}} | {{val.typst}} |
LaTeX | 247 |
|
248 |
---|---|
Preview | 251 |{{it.render(String.raw`\int_a^b f(x) \mathrm{d}x`, true) | safe}} |
252 |
Typst | 255 |
|
256 |
LaTeX | Preview | Typst |
---|---|---|
{{val.latex}} | {{it.render(val.latex) | safe}} | {{val.typst}} |
LaTeX | Preview | Typst |
---|---|---|
{{val.latex}} | {{it.render(val.latex) | safe}} | {{val.typst}} |
282 | \mathsrc
: There is no native Typst equivalent for the LaTeX macro \mathsrc
. See this for a workaround.
283 |
LaTeX | Preview | Typst (Textual) | Typst (Shorthand) |
---|---|---|---|
{{val.latex}} |
294 | {{it.render(val.latex) | safe}} | 295 |{{val.typst}} |
296 | {{val.shorthand}} |
297 |
LaTeX | Preview | Typst |
---|---|---|
{{val.latex}} | {{it.render(val.latex) | safe}} | {{val.typst}} |
LaTeX | Preview | Typst |
---|---|---|
{{val.latex}} | {{it.render(val.latex) | safe}} | {{val.typst}} |
LaTeX | Preview | Typst (Textual) | Typst (Shorthand) |
---|---|---|---|
{{val.latex}} |
335 | {{it.render(val.latex) | safe}} | 336 |{{val.typst}} |
337 | {{val.shorthand}} |
338 |
345 | There is not always a Typst equivalent for every LaTeX macro. This post provides a list of those counterexamples and corresponding workarounds. 346 |
347 |