-
Notifications
You must be signed in to change notification settings - Fork 0
/
folding.tex
executable file
·79 lines (79 loc) · 3.26 KB
/
folding.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
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{folding}
\begin{document}
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingdodecahedron
[folding line length=20mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingalternatedodecahedron
[folding line length=20mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingtetrahedron
[folding line length=40mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingcube
[folding line length=40mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingoctahedron
[folding line length=40mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingicosahedron
[folding line length=20mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingtruncatedtetrahedron
[folding line length=20mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingcuboctahedron
[folding line length=20mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingtruncatedcube
[folding line length=15mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingtruncatedoctahedron
[folding line length=15mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingrhombicuboctahedron
[folding line length=15mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingtruncatedcuboctahedron
[folding line length=12mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingsnubcube
[folding line length=15mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingicosidodecahedron
[folding line length=15mm,numbered faces];
\end{tikzpicture}
\clearpage
\begin{tikzpicture}[transform shape,every cut/.style=red,every fold/.style=dotted,every ear/.style={fill,gray!20}]
\tikzfoldingrhombicdodecahedron
[folding line length=25mm,numbered faces];
\end{tikzpicture}
\end{document}