forked from vboyce/owlet-parliament
-
Notifications
You must be signed in to change notification settings - Fork 0
/
owlet.tex
370 lines (316 loc) · 12.1 KB
/
owlet.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
\documentclass[11pt]{article}
\usepackage[margin=1in, paperwidth=8.5in, paperheight=11in]{geometry}
\usepackage{graphicx}
\setlength\intextsep{0pt}
\usepackage{enumitem}
\usepackage{tikz}
\setitemize[1]{itemsep=-5pt, topsep=0pt}
\pagestyle{empty}
\setlength{\belowcaptionskip}{-10pt}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[
type={CC},
modifier={by},
version={4.0},
]{doclicense}
\pagestyle{empty}
\begin{document}
\begin{centering}
\textbf{\LARGE Parliament of Owlets Hat}
\medskip
{\large Veronica Boyce}
\smallskip
\end{centering}
A double knit hat in fingering yarn with 6 owls on the side and a flower shape on the top. Owls use cables, nupp eyes, and color changes. Hat uses increases and decreases for shaping.
\smallskip
\textbf{Caveats:} This pattern assumes a working familiarity with double knitting and willingness to use hard techniques. This pattern uses the following techniques, which are not explained.
\begin{itemize}
\item 4 pair x 5 pair cables
\item nupps
\item lifted increases
\item single decreases
\end{itemize}
\smallskip
\textbf{Yarn:} ZZ grams of each of two colors of fingering weight yarn (approx YY yards). Shown in Tenderfoot Superfine (75\% merino lambswool, 25\% polyamide) in colors Linen and Deep Russet.
\smallskip
\textbf{Needles:} \begin{itemize}
\item size 4 needles (24 inch circular)
\item cable needle (J shape recommended)
\item tapestry needle
\item size 2 needle (dpn, tip from interchangeable or circular) for nupps
\end{itemize}
\smallskip
\textbf{Sizing:} As shown, the pattern is repeated 6 times, for a finished diameter of AA and height of BB, to fit a QQ diameter head. To resize, you could work fewer/more repeats of the pattern, and/or adjust the spacing between owls. If you adjust spacing between owls, you will need to modify the increases in chart B and the decreases at the beginning of chart D. I recommend doing chart A over 2/3 the number of stitches used in Chart C.
\smallskip
\textbf{Swatching:} I recommend working one copy of chart C (plus stockinette border) flat as coaster to get familiar with the owl technique and check sizing.
\smallskip
\textbf{Notes:}
\begin{itemize}
\item \textbf{Nupps:} When working the owl eyes, it's important to get the nupp loops loose enough. I recommend holding a small needle (I used size 2 interchangeable tip) double with the right hand needle. Work the nupp loops over both needles, work other stitches in that row only on the normal size 4 needle.
\item \textbf{Cables:} This pattern has 4 pair x 5 pair cables (which feel like 8 x 10 cables!) Slipping stitches purlwise and use a J shaped cable needle to get stitches reordered and back on the left hand needle, then work the cable. It will feel very tight.
\end{itemize}
\smallskip
\textbf{Pattern:}
Cast on 96 pairs of AB color.
Work Chart A six times around for 15 rows (96 pairs).
Work Chart B six times around (144 pairs).
Work Chart C six times around (144 pairs).
Work Chart D six times around (6 pairs).
Cinch stitches with yarn ends, knot, and secure ends. Block if desired.
\doclicenseThis
Contact: vero.boyce@gmail.com
\newpage
\begin{tikzpicture}[scale=\textwidth/25cm, x=-1cm]
%%% BA pairs %%%
\foreach \x in {2, 4, ..., 16} {
\fill[gray] (\x, 1) rectangle ++(1, 1);
}
%%% Column/row labels %%%
\foreach \x in {1, ..., 16} {
\node at (\x + 0.5, 0.5) {\x};
}
\node at (0.5, 1.5) {1};
%%% Grid %%%
\draw[black] (1, 1) rectangle ++(16, 1);
\foreach \x in {2, ..., 16} {
\draw[black] (\x, 1) -- ++(0, 1);
}
\end{tikzpicture}
\begin{tikzpicture}[scale=\textwidth/25cm, x=-1cm]
%%% Null pairs %%%
\foreach \x in {2, 3, 10, 11, 14, 15, 22, 23} {
\fill[black] (\x, 1) rectangle ++(1, 2);
}
\foreach \x in {3, 10, 15, 22} {
\fill[black] (\x, 3) rectangle ++(1, 2);
}
%%% Lifted increases %%%
\foreach \x/\y in {2/3, 2/5, 14/3, 14/5} {
\draw[black, line width=1]
(\x + 0.2, \y + 0.2)
+(0, 0.6) -- +(0, 0) -- +(0.6, 0.6);
}
\foreach \x/\y in {11/3, 11/5, 23/3, 23/5} {
\draw[black, line width=1]
(\x + 0.2, \y + 0.2)
+(0.6, 0.6) -- +(0.6, 0) -- +(0, 0.6);
}
%%% Column/row labels %%%
\foreach \x in {1, ..., 24} {
\node at (\x + 0.5, 0.5) {\x};
}
\foreach \y in {1, ..., 5} {
\node at (0.5, \y + 0.5) {\y};
}
%%% Grid %%%
\draw[black] (1, 1) rectangle ++(24, 5);
\foreach \x in {2, ..., 24} {
\draw[black] (\x, 1) -- ++(0, 5);
}
\foreach \y in {2, ..., 5} {
\draw[black] (1, \y) -- ++(24, 0);
}
\end{tikzpicture}
\begin{tikzpicture}[scale=\textwidth/25cm, x=-1cm]
%%% BA pairs %%%
\fill[gray] (4, 1) rectangle ++(5, 3);
\fill[gray] (17, 1) rectangle ++(5, 3);
\fill[gray] (4, 4) rectangle ++(18, 4);
\fill[gray] (4, 8) rectangle ++(5, 8);
\fill[gray] (17, 8) rectangle ++(5, 8);
\fill[gray] (4, 16) rectangle ++(18, 5);
\fill[gray] (4, 21) rectangle ++(7, 3);
\fill[gray] (12, 21) rectangle ++(2, 3);
\fill[gray] (15, 21) rectangle ++(7, 3);
\fill[gray] (4, 24) rectangle ++(18, 2);
\fill[gray] (8, 26) rectangle ++(10, 1);
\fill[gray] (4, 28) rectangle ++(5, 1);
\fill[gray] (17, 28) rectangle ++(5, 1);
\foreach \x in {9, ..., 16} {
\foreach \y [var=\sum, evaluate=\sum using \x + \y] in {8, ..., 15} {
\ifodd\sum
\fill[gray] (\x, \y) rectangle ++(1, 1);
\fi
}
}
%%% Nupps %%%
\node at (11.5, 22.5) {N9};
\node at (14.5, 22.5) {N9};
\draw[black, line width=1]
(11, 23)
+(0.5, 0.2) -- +(0.7, 0.5) -- +(0.5, 0.8) -- +(0.3, 0.5) -- cycle
(14, 23)
+(0.5, 0.2) -- +(0.7, 0.5) -- +(0.5, 0.8) -- +(0.3, 0.5) -- cycle;
%%% Column/row labels %%%
\foreach \x in {1, ..., 24} {
\node at (\x + 0.5, 0.5) {\x};
}
\foreach \y in {1, ..., 28} {
\node at (0.5, \y + 0.5) {\y};
}
%%% Grid %%%
\draw[black] (1, 1) rectangle ++(24, 28);
\foreach \x in {2, ..., 24} {
\draw[black] (\x, 1) -- ++(0, 28);
}
\foreach \y in {2, ..., 28} {
\draw[black] (1, \y) -- ++(24, 0);
}
%%% Cables %%%
\foreach \y/\c in {7/gray, 20/gray, 27/white} {
\fill[gray, draw=black]
(13, \y) -- ++(-4, 1) -- ++(-5, 0) -- ++(4, -1) -- cycle
(13, \y) -- ++(4, 1) -- ++(5, 0) -- ++(-4, -1) -- cycle;
\foreach \x
[var=\sign, evaluate=\sign using 2*floor(\x/13) - 1]
in {9, ..., 12, 14, 15, 16, 17} {
\draw[black] (\x, \y) -- ++(4 * \sign, 1);
}
}
\end{tikzpicture}
\begin{tikzpicture}[scale=\textwidth/25cm, x=-1cm]
%%% BA pairs %%%
\fill[gray] % Sorry for the unreadability of this. 😕
(3, 5)
-- ++(1, 0) -- ++(0, 1) -- ++(1, 0) -- ++(0, 1)
-- ++(2, 0) -- ++(0, 1) -- ++(1, 0) -- ++(0, 1)
-- ++(2, 0) -- ++(0, 1) -- ++(1, 0) -- ++(0, 1) -- ++(2, 0) -- ++(0, -1) -- ++(1, 0) -- ++(0, -1) -- ++(2, 0)
-- ++(0, -1) -- ++(1, 0) -- ++(0, -1) -- ++(2, 0)
-- ++(0, -1) -- ++(1, 0) -- ++(0, -1) -- ++(1, 0)
-- ++(0, 2) -- ++(-2, 0)
-- ++(0, 1) -- ++(-1, 0) -- ++(0, 1) -- ++(-2, 0)
-- ++(0, 1) -- ++(-1, 0) -- ++(0, 1) -- ++(-1, 0) -- ++(0, 1) -- ++(-1, 0) -- ++(0, 1) -- ++(-2, 0) -- ++(0, -1) -- ++(-1, 0) -- ++(0, -1) -- ++(-1, 0) -- ++(0, -1) -- ++(-1, 0) -- ++(0, -1)
-- ++(-2, 0) -- ++(0, -1) -- ++(-1, 0) -- ++(0, -1)
-- ++(-2, 0) -- ++(0, -2)
(6, 11)
-- ++(1, 0) -- ++(0, 1) -- ++(1, 0) -- ++(0, 1)
-- ++(2, 0) -- ++(0, 1) -- ++(1, 0) -- ++(0, 1) -- ++(2, 0) -- ++(0, -1) -- ++(1, 0) -- ++(0, -1) -- ++(2, 0)
-- ++(0, -1) -- ++(1, 0) -- ++(0, -1) -- ++(1, 0)
-- ++(0, 2) -- ++(-2, 0)
-- ++(0, 1) -- ++(-1, 0) -- ++(0, 1) -- ++(-1, 0) -- ++(0, 1) -- ++(-1, 0) -- ++(0, 1) -- ++(-2, 0) -- ++(0, -1) -- ++(-1, 0) -- ++(0, -1) -- ++(-1, 0) -- ++(0, -1) -- ++(-1, 0) -- ++(0, -1)
-- ++(-2, 0) -- ++(0, -2);
%%% Decreases %%%
\foreach \y in {1, 3, ..., 19} {
\draw[black, line width=1] (10 + 0.8, \y + 0.2) -- ++(-0.6, 0.6);
}
\foreach \y in {1, 3, ..., 19} {
\draw[black, line width=1] (13 + 0.2, \y + 0.2) -- ++(0.6, 0.6);
}
\draw[black, line width=1] (11.8, 21.2) -- ++(-0.6, 0.6);
\draw[black, line width=1] (12.2, 21.2) -- ++(0.6, 0.6);
\draw[black, line width=1] (12.2, 23.2) -- ++(0.6, 0.6);
%%% Column/row labels %%%
\foreach \x in {1, ..., 22} {
\node at (\x + 0.5, 0.5) {\x};
}
\foreach \y
[var=\shift, evaluate=\shift using floor((\y - 1)/2)]
in {1, ..., 23} {
\node at (0.5 + \shift, \y + 0.5) {\y};
}
%%% Grid %%%
\foreach \x in {1, ..., 11} {
\draw[black] (\x, 1) -- (\x, \x + \x + 1);
}
\draw[black] (12, 1) -- (12, 24);
\draw[black] (13, 1) -- (13, 24);
\foreach \x in {14, ..., 23} {
\draw[black] (\x, 1) -- (\x, 49 - \x - \x);
}
\draw[black] (1, 1) -- (23, 1);
\foreach \y [var=\shift, evaluate=\shift using \y/2 - 1] in {2, 4, ..., 23} {
\draw[black] (1 + \shift, \y) -- (23 - \shift, \y);
\draw[black] (1 + \shift, \y + 1) -- (23 - \shift, \y + 1);
}
\draw[black] (12, 24) -- (13, 24);
\end{tikzpicture}
Lorem ipsum dolor sit amet, consectetur
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black] (0, 0) rectangle (1, 1);
\end{tikzpicture}
adipiscing elit. Nullam ornare vitae tortor
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black, fill=gray] (0, 0) rectangle (1, 1);
\end{tikzpicture}
quis venenatis. Etiam feugiat dolor molestie
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black, fill=black] (0, 0) rectangle (1, 1);
\end{tikzpicture}
pellentesque scelerisque. In mattis viverra nibh, vel
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black] (0, 0) rectangle (1, 1);
\draw[black, line width=1] (0.2, 0.8) -- (0.8, 0.2);
\end{tikzpicture}
tincidunt ipsum pulvinar eget. In at gravida nisi, et
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black] (0, 0) rectangle (1, 1);
\draw[black, line width=1] (0.8, 0.8) -- (0.2, 0.2);
\end{tikzpicture}
sollicitudin orci. Vivamus nec lorem blandit odio luctus
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black] (0, 0) rectangle (1, 1);
\draw[black, line width=1] (0.2, 0.8) -- (0.8, 0.2) -- (0.8, 0.8);
\end{tikzpicture}
tempus. In malesuada fringilla consequat. Vivamus
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black] (0, 0) rectangle (1, 1);
\draw[black, line width=1] (0.8, 0.8) -- (0.2, 0.2) -- (0.2, 0.8);
\end{tikzpicture}
libero dui, mollis at lacus dapibus, bibendum
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black] (0, 0) rectangle (1, 1);
\node at (0.5, 0.5) {\tiny N9};
\end{tikzpicture}
sodales enim. Vivamus pharetra quam eget ex tempus,
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black] (0, 0) rectangle (1, 1);
\draw[black, line width=1] (0.5, 0.2) -- (0.7, 0.5) -- (0.5, 0.8) -- (0.3, 0.5) -- cycle;
\end{tikzpicture}
eu dapibus est congue. Maecenas varius lacus non erat
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black] (0, 0) rectangle (9, 1);
\foreach \x in {1, ..., 8} {
\draw[black] (\x, 0) -- (\x, 1);
}
\fill[gray, draw=black]
(9, 0) -- ++(-4, 1) -- ++(-5, 0) -- ++(4, -1) -- cycle;
\foreach \x in {5, ..., 8} {
\draw[black] (\x, 0) -- ++(-4, 1);
}
\end{tikzpicture}
dictum rutrum. Pellentesque sed libero arcu. Duis commodo dui et dui semper imperdiet. Duis efficitur mi non erat fermentum pellentesque at a augue.
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black, fill=gray] (0, 0) rectangle (9, 1);
\foreach \x in {1, ..., 8} {
\draw[black] (\x, 0) -- (\x, 1);
}
\fill[gray, draw=black]
(9, 0) -- ++(-4, 1) -- ++(-5, 0) -- ++(4, -1) -- cycle;
\foreach \x in {5, ..., 8} {
\draw[black] (\x, 0) -- ++(-4, 1);
}
\end{tikzpicture}
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black] (0, 0) rectangle (9, 1);
\foreach \x in {1, ..., 8} {
\draw[black] (\x, 0) -- (\x, 1);
}
\fill[gray, draw=black]
(9, 1) -- ++(-4, -1) -- ++(-5, 0) -- ++(4, 1) -- cycle;
\foreach \x in {5, ..., 8} {
\draw[black] (\x, 1) -- ++(-4, -1);
}
\end{tikzpicture}
\begin{tikzpicture}[scale=1em/1cm, x=-1cm]
\draw[black, fill=gray] (0, 0) rectangle (9, 1);
\foreach \x in {1, ..., 8} {
\draw[black] (\x, 0) -- (\x, 1);
}
\fill[gray, draw=black]
(9, 1) -- ++(-4, -1) -- ++(-5, 0) -- ++(4, 1) -- cycle;
\foreach \x in {5, ..., 8} {
\draw[black] (\x, 1) -- ++(-4, -1);
}
\end{tikzpicture}
\end{document}