diff --git a/.gitignore b/.gitignore index ed1cb3b..4e72b8f 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,4 @@ /lectures/auto/lecture-03-math.el /exercises/auto/uebung-5.el /lectures/auto/lecture-04-citation.el +/lectures/auto/lecture-07-macros.el diff --git a/lectures/course-details.tex b/lectures/course-details.tex index a822b73..22050ba 100644 --- a/lectures/course-details.tex +++ b/lectures/course-details.tex @@ -5,4 +5,5 @@ \def\dateSecondLecture{08.~November 2016} \def\dateThirdLecture{15.~November 2016} \def\dateFourthLecture{22.~November 2016} -\def\dateFifthLecture{29.~November 2016} \ No newline at end of file +\def\dateFifthLecture{29.~November 2016} +\def\dateSixthLecture{6.~Dezember 2016} \ No newline at end of file diff --git a/lectures/lecture-07-macros.tex b/lectures/lecture-07-macros.tex index 8e714a4..8d1ae37 100644 --- a/lectures/lecture-07-macros.tex +++ b/lectures/lecture-07-macros.tex @@ -1,9 +1,11 @@ \documentclass{latexkurs} \subtitle{Makros und Debugging} -\date{2016-01-11} +\date{\dateSixthLecture} \begin{document} +\maketitle + \begin{frame} \frametitle{Ziele} @@ -340,10 +342,7 @@ l.37 \end{itemize} \onslide<+-> Mehr Hilfe unter - \begin{itemize} - \item<+-> \url{https://en.wikibooks.org/wiki/LaTeX/Errors_and_Warnings} - \item<+-> Lokale \TeX\ User-Group (\url{http://tug-dd.kxpq.de}) - \end{itemize} + \url{https://en.wikibooks.org/wiki/LaTeX/Errors_and_Warnings} \end{frame}