mirror of
https://github.com/typst/typst
synced 2025-07-27 14:27:56 +08:00
Update docs/guides/guide-for-latex-users.md
Change proposed Guide for LaTeX users sentence change. Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
This commit is contained in:
parent
d1f5a3d2d5
commit
8e512bd0b1
@ -550,7 +550,7 @@ $ f(x) = (x + 1) / x $
|
|||||||
to include more than one value in a sub- or superscript, enclose their contents
|
to include more than one value in a sub- or superscript, enclose their contents
|
||||||
in parentheses: `{$x_(a -> epsilon)$}`.
|
in parentheses: `{$x_(a -> epsilon)$}`.
|
||||||
|
|
||||||
Since variables in math mode do not need to be prepended with a `#`,
|
Since variables in math mode do not need to be prepended with a `#` or a `\`, unlike LaTeX,
|
||||||
you can also call functions without these special characters:
|
you can also call functions without these special characters:
|
||||||
|
|
||||||
```example
|
```example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user