forked from Stellarium/stellarium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
guide.tex
364 lines (297 loc) · 14.5 KB
/
guide.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The Legrand Orange Book
% LaTeX Template
% Version 2.1.1 (14/07/16)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Mathias Legrand ([email protected]) with modifications by:
% Vel ([email protected])
% Alexander Wolf ([email protected])
% Georg Zotti ([email protected])
% Angelo Fraietta ([email protected])
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Compiling this template:
% This template uses biber for its bibliography and makeindex for its index.
% When you first open the template, compile it from the command line with the
% commands below to make sure your LaTeX distribution is configured correctly:
%
% 1) pdflatex guide
% 2) makeindex guide.idx -s StyleInd.ist
% 3) biber guide
% 4) pdflatex guide x 2
%
% After this, when you wish to update the bibliography/index use the appropriate
% command above and make sure to compile with pdflatex several times
% afterwards to propagate your changes to the document.
%
% This template also uses a number of packages which may need to be
% updated to the newest versions for the template to compile. It is strongly
% recommended you update your LaTeX distribution if you have any
% compilation errors.
%
% Important note:
% Chapter heading images should have a 2:1 width:height ratio,
% e.g. 920px width and 460px height.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%---------------------------------------------------------------------------------------
% DETECT SWITCH FOR htlatex.
%---------------------------------------------------------------------------------------
% We can use package ifpdf to detect pdf creation. However, htlatex needs dvipdfmx in the document global options.
% Therefore we need a new command (\ifhtlatex...\else...\fi) that even works before documentclass.
\newif\ifhtlatex
\ifx\HCode\UnDeFiNeD
\htlatexfalse
\else
\htlatextrue
\fi
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\ifhtlatex
\documentclass[12pt,fleqn,dvipdfmx]{book} % Default font size and left-justified equations
\else
% There is still also demand of discerning latex from pdflatex at the documentclass line.
% http://tug.org/pipermail/macostex-archives/2006-January/020022.html
\ifx\pdfoutput\undefined
\documentclass[12pt,fleqn,dvipdfmx]{book} % Default font size and left-justified equations
\else
\documentclass[12pt,fleqn]{book} % Default font size and left-justified equations
\pdfcompresslevel=9
\fi
\fi
%----------------------------------------------------------------------------------------
\input{structure} % Insert the commands.tex file which contains the majority of the structure behind the template
\input{version}
\title{Stellarium User Guide}
\author{Georg Zotti \and Alexander Wolf (editors)}
%% GZ Some commands which can be used later, like version number etc.
\newcommand{\DocumentEdition}{1}
\begin{document}
\frontmatter
\VerbatimFootnotes % Allow \verb|whatever| in footnotes
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\ifhtlatex
\maketitle
\else
\begingroup
\thispagestyle{empty}
\begin{tikzpicture}[remember picture,overlay]
\coordinate [below=12cm] (midpoint) at (current page.north);
\node at (current page.north west)
{\begin{tikzpicture}[remember picture,overlay]
\node[anchor=north west,inner sep=0pt] at (0,0) {\includegraphics[width=\paperwidth]{bookcover_cygnus.png}}; % Background image
\draw[anchor=north] (midpoint) node [fill=ocre!30!white,fill opacity=0.6,text opacity=1,inner sep=1cm]%
{\Huge\centering\bfseries\sffamily\parbox[c][][t]{\paperwidth}%
{\centering Stellarium \StelVersion\space User Guide\\[18pt] % Book title
{\Large Georg Zotti, Alexander Wolf (editors)}\\[15pt]% Author names
{\Large 2018}% Year
}}; %
\end{tikzpicture}};
\end{tikzpicture}
\vfill
\endgroup
\fi
%----------------------------------------------------------------------------------------
% COPYRIGHT PAGE
%----------------------------------------------------------------------------------------
\newpage
~\vfill
\thispagestyle{empty}
\noindent Copyright \copyright\ 2014-2018 Georg Zotti.\\ % Copyright notice
\noindent Copyright \copyright\ 2011-2018 Alexander Wolf.\\ % Copyright notice
\noindent Copyright \copyright\ 2006-2013 Matthew Gates.\\ % Copyright notice
\noindent Copyright \copyright\ 2013-2014 Barry Gerdes (\dag\,2014).\\ % Copyright notice
\ifthenelse{\equal{\StelVersion}{0.15.0}}{%
\noindent \fbox{
\begin{minipage}[t]{0.8\linewidth}
Stellarium Version 0.15 is dedicated in memory of our team
member Barry Gerdes (\dag\,2014).
\end{minipage}
}\\}{}
\noindent%
\ifhtlatex
\url{http://stellarium.org}
\else
\textsc{stellarium.org}\\ % URL
\fi
\noindent Permission is granted to copy, distribute and/or modify
this document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software
Foundation; with no Invariant Sections, no Front-Cover Texts,
and no Back-Cover Texts. A copy of the license is included in
the appendix~\ref{ch:License} entitled ``GNU Free Documentation
License''.\\ % License information
\small{\noindent \textit{All trademarks, third party brands, product names, trade names,
corporate names and company names mentioned may be trademarks of their
respective owners or registered trademarks of other companies and are
used for purposes of explanation and to the readers' benefit, without
implying a violation of copyright law.}}\\
\noindent \textit{Version \StelVersion-\DocumentEdition, \today} % Printing/edition date
%----------------------------------------------------------------------------------------
% TABLE OF CONTENTS
%----------------------------------------------------------------------------------------
\chapterimage{chapter-t1-bg.png} % Table of contents heading image
\pagestyle{empty} % No headers
\ifpdf
\tableofcontents % Print the table of contents itself
\fi
\cleardoublepage % Forces the first chapter to start on an odd page so it's on the right
\mainmatter
\pagestyle{fancy} % Print headers again
%% There should be one source file per chapter.
%% Structural changes (chapter images etc.) should be in this main file to better have an overview.
%----------------------------------------------------------------------------------------
% PART I
%----------------------------------------------------------------------------------------
\part{Basic Use}
%----------------------------------------------------------------------------------------
% CHAPTER 1 (Introduction)
%----------------------------------------------------------------------------------------
\chapterimage{chapter-t2-bg.png} % Chapter heading image
\include{ch_introduction}
%% Activate this if you want to check the page layout.
%%\layout
%----------------------------------------------------------------------------------------
% CHAPTER 2 (Installation)
%----------------------------------------------------------------------------------------
% \chapterimage{chapter-t2-bg.png} % Chapter heading image Did not change...
\include{ch_getting_started}
%----------------------------------------------------------------------------------------
% CHAPTER 3 (was called Interface Guide, but is just a first tour.)
%----------------------------------------------------------------------------------------
\include{ch_tour}
%----------------------------------------------------------------------------------------
% CHAPTER 4 (was called Configuration, but is really an in-depth description of the GUI panels.)
%----------------------------------------------------------------------------------------
\include{ch_interface}
%----------------------------------------------------------------------------------------
% PART II
%----------------------------------------------------------------------------------------
\part{Advanced Use}
%----------------------------------------------------------------------------------------
% CHAPTER 5 (Advanced Use)
%----------------------------------------------------------------------------------------
\chapterimage{chapter-t3-bg.png} % Chapter heading image
\include{ch_advanced_use}
%% GZ: I replaced the old chapter with course notes I have developed in late 2015. To get the old version, activate next line instead.
%\include{ch_landscapes}
\include{ch_landscapes_gz}
\include{ch_dso} %% Maybe DSO is more a reference chapter? --> Appendix in this case? Or split?
\include{ch_skycultures}
\include{ch_surveys}
%----------------------------------------------------------------------------------------
% PART III
%----------------------------------------------------------------------------------------
\renewcommand{\StelTOCdepth}{0}
\part{Extending Stellarium}
%\chapterimage{chapter-t3-bg.png} % Chapter heading image
\include{ch_plugins}
\include{plg_interfaces} % TUI, RemoteControl, RemoteSync, (2018: D-BUS?)
\include{plg_catalogs}
\include{plg_archaeolines}
\include{plg_scenery3d} % move to historical.
\include{plg_atTheTelescope} % TelescopeControl, Oculars, various hardware projects with Raspberry, Arduino, ...
\include{ch_scripting}
%% TODO: Optional: Maybe extract Chapter "Stellarium at the Telescope" plus more technical info into a proper Part.
%% Also maybe create a Part "Historical and Cultural astronomy"?
%----------------------------------------------------------------------------------------
% PART IV
%----------------------------------------------------------------------------------------
\renewcommand{\StelTOCdepth}{0}
\part{Practical Astronomy}
%----------------------------------------------------------------------------------------
% CHAPTER 16 (Astronomical Concepts)
%----------------------------------------------------------------------------------------
\chapterimage{chapter-t4-bg.png} % Chapter heading image
\include{ch_astronomical_concepts}
%----------------------------------------------------------------------------------------
% CHAPTER 17 (Astronomical Phenomena)
%----------------------------------------------------------------------------------------
\include{ch_astronomical_phenomena}
%----------------------------------------------------------------------------------------
% CHAPTER 18 (A Short Sky Guide)
%----------------------------------------------------------------------------------------
\include{ch_sky_guide}
%----------------------------------------------------------------------------------------
% CHAPTER 19 (Exercises)
%----------------------------------------------------------------------------------------
\chapterimage{chapter-t4-bg.png} % Chapter heading image
\include{ch_exercises}
%----------------------------------------------------------------------------------------
% PART V
%----------------------------------------------------------------------------------------
\appendix
%% GZ reset counter to avoid section entries in Appendix.
\renewcommand{\StelTOCdepth}{0}% reset this to 0 before appendix!
\part{Appendices}
\renewcommand{\chaptername}{Appendix}
\chapterimage{chapter-t1-bg.png} % Chapter heading image
%----------------------------------------------------------------------------------------
% CHAPTER A (Hotkeys) -- N.B. "H" :-)
%----------------------------------------------------------------------------------------
\include{app_hotkeys}
%----------------------------------------------------------------------------------------
% CHAPTER B (Bortle Scale) -- N.B. Try to keep this as Appendix "B" [for Bortle]
%----------------------------------------------------------------------------------------
\include{app_bortle_scale}
%----------------------------------------------------------------------------------------
% CHAPTER C (Star Catalogue)
%----------------------------------------------------------------------------------------
\include{app_star_catalogue}
%----------------------------------------------------------------------------------------
% CHAPTER D (config.ini)
%----------------------------------------------------------------------------------------
\include{app_config_ini}
\include{app_ssystem_ini}
%----------------------------------------------------------------------------------------
% CHAPTER E (Planetary features and nomenclature.)
%----------------------------------------------------------------------------------------
\include{app_nomenclature}
%----------------------------------------------------------------------------------------
% CHAPTER F (Accuracy, and some notes about used algorithms.)
%----------------------------------------------------------------------------------------
\include{app_accuracy}%% This could go to the front as section of a chapter "Scientific Use"
%----------------------------------------------------------------------------------------
% CHAPTER G (License) -- N.B. "G" for GNU sounds also good. Try to keep this "G"!
%----------------------------------------------------------------------------------------
\include{app_license}
%----------------------------------------------------------------------------------------
% CHAPTER H (Acknowledgements)
%----------------------------------------------------------------------------------------
\include{app_acknowledgements}
\backmatter
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\chapter*{Bibliography}
\markboth{\textsf{\textbf{BIBLIOGRAPHY}}}{\textsf{\textbf{BIBLIOGRAPHY}}}
\addcontentsline{toc}{chapter}{\textcolor{ocre}{Bibliography}}
\printbibliography[heading=bibempty]
%----------------------------------------------------------------------------------------
% INDEX
%----------------------------------------------------------------------------------------
\ifhtlatex
% No index for now!
\else
\cleardoublepage
\phantomsection
\setlength{\columnsep}{0.75cm}
\addcontentsline{toc}{chapter}{\textcolor{ocre}{Index}}
\markboth{\textsf{\textbf{INDEX}}}{\textsf{\textbf{INDEX}}}
\printindex
\fi
%----------------------------------------------------------------------------------------
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-PDF-mode: t
%%% TeX-master: t
%%% End: