-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwalkuere-title-bg.tex
96 lines (79 loc) · 2.71 KB
/
walkuere-title-bg.tex
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
% !Mode:: "TeX:UTF-8:Main"
% arara: pdflatex
% rule is irgendwie kaputt ...
% xarara: convert: {density: 160, otheroptions: -dispose previous -delay 60 -loop 0, format: gif}
% magick -density 160 -delay 5 -loop 0 walkuere.pdf walkuere.gif
% xarara: showfile: {format: gif}
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{geometry}
\geometry{papersize={9.6cm,9.6cm},margin=0.5cm}
\usepackage[svgnames,x11names]{xcolor}
\usepackage[osf]{AlegreyaSans}
\usepackage{eso-pic}
\usepackage{xfp}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{%
shapes,
decorations.shapes,
decorations.fractals,
decorations.markings,
shadows
}
\usepackage{tikzducks}
\begin{document}
\AddToShipoutPictureBG{%
\AtPageLowerLeft{%
\begin{tikzpicture}[overlay,remember picture]
\fill[Seashell1] (0,0) rectangle (\paperwidth,\paperheight);
\fill[Firebrick3] (current page.north west) rectangle ([yshift=-0.5cm]current page.north east);
\fill[Firebrick3,ultra thick,bend right,draw=Silver] ([yshift=4cm]current page.south west) to ([xshift=-2cm]current page.north) -- (current page.north west) -- cycle;
\fill[Firebrick3,thick,bend left,draw=Silver] ([yshift=4cm]current page.south east) to ([xshift=2cm]current page.north)--
(current page.north east) --cycle;
\fill[Firebrick3] (current page.north west) rectangle ([yshift=-0.5cm]current page.north east);
\foreach \i in {1,2,...,25}
\fill [white!80!blue,decoration=Koch snowflake,opacity=.9]
[shift={(rnd*5-1,rnd*6+3.6)},scale=0.2]
[%double copy shadow={opacity=0.2,shadow xshift=0pt,
%shadow yshift=3*\i pt,
%fill=white,draw=none}
]
decorate {
decorate {
decorate {
(0,0) -- ++(60:1) -- ++(-60:1) -- cycle
}
}
};
\foreach \i in {1,2,...,25}
\fill [white!80!blue,decoration=Koch snowflake,opacity=.9]
[shift={(rnd*5+8.8,rnd*6+3.6)},scale=0.2]
[%double copy shadow={opacity=0.2,shadow xshift=0pt,
%shadow yshift=3*\i pt,
%fill=white,draw=none}
]
decorate {
decorate {
decorate {
(0,0) -- ++(60:1) -- ++(-60:1) -- cycle
}
}
};
\foreach \i in {1,2,...,10}
\fill [white!80!blue,decoration=Koch snowflake,opacity=.9]
[shift={(rnd*4+3.4,rnd+8.6)},scale=0.2]
[%double copy shadow={opacity=0.2,shadow xshift=0pt,
%shadow yshift=3*\i pt,
%fill=white,draw=none}
]
decorate {
decorate {
decorate {
(0,0) -- ++(60:1) -- ++(-60:1) -- cycle
}
}
};
\end{tikzpicture}}}
\mbox{}
\end{document}