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