-
Notifications
You must be signed in to change notification settings - Fork 2
/
astro-notebook.tex
67 lines (55 loc) · 1.36 KB
/
astro-notebook.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
\documentclass[10pt, a5paper, twoside, export]{article}
%%% Publish data
\newcommand{\publish}{3}
\newcommand{\signed}{22.12.2020}
\renewcommand{\year}{2024}
\newcommand{\isbn}{ISBN 978-5-9909877-2-2}
\renewcommand{\title}{Астрадь}
\usepackage{style/astro-notebook}
%\makeindex
\addbibresource{lit.bib}
%%% main
\begin{document}
\setboolean{useLightPlotVersion}{true}
%\includepdf[pages=-]{sys/empty-page.pdf}
\input{sys/cover}
\input{sys/authors}
\input{sys/preface}
\newpage
\setcounter{tocdepth}{2}
{
\small
\renewcommand{\baselinestretch}{ 0.9 }
\tableofcontents
\label{toc}
\renewcommand {\baselinestretch}{ 1.02 }
}
\newpage
\input{sys/geometrical-astronomy}
\input{sys/celestial-mechanics}
\input{sys/conic-sections}
\input{sys/astrophysics}
\input{sys/special-relativity}
\input{sys/cosmology}
\input{sys/optics}
\input{sys/spherical-astronomy}
\input{sys/objects}
\input{sys/physics}
\input{sys/maths}
\input{sys/practical-astronomy}
\input{sys/tables}
%
% {
% \small
% \renewcommand{\baselinestretch}{ 0.9 }
% \printindex
% \label{index}
% \renewcommand {\baselinestretch}{ 1.02 }
% }
\newpage
{
\footnotesize
\printbibtabular
}
\input{sys/notes}
\end{document}