lecture-notes/config

26 lines
782 B
Plaintext
Raw Normal View History

2022-02-15 23:24:20 +01:00
#!/bin/bash
2022-02-15 23:23:31 +01:00
# Main LaTeX file (without .tex extension) e.g. '2022_My_Course')
2022-02-15 23:46:02 +01:00
mainfile=''
# Name of course. THis will be the title of the document
2022-02-15 23:46:02 +01:00
course=''
# Lecturer, also shown in title
lecturer=''
# Name of the stylefile where the header will be located (without .sty) extension
2022-02-15 23:46:02 +01:00
stylefile=''
# Name of GitLab instance you will host this repository at
gitlab='gitlab.com'
# Namespace of repository. This will be either your username or the top level group of the repository.
namespace=''
# Rest of the repostiory path. In case of user-repositories, this will just be the repository name. In case of a repository in a (sub)group, this will be the subgroups + the repository name (without the toplvl group)
2022-02-15 23:46:02 +01:00
repo=''
# term when the lecture is held (shown in README)
2022-02-15 23:46:02 +01:00
term=''