From 8e512bd0b18e74ba77a6f2b84bd08d15e43bde89 Mon Sep 17 00:00:00 2001 From: hpcfzl Date: Mon, 21 Jul 2025 19:25:01 +0200 Subject: [PATCH] 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> --- 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 bf1fcc646..c0b3e262f 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 `#`, +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