diff options
author | Pascal Schmid <81317360+paschost@users.noreply.github.com> | 2021-05-30 15:08:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-30 15:08:15 +0200 |
commit | 345d5751330bc1b50cc532b8ef4634ed4f8b7560 (patch) | |
tree | 50b90c758ba9ba2312744edf98e67085be27c25f /vorlesungen/99_vortraege | |
parent | fixed first section content (diff) | |
parent | Merge pull request #18 from TReichlin/master (diff) | |
download | SeminarMatrizen-345d5751330bc1b50cc532b8ef4634ed4f8b7560.tar.gz SeminarMatrizen-345d5751330bc1b50cc532b8ef4634ed4f8b7560.zip |
Merge branch 'master' into part_verkehr
Diffstat (limited to 'vorlesungen/99_vortraege')
-rw-r--r-- | vorlesungen/99_vortraege/Makefile | 10 | ||||
-rw-r--r-- | vorlesungen/99_vortraege/MathSem-99-vortraege.tex | 13 |
2 files changed, 22 insertions, 1 deletions
diff --git a/vorlesungen/99_vortraege/Makefile b/vorlesungen/99_vortraege/Makefile index 8a5751c..69ec665 100644 --- a/vorlesungen/99_vortraege/Makefile +++ b/vorlesungen/99_vortraege/Makefile @@ -15,7 +15,8 @@ MathSem-99-vortraege.pdf: MathSem-99-vortraege.tex $(SOURCES) vortraege-handout.pdf: vortraege-handout.tex $(SOURCES) pdflatex vortraege-handout.tex -thumbnail: thumbnail1.jpg thumbnail2.jpg thumbnail3.jpg thumbnail4.jpg +thumbnail: thumbnail1.jpg thumbnail2.jpg thumbnail3.jpg thumbnail4.jpg \ + thumbnail5.jpg thumbnail1.pdf: MathSem-99-vortraege.pdf pdfjam --outfile thumbnail1.pdf --papersize '{16cm,9cm}' \ @@ -45,6 +46,13 @@ thumbnail4.jpg: thumbnail4.pdf convert -density 300 thumbnail4.pdf \ -resize 1920x1080 -units PixelsPerInch thumbnail4.jpg +thumbnail5.pdf: MathSem-99-vortraege.pdf + pdfjam --outfile thumbnail5.pdf --papersize '{16cm,9cm}' \ + MathSem-99-vortraege.pdf 5 +thumbnail5.jpg: thumbnail5.pdf + convert -density 300 thumbnail5.pdf \ + -resize 1920x1080 -units PixelsPerInch thumbnail5.jpg + fix1.pdf: MathSem-99-vortraege.pdf pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \ MathSem-99-vortraege.pdf 1 diff --git a/vorlesungen/99_vortraege/MathSem-99-vortraege.tex b/vorlesungen/99_vortraege/MathSem-99-vortraege.tex index c962e90..ddcfcf8 100644 --- a/vorlesungen/99_vortraege/MathSem-99-vortraege.tex +++ b/vorlesungen/99_vortraege/MathSem-99-vortraege.tex @@ -61,5 +61,18 @@ Fabio Viecelli, Lukas Zogg: Erdbebenmessung \end{center} \end{frame} +\title[Vorträge]{31. Mai: Vorträge} +\begin{frame} +\titlepage +\vspace{-2cm} +\begin{center} +Marc Kühne: Munkres-Algorithmus +\phantom{blubb} \\ +\phantom{blubb} \\ +\phantom{blubb} \\ +Michael Schmid: Schnelle Matrixmultiplikation +\end{center} +\end{frame} + \input{slides.tex} \end{document} |