-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchecklists.tex
447 lines (443 loc) · 11.9 KB
/
checklists.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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
% Headers {{{
\documentclass[12pt,a4paper,twoside]{article}
% usepackage {{{
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage{amssymb}
\usepackage{enumitem}
\setlist{noitemsep}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage[yyyymmdd]{datetime}
\renewcommand*{\dateseparator}{-}
\usepackage{mdframed}
% }}}
% Document size {{{
\setlength{\topmargin}{-20mm}
\setlength{\textheight}{264mm}
\setlength{\hoffset}{-15mm}
\setlength{\textwidth}{190mm}
\setlength{\evensidemargin}{-5mm}
\setlength{\parskip}{0.5ex}
% }}}
% Fancy {{{
\fancypagestyle{plain}{%
\fancyhf{}
\fancyhf[HL]{\textbf{\DocTitle}}
\fancyhf[HR]{}
%
\fancyhf[FL]{\jobname.pdf \today}
\fancyhf[FR]{\thepage/\pageref{LastPage}}
%
% Rules at top and bottom
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
}
\pagestyle{plain}
% }}}
% mdframed env {{{
\mdfsetup{% {{{
linecolor=white,
skipabove=0,
skipbelow=0,
innertopmargin=0,
innerbottommargin=0
}% }}}
%
\newmdenv[% {{{ MDinfobox
innertopmargin=2mm,
innerbottommargin=2mm,
skipbelow=-3mm
]{MDinfobox}% }}}
% }}}
%
% new commands {{{
\newcommand{\BoxSpace}{\mbox{}\vspace{-8mm}}
\newcommand{\SkipPage}{\clearpage\BoxSpace}
% Counters {{{
\newcounter{SubCheck}
%
\newcommand*{\SetItem}[1]{\setcounter{enumi}{#1}}
\newcommand*{\StepItem}{\stepcounter{enumi}}
% }}}
\newcommand{\EndRule}{% {{{
\vspace{-10mm}%
\begin{center}%
\rule{0.95\textwidth}{1pt}%
\end{center}%
\vspace{1pt}%
}% }}}
\newcommand{\CheckSec}[1]{% {{{
\begin{flushleft}
\noindent\textbf{\Large #1}%
\end{flushleft}
\vspace{-6mm}%
}% }}}
\newcommand{\CheckSub}[1]{% {{{
\noindent\hspace{7mm}\textbf{#1:}%
\vspace{-5mm}%
}% }}}
\newcommand{\Check}[2]{% {{{
\StepItem
\item[\arabic{enumi}.]
#1%
\dotfill%
#2%
}
% }}}
% Math {{{
\newcommand*{\oC}{\ensuremath{^{\circ}C}}
\newcommand*{\RPM}[1]{#1 \textsc{rpm}}
\renewcommand*{\geq}{\geqslant}
\renewcommand*{\leq}{\leqslant}
\newcommand*{\Vtxt}[1]{\ensuremath{\textrm{v}_{\textrm{\small #1}} }}
\newcommand*{\Vmath}[1]{\ensuremath{\textrm{v}_{#1} }}
% }}}
% Title {{{
\newcommand*{\DocTitle}{}
\newcommand*{\SetTitle}[1]{%
\renewcommand*{\DocTitle}{#1}%
}
% }}}
% One InfoDistance table row {{{
% All values are personal computation from AFM table
\newcommand{\InfoDistanceRow}[5]{%
#1% label
& #2% roll (50ft) at provided altitude 1003hPa +20oC
& #3% 993hPa
& #4% +30oC
& #5% grass
\\\hline
}
% }}}
\newcommand{\InfoSpeedsTakeOff}[4]{% {{{
{\large%
$\Vmath{1} = #1$ kts%
\hfill%
$\Vtxt{r} = #2$ kts%
\hfill%
$\Vmath{x} = #3$ kts%
\hfill%
$\Vmath{y} = #4$ kts%
\\%
}}% }}}
\newcommand{\InfoSpeedsCruise}[3]{% {{{
{\large%
$\Vmath{cc} = #1$ kts%
\hfill%
$\Vmath{a} = #2$ kts%
\hfill%
$\Vtxt{glide} = #3$ kts%
\\%
}}% }}}
\newcommand{\InfoSpeedsLanding}[2]{% {{{
{\large%
$\Vtxt{app} = #1$ kts%
\hfill%
$\Vtxt{fin} = #2$ kts%
\hfill\mbox{}%
\hfill\mbox{}%
\hfill\mbox{}%
\\%
}}% }}}
\newcommand{\InfoSpeedsMore}[8]{% {{{
{\large%
($\Vtxt{plan} = #1$ kts)%
\hfill%
Glide ratio: 1:#2 (1000 ft: #3 NM)%
\\%
Downwind pwr: #5%
\hfill%
Max X-wind comp: #6 kts%
\\%
Fuel: #4/h%
\hfill%
MTOW: #7, Max LDG W: #8%
}}% }}}
% }}}
% new environments {{{
\newenvironment{CheckList}[1]{% {{{
\vspace{-9mm}%
\CheckSec{#1}%
\vspace{-3mm}%
\begin{enumerate}%
}{%
\end{enumerate}%
\setcounter{SubCheck}{0}%
\vspace{-2mm}%
}% }}}
\newenvironment{CheckListRule}[1]{% {{{
\begin{CheckList}{#1}%
}{%
\end{CheckList}%
\EndRule%
}% }}}
\newenvironment{SubWrapper}[1]{% {{{
\vspace{-7mm}%
\CheckSec{#1}%
}{%
\vspace{-3mm}%
\setcounter{SubCheck}{0}%
}% }}}
\newenvironment{SubWrapperRule}[1]{% {{{
\begin{SubWrapper}{#1}%
}{%
\end{SubWrapper}%
\EndRule%
}% }}}
\newenvironment{SubCheckList}[1]{% {{{
\CheckSub{#1}%
\begin{enumerate}%
}{%
\setcounter{SubCheck}{\value{enumi}}%
\end{enumerate}%
}% }}}
\newenvironment{InfoBox}{% {{{
\begin{MDinfobox}%
\Large%
}{%
\end{MDinfobox}%
}% }}}
\newenvironment{InfoDistances}[1]{% {{{
\begin{InfoBox}%
\normalsize
\begin{tabular}{r|c|c|c|c|}%
$[m]$ (50ft)
& #1 ft 1003hPa $+20\oC$
& 993hPa = +300 ft
& $+30\oC =$ +1200 ft
& Grass
\\\hline
}{%
\end{tabular}%
\end{InfoBox}%
}% }}}
% }}}
%
\newcommand{\BeforeStartingEngineItems}{% {{{
\Check{Aircraft papers+log}{CHECKED}
\Check{Passenger briefing}{CHECKED}
\Check{Hour meter}{CHECKED}
}% }}}
\newcommand{\FuelPumpCheckItems}{% {{{
\Check{Fuel pump ON first time}{check fuel pressure is moving}
\Check{Fuel pump OFF}{check fuel pressure and keep finger on switch}
}% }}}
\newcommand{\EngineStartItems}{% {{{
\Check{Radios}{ON + LIGHTS TESTED}
}% }}}
\newcommand{\TaxiEngineCheckItems}{% {{{
\Check{Block-off time}{WRITTEN}
\Check{PAX checklist}{GIVEN}
\Check{Annunciator panel}{TESTED}
}% }}}
\newcommand{\TimeToff}{\Check{Take-off time}{WRITTEN}}
\newcommand{\TimeLdg}{\Check{Landing time}{WRITTEN}}
\newcommand{\TimeBlockOn}{\Check{Block-on time}{WRITTEN}}
%
\begin{document}
% }}}
\BoxSpace
\SetTitle{Pilot's own checks}% {{{
%
\vspace{-7mm}
\begin{itemize}
\item PPL(A) SEP(L): 9 PAX, MTOW $\leq 2700 kg$, no pressure or special
\item oxygen limit PIC FL125, FL230 deadly (unless > 1 month > 3500m)
\item children < 12 y.o. max altitude FL100
\end{itemize}
\vfill
\begin{SubWrapper}{Diseases}% {{{
\vspace{5mm}
\begin{SubCheckList}{General}{}% {{{
\Check{cinetosis}{look ahead, head straight, fresh air (ev. fly the plane)}
\Check{hypoxia}{pickling in hands/mouth, audition/visual troubles, tired, cannot concentrate}
\Check{hyperventilation}{fear, breathing difficult, pickling in hands/mouth, cramps}
\end{SubCheckList}% }}}
\begin{SubCheckList}{CO intoxication}% {{{
\item headache, vertigo, cannot concentrate, confusion
\item red nails
\item loss of consciousness
\end{SubCheckList}% }}}
\begin{SubCheckList}{Decompression accident}% {{{
\item localized pain in articulations
\item dry cough, burning chest, shortness of breath
\item itching, picking
\item starry vision, headache, cannot concentrate, confusion, amnesia
\item shaking, tightening feeling
\item loss of consciousness
\end{SubCheckList}% }}}
\end{SubWrapper}% }}}
% }}}
\SkipPage
%
\SetTitle{Flight with passengers}% {{{
\begin{SubWrapper}{Before boarding}% {{{
\vspace{5mm}
\begin{SubCheckList}{Altidude}% {{{
\Check{diving or hyperbaric environment}{$\geq 24h$}
\Check{smoker }{critic FL25, deadly FL130}
% non-smoker: sane FL100, critic FL125, deadly FL231
\end{SubCheckList}% }}}
\begin{SubCheckList}{Health}% {{{
\Check{toilets}{done}
\Check{subject to sea/road sickness}{check}
\Check{cold, pharyngitis, etc.}{teach Vaslava (gently!)}
\Check{if feeling bad, weird, tickling, pricking, sleepy, pain}{tell me\\
(often reversible quickly, not worth waiting and having a bad flight)}
\end{SubCheckList}% }}}
\begin{SubCheckList}{Security}% {{{
\Check{afraid of flying? }{check}
\Check{if problem, do not yell!! Questions welcome}{understood}
\Check{I must listen to the radio communications }{understood}
\Check{tell me if see traffic and side }{understood}
\end{SubCheckList}% }}}
\begin{SubCheckList}{Planned trip}% {{{
\Check{Map}{EXPOSED}
\end{SubCheckList}% }}}
\begin{SubCheckList}{Responsibilities}% {{{
\Check{boarding pass or declaration of renouncement}{DONE}
\end{SubCheckList}% }}}
\end{SubWrapper}% }}}
\vfill
\begin{CheckList}{Passengers briefing}{}% {{{
\Check{Headsets}{DONNED, MIC TOUCH LIPS}
\Check{Seat belts}{OPEN \& CLOSED}
\Check{Seat firmly fixed}{CHECKED}
\Check{Commands free}{HANDS \& FEET}
\Check{Air ventilation}{SHOWED}
\Check{Sick bags}{AVAILABLE}
\Check{Emergency exit}{CHECKED}
\Check{Extinguisher}{LOCATED}
\Check{Door mechanisms}{CHECKED}
\Check{Break glass}{CHECKED}
\Check{Transponder 7700 + ELT + radio}{EXPLAINED}
\Check{FLARM}{INFORMED}
\end{CheckList}% }}}
% }}}
\SkipPage
%
\SetTitle{Cessna C182S HB--TDR}% {{{
\begin{CheckListRule}{Before starting engine}% {{{
\BeforeStartingEngineItems
\end{CheckListRule}% }}}
\begin{CheckListRule}{Engine start}{}% {{{
\Check{Magnetos start}{check starter light}
\Check{Starter check disconnected}{light + ammeter}
\EngineStartItems
\end{CheckListRule}% }}}
\begin{CheckListRule}{Taxi and engine check}% {{{
\TaxiEngineCheckItems
\end{CheckListRule}% }}}
\begin{CheckListRule}{Before departure and line-up}% {{{
\Check{Flaps}{F0 or F2}
\Check{Trim}{1cm right, PAX: 2cm nose up}
\TimeToff
\end{CheckListRule}% }}}
\vfill
\begin{InfoBox}% speeds + downwind power {{{
\InfoSpeedsTakeOff% {{{
{45}% v1
{55}% vr
{% vx
\textrm{\footnotesize F2:}\ 58, %
\textrm{\footnotesize F0:}\ 63%
}%
{80}% vy
% }}}
\InfoSpeedsCruise% {{{
{85-95}% cc
{110}% va
{% best glide
65-70\ (75)\ %
\textrm{\footnotesize F0:}\ 75, %
\textrm{\footnotesize FX:}\ 70%
}%
% }}}
\InfoSpeedsLanding% {{{
{90}% approach
{75-70\ (65)}% finale
% }}}
\InfoSpeedsMore% {{{
{120}% planning speed
{XX}% glide ratio 1:X
{1.4}% glide NM/1000ft
{13 USG}% fuel per hour
{20 inHg \& \RPM{20}}% downwind power
{15}% max crosswind component
{3100 lbs = 1406 kg}{2950 lbs = 1340 kg}% MTOW
% }}}
\end{InfoBox}% }}}
\vspace{3mm}
% InfoDistances {{{
\begin{InfoDistances}{2300}
% {Label} {roll (50ft) at alt 1003hPa +20oC} {993hPa} {+30oC} {grass}
\InfoDistanceRow{T-off F2}{315 (610)}{+10 (+25)}{+25 (+45)}{+15\% (N/A)}
\InfoDistanceRow{Landing}{200 (445)}{+5 (+5)}{+10 (+15)}{+45\% (N/A)}
\end{InfoDistances}% }}}
% }}}
\SkipPage
%
\SetTitle{Robin DR400--180 EFIS HB--KHV}% {{{
\begin{CheckListRule}{Before starting engine}% {{{
\BeforeStartingEngineItems
\Check{LED safety plane: flight data recorder}{if not ON can fly anyway}
\end{CheckListRule}% }}}
\begin{CheckListRule}{Engine start}% {{{
\FuelPumpCheckItems
\EngineStartItems
\end{CheckListRule}% }}}
\begin{CheckListRule}{Taxi and engine check}% {{{
\TaxiEngineCheckItems
\end{CheckListRule}% }}}
\begin{CheckListRule}{Before departure and line-up}% {{{
\Check{Flaps}{F1}
\Check{STBY power}{press until light blinks}
\TimeToff
\end{CheckListRule}% }}}
\vfill
\begin{InfoBox}% {{{ speeds + downwind power
\InfoSpeedsTakeOff% {{{
{45}% v1
{54}% vr
{% vx
\textrm{\footnotesize F1:}\ 70, %
\textrm{\footnotesize F0:}\ 76%
}%
{% vy
\textrm{\footnotesize F1:}\ 81, %
\textrm{\footnotesize F0:}\ 92%
}%
% }}}
\InfoSpeedsCruise% {{{
{92}% cc
{116}% va
{% best glide
\textrm{\footnotesize F0:}\ 81, %
\textrm{\footnotesize F1:}\ 78%
}%
% }}}
\InfoSpeedsLanding% {{{
{85, 80}% approach
{68}% finale
% }}}
\InfoSpeedsMore% {{{
{110}% planning speed
{9.3}% glide ratio 1:X
{1.5}% glide NM/1000ft
{40 l}% fuel per hour
{\RPM{2000}}% downwind power
{22}% max crosswind component
{1100 kg}{1045 kg}% MTOW
% }}}
\end{InfoBox}% }}}
\vspace{3mm}
% InfoDistances {{{
\begin{InfoDistances}{1600}% [ft]
% {Label} {roll (50ft) at alt 1003hPa +20oC} {993hPa} {+30oC} {grass}
\InfoDistanceRow{T-off F1}{310 (641)}{+6 (+13)}{+21 (+45)}{+15\% (+15\%)}
\InfoDistanceRow{Landing}{273 (570)}{+3 (+5)}{+10 (+15)}{+15\% (+15\%)}
\end{InfoDistances}% }}}
% }}}
\end{document}