The main repository integrating the LaTeX beamer-based slides for a MSc class on ASP
- mostly implemented by LaTeX'
\part
and\section
commands - separate slides with
%
followed by 70-
- use
\neg
for (default) negation in view of the logic of Here-and-There (was\naf
before)
- use
itemize
environments with\structure{}
(rather thandescription
environment)
- Clone main repository
[email protected]:potassco-asp-course/course.git
- Go to course
cd course
- Retrieve submodules
git submodule update --init --recursive
- Run
latexmk main.tex
- uncomment
\includeonlylecture
and{<target>,goodbye,bibliography}
inmain.tex
- run
latexmk main.tex
- rename
main.pdf
into<target>.pdf
- undo above edits,
latexmk main.tex
again - produce a release attaching both files
- link released files in webspace
Moved the list of videos to VIDEO.md