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:
hpcfzl 2025-07-21 19:25:01 +02:00 committed by GitHub
parent d1f5a3d2d5
commit 8e512bd0b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -550,7 +550,7 @@ $ f(x) = (x + 1) / x $
to include more than one value in a sub- or superscript, enclose their contents
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:
```example