File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -392,13 +392,15 @@ where `name` is one of the names defined in `constants`.
392392Tags {% raw %}`{{xyz}}`{% endraw %} containing a name that is not defined are not modified but may be warned for.
393393
394394All constant sequences in the following files will be replaced by the value of the corresponding constant:
395+ - Markdown problem statements
395396- input and output validators
396397- included code
397398- example submissions
398399- `testdata.yaml`
399400
401+ Note that constants are also available in LaTeX problem statements via the dedicated command `\constant{name}`.
402+
400403Constant sequences are **not** replaced in test data files or in `problem.yaml` itself.
401- Note that constants are also available in the problem statements via the dedicated command `\constant{name}`.
402404
403405## Problem Statements
404406
You can’t perform that action at this time.
0 commit comments