Skip to content

Commit 982e35e

Browse files
mzuenniniemela
authored andcommitted
allow to directly reference files in statement
1 parent 253ecb5 commit 982e35e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/2023-07-draft.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,10 @@ Optionally, the language code can be left out; the default is then English (`en`
477477
The set of languages used can be different from what was used for the problem statement.
478478
Filetype can be either `.tex` for LaTeX files, `.md` for Markdown, or `.pdf` for PDF.
479479
480-
Auxiliary files needed by the solution description files must all be in `solution/`.
480+
Auxiliary files needed exclusively by the solution description files should all be in `solution/`.
481481
`solution.<language>.<filetype>` should reference auxiliary files as if the working directory is `solution/`.
482+
Additionally, all images in `statement/` can also be referenced as if the working directory is `statement/`.
483+
Note that if a file with the same name exists in both `statement/` and `solution/` only the one in `solution/` can be referenced.
482484
483485
Exactly how the solution description is used is up to the user or tooling.
484486

0 commit comments

Comments
 (0)