aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/common
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2021-02-19 23:11:55 +0100
committerAndreas Müller <andreas.mueller@othello.ch>2021-02-19 23:11:55 +0100
commit395d1e49d77c9991df3ba3fbcb3e0fe2a40cb63e (patch)
tree05766f2a5329ab6e288c6a6dd8c98439e65cd52f /vorlesungen/common
parentadd new presentation (diff)
downloadSeminarMatrizen-395d1e49d77c9991df3ba3fbcb3e0fe2a40cb63e.tar.gz
SeminarMatrizen-395d1e49d77c9991df3ba3fbcb3e0fe2a40cb63e.zip
add missing files
Diffstat (limited to 'vorlesungen/common')
-rw-r--r--vorlesungen/common/common.tex9
-rw-r--r--vorlesungen/common/packages.tex28
2 files changed, 37 insertions, 0 deletions
diff --git a/vorlesungen/common/common.tex b/vorlesungen/common/common.tex
new file mode 100644
index 0000000..901b4fd
--- /dev/null
+++ b/vorlesungen/common/common.tex
@@ -0,0 +1,9 @@
+%
+% common.tex
+%
+% (c) 2019 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\newcommand{\folie}[1]{
+\input{../slides/#1}
+}
+
diff --git a/vorlesungen/common/packages.tex b/vorlesungen/common/packages.tex
new file mode 100644
index 0000000..df302a2
--- /dev/null
+++ b/vorlesungen/common/packages.tex
@@ -0,0 +1,28 @@
+%
+% packages.tex -- gemeinsame definition
+%
+% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{epic}
+\usepackage{color}
+\usepackage{array}
+\usepackage{ifthen}
+\usepackage{lmodern}
+\usepackage{amsmath}
+\usepackage{adjustbox}
+\usepackage{multimedia}
+\usepackage{verbatim}
+\usepackage{tikz}
+\usetikzlibrary{shapes.geometric}
+\usetikzlibrary{decorations.pathreplacing}
+\usetikzlibrary{calc}
+\usetikzlibrary{arrows}
+\usetikzlibrary{3d}
+\usetikzlibrary{arrows,shapes,math,decorations.text,automata}
+\usepackage{pifont}
+\usepackage[all]{xy}
+\usepackage[many]{tcolorbox}
+\input{../../common/linsys.tex}
+