aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/01_0f1
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-03-09 11:22:17 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-03-09 11:22:17 +0100
commit293c84dfc5ec8511af15d699ccc9140c8b9b3679 (patch)
tree41860ce0854a04a435b53c07c52d660962640200 /vorlesungen/01_0f1
parentadd order statistics graph (diff)
downloadSeminarSpezielleFunktionen-293c84dfc5ec8511af15d699ccc9140c8b9b3679.tar.gz
SeminarSpezielleFunktionen-293c84dfc5ec8511af15d699ccc9140c8b9b3679.zip
add sample slides and presentations
Diffstat (limited to 'vorlesungen/01_0f1')
-rw-r--r--vorlesungen/01_0f1/0f1-handout.tex11
-rw-r--r--vorlesungen/01_0f1/Makefile33
-rw-r--r--vorlesungen/01_0f1/MathSem-01-0f1.tex14
-rw-r--r--vorlesungen/01_0f1/common.tex16
-rw-r--r--vorlesungen/01_0f1/slides.tex6
5 files changed, 80 insertions, 0 deletions
diff --git a/vorlesungen/01_0f1/0f1-handout.tex b/vorlesungen/01_0f1/0f1-handout.tex
new file mode 100644
index 0000000..993f4ec
--- /dev/null
+++ b/vorlesungen/01_0f1/0f1-handout.tex
@@ -0,0 +1,11 @@
+%
+% 0f1-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/01_0f1/Makefile b/vorlesungen/01_0f1/Makefile
new file mode 100644
index 0000000..054a635
--- /dev/null
+++ b/vorlesungen/01_0f1/Makefile
@@ -0,0 +1,33 @@
+#
+# Makefile -- 0f1
+#
+# (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+#
+all: 0f1-handout.pdf MathSem-01-0f1.pdf
+
+include ../slides/Makefile.inc
+
+SOURCES = common.tex slides.tex $(slides)
+
+MathSem-01-0f1.pdf: MathSem-01-0f1.tex $(SOURCES)
+ pdflatex MathSem-01-0f1.tex
+
+0f1-handout.pdf: 0f1-handout.tex $(SOURCES)
+ pdflatex 0f1-handout.tex
+
+thumbnail: thumbnail.jpg # fix1.jpg
+
+thumbnail.pdf: MathSem-01-0f1.pdf
+ pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \
+ MathSem-01-0f1.pdf 1
+thumbnail.jpg: thumbnail.pdf
+ convert -density 300 thumbnail.pdf \
+ -resize 1920x1080 -units PixelsPerInch thumbnail.jpg
+
+fix1.pdf: MathSem-01-0f1.pdf
+ pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \
+ MathSem-01-0f1.pdf 1
+fix1.jpg: fix1.pdf
+ convert -density 300 fix1.pdf \
+ -resize 1920x1080 -units PixelsPerInch fix1.jpg
+
diff --git a/vorlesungen/01_0f1/MathSem-01-0f1.tex b/vorlesungen/01_0f1/MathSem-01-0f1.tex
new file mode 100644
index 0000000..e13603f
--- /dev/null
+++ b/vorlesungen/01_0f1/MathSem-01-0f1.tex
@@ -0,0 +1,14 @@
+%
+% MathSem-01-0f1.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/01_0f1/common.tex b/vorlesungen/01_0f1/common.tex
new file mode 100644
index 0000000..3c6a194
--- /dev/null
+++ b/vorlesungen/01_0f1/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[$\mathstrut_0F_1$]{$\mathstrut_0F_1$}
+\author[F.~Dünki]{Fabian Dünki}
+\date[]{2.~Mai 2022}
+\newboolean{presentation}
+
diff --git a/vorlesungen/01_0f1/slides.tex b/vorlesungen/01_0f1/slides.tex
new file mode 100644
index 0000000..d404040
--- /dev/null
+++ b/vorlesungen/01_0f1/slides.tex
@@ -0,0 +1,6 @@
+%
+% slides.tex -- 0f1
+%
+% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\folie{0f1/test.tex}