Update guide-for-latex-users.md

Removes `or a `/``
This commit is contained in:
hpcfzl 2025-07-16 12:23:23 +02:00 committed by GitHub
parent 8571158b50
commit 7eefc19441
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 `#` or a `/`,
Since variables in math mode do not need to be prepended with a `#`,
you can also call functions without these special characters:
```example