-
Notifications
You must be signed in to change notification settings - Fork 13
/
StarDucks.tex
59 lines (52 loc) · 1.15 KB
/
StarDucks.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
% !TeX program = arara -p generate_examples % | txs:///view-log | txs:///view-pdf "?am).pdf"
\documentclass{standalone}
\usepackage{tikzducks}
\usepackage{marvosym}
\definecolor{sgskin}{RGB}{222,197,159}
\definecolor{sgblond}{RGB}{238,203,96}
\colorlet{sggreen}{olive!50!black}
\colorlet{sgbill}{sgskin!85!black}
\colorlet{sgshirt}{sggreen!50!black}
\begin{document}
\begin{tikzpicture}
\duck[
body=sgskin,
bill=sgbill,
tshirt=sgshirt,
jacket=sggreen,
cap=sggreen
]
\end{tikzpicture}
\begin{tikzpicture}
\duck[
body=sgskin,
bill=sgbill,
tshirt=sgshirt,
jacket=sggreen,
shorthair=sgblond
]
\end{tikzpicture}
\begin{tikzpicture}
\duck[
body=sgskin,
bill=sgbill,
tshirt=sgshirt,
jacket=sggreen,
parting=brown!70!black,
glasses=brown!30!gray,
book={\AA},
bookcolour=brown!50!black
]
\end{tikzpicture}
\begin{tikzpicture}
\duck[
body=brown!80!black,
bill=brown!65!black,
tshirt=sgshirt,
jacket=sggreen,
grumpy
]
\fill[sgblond, rotate=-10] (0.45,2.0) ellipse (0.12 and 0.05);
\node[rotate=170] at (0.8,1.89) {\scalebox{0.35}{\Leo}};
\end{tikzpicture}
\end{document}