forked from junzis/the-1090mhz-riddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.tex
89 lines (66 loc) · 1.87 KB
/
book.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
\documentclass[book, b5paper, fittopage]{ncc}
\FromMargins[hf]{20mm}{20mm}{15mm}{15mm}
\usepackage[headings]{ncchdr}
\usepackage{graphicx}
\usepackage{charter}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{amssymb,amsmath}
\usepackage{ifxetex,ifluatex}
\usepackage[unicode=true]{hyperref}
\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref
\urlstyle{same} % don't use monospace font for urls
\usepackage{parskip}
\setlength{\emergencystretch}{3em} % prevent overfull lines
% set default figure placement to htbp
\makeatletter
\def\fps@figure{htbp}
\makeatother
% change verbatim and texttt style
\usepackage{fancyvrb,newverbs,xcolor}
\usepackage{letltxmacro}
\definecolor{cverbbg}{gray}{0.96}
\LetLtxMacro{\oldverbatim}{\verbatim}
\renewenvironment{verbatim}
{\SaveVerbatim{cverb}}
{\endSaveVerbatim
% \center
\flushleft\fboxrule=0pt
\fboxsep=1em
\colorbox{cverbbg}{\footnotesize\BUseVerbatim{cverb}}%
\endflushleft
}
\LetLtxMacro{\oldtexttt}{\texttt}
\renewcommand{\texttt}[1]{\colorbox{cverbbg}{\oldtexttt{#1}}}
% ---------------------- start of content ----------------------------
\title{
The 1090MHz Riddle \\
\medskip
\large An open-access book about decoding Mode-S and ADS-B data
}
\date{}
\author{Junzi Sun}
\begin{document}
% \maketitle
\input{misc/cover}
\pagestyle{headings}
\input{misc/preface}
\tableofcontents
\input{adsb.tex}
\input{adsb/introduction.tex}
\input{adsb/identification.tex}
\input{adsb/compact-position-report.tex}
\input{adsb/airborne-position.tex}
\input{adsb/airborne-velocity.tex}
\input{adsb/advance.tex}
\input{adsb/version.tex}
\input{adsb/operation-status.tex}
\input{adsb/uncertainty.tex}
\input{ehs.tex}
\input{ehs/introduction.tex}
\input{ehs/bds20-identification.tex}
\input{ehs/bds40-intention.tex}
\input{ehs/bds50-track-n-turn.tex}
\input{ehs/bds60-airspeed.tex}
\input{misc/about.tex}
\end{document}