aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/00_template
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2021-02-19 16:45:39 +0100
committerAndreas Müller <andreas.mueller@othello.ch>2021-02-19 16:45:39 +0100
commitea812658422730db2440c458330f0487d9dc823e (patch)
treef0fbc273a21d59e3ff4675432688971029dbeb91 /vorlesungen/00_template
parentchapter 1 slides (diff)
downloadSeminarMatrizen-ea812658422730db2440c458330f0487d9dc823e.tar.gz
SeminarMatrizen-ea812658422730db2440c458330f0487d9dc823e.zip
new slides
Diffstat (limited to 'vorlesungen/00_template')
-rw-r--r--vorlesungen/00_template/Makefile26
-rw-r--r--vorlesungen/00_template/common.tex16
-rw-r--r--vorlesungen/00_template/handout.tex11
-rw-r--r--vorlesungen/00_template/presentation.tex14
-rw-r--r--vorlesungen/00_template/slides.tex6
5 files changed, 73 insertions, 0 deletions
diff --git a/vorlesungen/00_template/Makefile b/vorlesungen/00_template/Makefile
new file mode 100644
index 0000000..fe6bbb7
--- /dev/null
+++ b/vorlesungen/00_template/Makefile
@@ -0,0 +1,26 @@
+#
+# Makefile -- xxx
+#
+# (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+#
+all: xxx-handout.pdf MathSem-yyy-xxx.pdf
+
+include ../slides/Makefile.inc
+
+SOURCES = common.tex slides.tex $(slides)
+
+MathSem-yyy-xxx.pdf: MathSem-yyy-xxx.tex $(SOURCES)
+ pdflatex MathSem-yyy-xxx.tex
+
+xxx-handout.pdf: xxx-handout.tex $(SOURCES)
+ pdflatex xxx-handout.tex
+
+thumbnail: thumbnail.jpg
+
+thumbnail.pdf: MathSem-yyy-xxx.pdf
+ pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \
+ MathSem-yyy-xxx.pdf 1
+thumbnail.jpg: thumbnail.pdf
+ convert -density 300 thumbnail.pdf \
+ -resize 1920x1080 -units PixelsPerInch thumbnail.jpg
+
diff --git a/vorlesungen/00_template/common.tex b/vorlesungen/00_template/common.tex
new file mode 100644
index 0000000..0700acf
--- /dev/null
+++ b/vorlesungen/00_template/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[Titel]{Titel}
+\author[A.~Müller]{Prof. Dr. Andreas Müller}
+\date[]{}
+\newboolean{presentation}
+
diff --git a/vorlesungen/00_template/handout.tex b/vorlesungen/00_template/handout.tex
new file mode 100644
index 0000000..6a98c94
--- /dev/null
+++ b/vorlesungen/00_template/handout.tex
@@ -0,0 +1,11 @@
+%
+% xxx-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_template/presentation.tex b/vorlesungen/00_template/presentation.tex
new file mode 100644
index 0000000..599bed2
--- /dev/null
+++ b/vorlesungen/00_template/presentation.tex
@@ -0,0 +1,14 @@
+%
+% MathSem-yyy-xxx.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_template/slides.tex b/vorlesungen/00_template/slides.tex
new file mode 100644
index 0000000..5678823
--- /dev/null
+++ b/vorlesungen/00_template/slides.tex
@@ -0,0 +1,6 @@
+%
+% slides.tex -- XXX
+%
+% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+