aboutsummaryrefslogtreecommitdiffstats
path: root/cover/front.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-06-04 17:01:20 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-06-04 17:01:20 +0200
commit592148b17104f513bb00c3d99ddc62e44648fc63 (patch)
treedc61de2e6b3dd3d3250d1392a9474c42181552cf /cover/front.tex
parentadd basic file infrastructure for special function book (diff)
downloadSeminarSpezielleFunktionen-592148b17104f513bb00c3d99ddc62e44648fc63.tar.gz
SeminarSpezielleFunktionen-592148b17104f513bb00c3d99ddc62e44648fc63.zip
add cover
Diffstat (limited to '')
-rw-r--r--cover/front.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/cover/front.tex b/cover/front.tex
new file mode 100644
index 0000000..f682d48
--- /dev/null
+++ b/cover/front.tex
@@ -0,0 +1,27 @@
+%
+% front.tex -- template for standalon tikz images
+%
+% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\documentclass[tikz]{standalone}
+\usepackage{amsmath}
+\usepackage{times}
+\usepackage{txfonts}
+\usepackage{pgfplots}
+\usepackage{csvsimple}
+%\usepackage{geometry}
+%\geometry{papersize={170mm,240mm},total={140mm,200mm},top=21mm,bindingoffset=10mm}
+
+\usetikzlibrary{arrows,intersections,math}
+\begin{document}
+\def\skala{1}
+\begin{tikzpicture}[>=latex,thick,scale=\skala]
+
+\begin{scope}
+\clip (22.4,2.1) rectangle (39.4,26.1);
+\includegraphics{buchcover.pdf}
+\end{scope}
+
+\end{tikzpicture}
+\end{document}
+