-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
81 lines (59 loc) · 1.17 KB
/
main.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
%!TEX root = main.tex
\documentclass[10pt]{book}
\usepackage[utf8]{inputenc}
\usepackage{mathptmx}
\usepackage{geometry}
\geometry{
includefoot,
paperwidth=5.5in,
left=0.6in,
width=4.3in,
paperheight=8.5in,
top=0.6in,
height=7.3in
% twoside=true
}
\setlength{\parindent}{0pt}
\setlength{\parskip}{\medskipamount}
% Put floats at the very top of a page.
\makeatletter
\setlength{\@fptop}{0pt}
\setlength{\@fpbot}{0pt plus 1fil}
\makeatother
\usepackage{titlesec}
\titleformat{\chapter}[display]
{\normalfont\Large\bfseries}{\chaptertitlename\ \thechapter}{10pt}{\LARGE}
\titlespacing*{\chapter}{0pt}{20pt}{20pt}
\pdfinfoomitdate 1
\input chartsprolog
\newcommand{\chart}[1]{
\noindent
\begingroup
\centering
\input charts/#1
\par
\endgroup
\chartskip
}
\newcommand{\chartskip}{\smallskip}
\newcommand{\booktitle}[1]{{\itshape #1}}
\newcommand{\PSA}{\booktitle{Pocket Sky Atlas}}
\newcommand{\book}[1]{\emph{#1}}
\includeonly{
frontmatter,
preface,
M,
C,
U,
bibliography
}
\begin{document}
\frontmatter
\include{frontmatter}
\include{preface}
\mainmatter
\include{M}
\include{C}
\include{U}
\include{bibliography}
\end{document}