Displaymode equivalent, scaling and math syntax #1441
Closed
Doublonmousse
started this conversation in
General
Replies: 1 comment 1 reply
-
Regarding display mode: This will come as |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is there a typst equivalent to the latex
\displaystyle
command ?I am used to doing
[text] \( \displaystyle [latex code] \) [more text]
to have full size math writing without having to create a new line for the larger\[ [latex code\]
and break the line.For example

This is also useful in other situation, when writing math expressions in an itemized list.
Also I am very used to the latex ( ) and [ ] commands to separate clearly the two syntax, and to create blocks of the form
and
as I find it easier to visualize where math equation starts and end, and easier to format the text code to be more readable. So I would like typst to support these commands for math blocks. They can also be easier to parse compared to $ $ as the start and end of each bloc are easier to find.
Beta Was this translation helpful? Give feedback.
All reactions