aboutsummaryrefslogtreecommitdiffstats
path: root/cover/front-black.tex
blob: c60e21e5305e8f5bf78ce685ef256526955cb55b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%
% front-black.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 (23.0,2.1) rectangle (40.0,26.1);
\includegraphics{buchcover-black.pdf}
\end{scope}

\end{tikzpicture}
\end{document}