-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.tex
More file actions
147 lines (108 loc) · 3.5 KB
/
Main.tex
File metadata and controls
147 lines (108 loc) · 3.5 KB
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
\documentclass[a4paper,oneside]{book}
\usepackage{graphicx}
\usepackage[colorlinks=true,citecolor=blue]{hyperref}
\usepackage{url}
\usepackage{gensymb}
\usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry}
\usepackage{textcomp}
\usepackage{caption}
\usepackage[labelformat=simple]{subcaption}
\usepackage{float}
\usepackage[absolute,overlay]{textpos}
\usepackage[strict]{changepage}
\usepackage{tabularx}
\usepackage{array}
\usepackage{wrapfig}
\usepackage{fancyhdr}
% \usepackage[compact]{titlesec}
\usepackage{lscape} % Replace with pdflscape if usability on the computer is desired.
\usepackage{longtable}
\usepackage{parskip}
\usepackage[table,usenames,dvipsnames]{xcolor}
\usepackage{booktabs}
%\setlength{\oddsidemargin}{-0.5in}
%\setlength{\evensidemargin}{0in}
%\setlength{\marginparwidth}{0in}
%\setlength{\marginparsep}{0in}
%\pagestyle{empty}
%\usepackage[top=0.15in, bottom=0.2in, left=0.5in, right=0in]{geometry}
\setlength{\TPHorizModule}{1in}
\setlength{\TPVertModule}{1in}
%% \usepackage{etoolbox}
%% \makeatletter
%% \patchcmd{\chapter}{\if@openright\cleardoublepage\else\clearpage\fi}{}{}{}
%% \makeatother
\newcommand{\circdegree}{\ensuremath{^\circ}}
\renewcommand\chaptername{}
\renewcommand{\thesubfigure}{\relax}
\renewcommand{\topfraction}{0.95}
\renewcommand{\textfraction}{0.05}
\renewcommand{\floatpagefraction}{0.75}
\fancyfoot[C]{This content is protected by Copyrights. See the~\nameref{Legal} chapter of this document for details.}
\fancyfoot[RO, LE]{\thepage}
\pagestyle{fancy}
\newif\ifletterpaper
\definecolor{tablealt}{rgb}{0.9,0.95,0.9}
\hypersetup{linkcolor=Blue}
\begin{document}
\author{The Astronomy Logbook Project}
\input{build/FrontMatter.tex}
\chapter{Legal}
\label{Legal}
\input{Legal}
\chapter{Acknowledgements}
\input{Acknowledgements}
\chapter{Credits}
\input{Credits}
\mainmatter
%% \setlength{\hangindent}{0cm}
%% \setlength{\parindent}{0cm}
\chapter{Glossary of Technical Terms}
\input{Glossary}
\chapter{Understanding and Using the Log Form}
\input{LogFormDescription}
\twocolumn
\chapter{List of Objects by Constellation}
NOTE: Numbers in square brackets are page numbers \\
\input{build/ObjectsByConstellation}
\chapter{List of Objects by Type}
NOTE: Numbers in square brackets are page numbers \\
\input{build/ObjectsByType}
\onecolumn
\chapter{List of Common Names}
The following table is ordered alphabetically by common name. \\
\input{build/TrivialNames}
\begin{landscape}
\chapter{Checklist of Objects}
{\small Use this checklist to look up page numbers, to look up
essential information, and to make entries of the dates of your
first and subsequent observations.}
%% \setlength{\marginparwidth}{0.1in}
%% \setlength{\marginparsep}{0in}
%% \setlength{\leftmargin}{-0.5in}
\input{build/Checklist}
\end{landscape}
\chapter{Logging Forms}
This section contains the actual logging forms.
Note that the page numbers for each chart are listed in the Checklist
section.
%\setlength{\oddsidemargin}{0.2in}
%\setlength{\evensidemargin}{0.2in}
\setlength{\marginparwidth}{0.2in}
\setlength{\marginparsep}{0in}
%\usepackage[top=0.15in, bottom=0.2in, left=0.5in, right=0in]{geometry}
\setlength{\topmargin}{0.0in}
\addtolength{\voffset}{-0.3in}
%\setlength{\bottommargin}{0.2in}
\setlength{\leftmargin}{-0.5in}
%\setlength{\rightmargin}{-0.3in}
\addtolength{\textwidth}{0.7in}
\setlength{\parindent}{0cm}
\setlength{\hangindent}{0cm}
\letterpaperfalse
\ifletterpaper
\setlength{\headsep}{-13pt}
\titlespacing{\section}{0pt}{-5pt}{0pt}
\fi
\input{build/Objects}
\end{document}