Skip to content

Commit eba9638

Browse files
committed
Fix assignmenttoolrc.dist (§§username§§). Fixes #7.
1 parent b92fc73 commit eba9638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/assignmenttoolrc.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ TexTemplate = /path/to/template.tex
55
TutorName = Alice Teacher
66
# Where to find pdflatex
77
PDFLaTeX = pdflatex
8-
# Which file name to use for the produced PDFs
9-
PDFFilename = Exercise§§sheetnr§§_§§user§§_feedback.pdf
8+
# Which file name to use for the produced PDFs [can contain §§username§§, §§name§§ and §§sheetnr§§ ]
9+
PDFFilename = Exercise§§sheetnr§§_§§username§§_feedback.pdf
1010
# Whether or not to skip local file creation if --mail is specified
1111
NoLocalFile = false
1212

0 commit comments

Comments
 (0)