diff --git a/README.md b/README.md index 40b8114..349458c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # $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. You can also have a look at the generated [log files][2] or visit the diff --git a/init.sh b/init.sh index 7622121..cc0a50f 100755 --- a/init.sh +++ b/init.sh @@ -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/\$term/$(printf '%s\n' "$term" | sed -e 's/[\/&]/\\&/g')/g" mv mainfile.tex $mainfile.tex -mv stylefile.tex $stylefile.tex +mv stylefile.sty $stylefile.sty mv gitlab-ci.yml .gitlab-ci.yml mv gitignore .gitignore mv gitmodules .gitmodules