This commit is contained in:
Maximilian Keßler 2022-02-15 23:57:38 +01:00
parent c896b4f5e7
commit e04f1cc145
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# $course # $course
These are the lecture notes for the '$course', taught in winter term $term at the University of Bonn. These are the lecture notes for the '$course', taught in $term at the University of Bonn.
The [latest version][1] is availabe as a pdf download via GitLab runner. The [latest version][1] is availabe as a pdf download via GitLab runner.
You can also have a look at the generated [log files][2] or visit the You can also have a look at the generated [log files][2] or visit the

View file

@ -13,7 +13,7 @@ find -type f | xargs sed -i "s/\$stylefile/$(printf '%s\n' "$stylefile" | sed -e
find -type f | xargs sed -i "s/\$repo/$(printf '%s\n' "$repo" | sed -e 's/[\/&]/\\&/g')/g" find -type f | xargs sed -i "s/\$repo/$(printf '%s\n' "$repo" | sed -e 's/[\/&]/\\&/g')/g"
find -type f | xargs sed -i "s/\$term/$(printf '%s\n' "$term" | sed -e 's/[\/&]/\\&/g')/g" find -type f | xargs sed -i "s/\$term/$(printf '%s\n' "$term" | sed -e 's/[\/&]/\\&/g')/g"
mv mainfile.tex $mainfile.tex mv mainfile.tex $mainfile.tex
mv stylefile.tex $stylefile.tex mv stylefile.sty $stylefile.sty
mv gitlab-ci.yml .gitlab-ci.yml mv gitlab-ci.yml .gitlab-ci.yml
mv gitignore .gitignore mv gitignore .gitignore
mv gitmodules .gitmodules mv gitmodules .gitmodules