Skip to content
Snippets Groups Projects
Verified Commit 020a3c89 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: Manual: fix verbatim quotes around characters accepted in identifiers

(cherry picked from commit 25416a64)
parent 08a28040
No related branches found
No related tags found
No related merge requests found
...@@ -86,10 +86,10 @@ observed: ...@@ -86,10 +86,10 @@ observed:
(see :ref:`macro-exp`); (see :ref:`macro-exp`);
* VARIABLE_NAME (sometimes VAR_NAME) indicates a variable name * VARIABLE_NAME (sometimes VAR_NAME) indicates a variable name
starting with an alphabetical character and can’t contain: starting with an alphabetical character and can’t contain:
()+-\*/^=!;:@#. or accentuated characters; ``()+-\*/^=!;:@#.`` or accentuated characters;
* PARAMETER_NAME (sometimes PARAM_NAME) indicates a parameter name * PARAMETER_NAME (sometimes PARAM_NAME) indicates a parameter name
starting with an alphabetical character and can’t contain: starting with an alphabetical character and can’t contain:
()+-\*/^=!;:@#. or accentuated characters; ``()+-\*/^=!;:@#.`` or accentuated characters;
* LATEX_NAME (sometimes TEX_NAME) indicates a valid * LATEX_NAME (sometimes TEX_NAME) indicates a valid
LaTeX expression in math mode (not including the LaTeX expression in math mode (not including the
dollar signs); dollar signs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment