-
Notifications
You must be signed in to change notification settings - Fork 0
/
bujo-cover-letter.tex
59 lines (55 loc) · 1.68 KB
/
bujo-cover-letter.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
%% Directions:
%% print duplex short-end-binding
\RequirePackage{luatex85}
\documentclass[12pt, tikz]{standalone}
\renewcommand\familydefault\sfdefault
\begin{document}
\begin{tikzpicture}[ultra thick, dashed]
\clip (-5.5in,0in) rectangle (5.5in,8.5in);
\coordinate (topL) at (-3.25in,5.75in);
\coordinate (topR) at (3.25in,5.75in);
\draw[solid] (topL) -- ++(160:10in);
\draw[solid] (topR) -- ++(20:10in);
\draw (topL) -- (topR);
\coordinate (midL) at (-4.25in,0);
\coordinate (midR) at (4.25in,0);
\draw[solid] (midL) -- ++(left:10in);
\draw[solid] (midR) -- ++(right:10in);
\draw (midL) -- ++(80:10in);
\draw (midR) -- ++(100:10in);
\draw (midL) -- ++(down:10in);
\draw (midR) -- ++(down:10in);
\end{tikzpicture}
\begin{tikzpicture}[ultra thick, dashed]
\clip (-5.5in,0in) rectangle (5.5in,8.5in);
\draw (0,2.875in) node {\smash{\scalebox{6.5}{%
\begin{minipage}{1.1in}%
\centering\bfseries%
BACK COVER MESSAGE%
\end{minipage}%
}}};
\end{tikzpicture}
\begin{tikzpicture}[ultra thick, dashed]
\clip (-5.5in,-8.5in) rectangle (5.5in,0);
\coordinate (midL) at (-4.25in,0);
\coordinate (midR) at (4.25in,0);
\draw[solid] (midL) -- ++(left:10in);
\draw[solid] (midR) -- ++(right:10in);
\draw (midL) -- ++(80:10in);
\draw (midR) -- ++(100:10in);
\draw (midL) -- ++(down:10in);
\draw (midR) -- ++(down:10in);
\coordinate (botL) at (-5.5in,-5.75in);
\coordinate (botR) at (5.5in,-5.75in);
\draw (botL) -- (botR);
\end{tikzpicture}
\begin{tikzpicture}[ultra thick, dashed]
\clip (-5.5in,-8.5in) rectangle (5.5in,0in);
\draw (0,-2.875in) node {\smash{\scalebox{6.5}{%
\begin{minipage}{1.1in}%
\centering\bfseries%
FRONT COVER MESSAGE%
\end{minipage}%
}}};
\end{tikzpicture}
\end{document}