From 7eefc1944165b87a91ce008176afc8b916bd8071 Mon Sep 17 00:00:00 2001 From: hpcfzl Date: Wed, 16 Jul 2025 12:23:23 +0200 Subject: [PATCH] Update guide-for-latex-users.md Removes `or a `/`` --- docs/guides/guide-for-latex-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md index 4c8868cbb..93a36cf73 100644 --- a/docs/guides/guide-for-latex-users.md +++ b/docs/guides/guide-for-latex-users.md @@ -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