aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/00_ad
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-10-03 14:24:28 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-10-03 14:24:28 +0200
commit1413d259c88b3a0bfc027ca3a3c0bf5c5bca1de9 (patch)
treef0c1bd4b26086a1a1736d514cec245acdb670745 /vorlesungen/00_ad
parentad video complete (diff)
downloadSeminarSpezielleFunktionen-1413d259c88b3a0bfc027ca3a3c0bf5c5bca1de9.tar.gz
SeminarSpezielleFunktionen-1413d259c88b3a0bfc027ca3a3c0bf5c5bca1de9.zip
add ad presentation
Diffstat (limited to 'vorlesungen/00_ad')
-rw-r--r--vorlesungen/00_ad/Makefile33
-rw-r--r--vorlesungen/00_ad/MathSem-00-ad.tex14
-rw-r--r--vorlesungen/00_ad/ad-handout.tex11
-rw-r--r--vorlesungen/00_ad/common.tex16
-rw-r--r--vorlesungen/00_ad/slides.tex12
5 files changed, 86 insertions, 0 deletions
diff --git a/vorlesungen/00_ad/Makefile b/vorlesungen/00_ad/Makefile
new file mode 100644
index 0000000..f0a2d14
--- /dev/null
+++ b/vorlesungen/00_ad/Makefile
@@ -0,0 +1,33 @@
+#
+# Makefile -- ad
+#
+# (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+#
+all: ad-handout.pdf MathSem-00-ad.pdf
+
+include ../slides/Makefile.inc
+
+SOURCES = common.tex slides.tex $(slides)
+
+MathSem-00-ad.pdf: MathSem-00-ad.tex $(SOURCES)
+ pdflatex MathSem-00-ad.tex
+
+ad-handout.pdf: ad-handout.tex $(SOURCES)
+ pdflatex ad-handout.tex
+
+thumbnail: thumbnail.jpg # fix1.jpg
+
+thumbnail.pdf: MathSem-00-ad.pdf
+ pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \
+ MathSem-00-ad.pdf 1
+thumbnail.jpg: thumbnail.pdf
+ convert -density 300 thumbnail.pdf \
+ -resize 1920x1080 -units PixelsPerInch thumbnail.jpg
+
+fix1.pdf: MathSem-00-ad.pdf
+ pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \
+ MathSem-00-ad.pdf 16
+fix1.jpg: fix1.pdf
+ convert -density 300 fix1.pdf \
+ -resize 1920x1080 -units PixelsPerInch fix1.jpg
+
diff --git a/vorlesungen/00_ad/MathSem-00-ad.tex b/vorlesungen/00_ad/MathSem-00-ad.tex
new file mode 100644
index 0000000..13c6736
--- /dev/null
+++ b/vorlesungen/00_ad/MathSem-00-ad.tex
@@ -0,0 +1,14 @@
+%
+% MathSem-00-ad.tex -- Präsentation
+%
+% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\documentclass[aspectratio=169]{beamer}
+\input{common.tex}
+\setboolean{presentation}{true}
+\begin{document}
+\begin{frame}
+\titlepage
+\end{frame}
+\input{slides.tex}
+\end{document}
diff --git a/vorlesungen/00_ad/ad-handout.tex b/vorlesungen/00_ad/ad-handout.tex
new file mode 100644
index 0000000..73f29d1
--- /dev/null
+++ b/vorlesungen/00_ad/ad-handout.tex
@@ -0,0 +1,11 @@
+%
+% ad-handout.tex -- Handout XXX
+%
+% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\documentclass[handout,aspectratio=169]{beamer}
+\input{common.tex}
+\setboolean{presentation}{false}
+\begin{document}
+\input{slides.tex}
+\end{document}
diff --git a/vorlesungen/00_ad/common.tex b/vorlesungen/00_ad/common.tex
new file mode 100644
index 0000000..38ff527
--- /dev/null
+++ b/vorlesungen/00_ad/common.tex
@@ -0,0 +1,16 @@
+%
+% common.tex -- gemeinsame definition
+%
+% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\input{../common/packages.tex}
+\input{../common/common.tex}
+\mode<beamer>{%
+\usetheme[hideothersubsections,hidetitle]{Hannover}
+}
+\beamertemplatenavigationsymbolsempty
+\title[SpezFunk]{Mathematisches Seminar: Spezielle Funktionen}
+\author[A.~Müller]{Prof. Dr. Andreas Müller}
+\date[]{}
+\newboolean{presentation}
+
diff --git a/vorlesungen/00_ad/slides.tex b/vorlesungen/00_ad/slides.tex
new file mode 100644
index 0000000..90dbdb1
--- /dev/null
+++ b/vorlesungen/00_ad/slides.tex
@@ -0,0 +1,12 @@
+%
+% slides.tex -- XXX
+%
+% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\folie{0/intro.tex}
+\folie{0/fehler.tex}
+\folie{0/funktionen.tex}
+\folie{0/wassindss.tex}
+\folie{0/info.tex}
+\folie{0/was.tex}
+\folie{0/frueher.tex}