-
Notifications
You must be signed in to change notification settings - Fork 2
/
intro-stellar-physics.tex
81 lines (63 loc) · 2.39 KB
/
intro-stellar-physics.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 TS-program = xelatex
% !TEX useTabsWithFiles
% !TEX tabbedFile{starlight/starlight.tex}
% !TEX tabbedFile{hydrostatic-balance/hydrostatic-balance.tex}
% !TEX tabbedFile{radiative-transport/radiative-transport.tex}
% !TEX tabbedFile{classifying-stars/classifying-stars.tex}
% !TEX tabbedFile{nuclear-burning/nuclear-burning.tex}
% !TEX tabbedFile{main-sequence/main-sequence.tex}
% !TEX tabbedFile{post-main-sequence/post-main-sequence.tex}
% !TEX tabbedFile{numerical-methods/numerical-methods.tex}
\documentclass[symmetric]{astro-bookshelf}
\hypersetup{colorlinks=true,linkcolor=blue,citecolor=black,urlcolor=blue}
\usepackage{fontawesome5}
\setcounter{secnumdepth}{1}
\graphicspath{%
{frontmatter/}{starlight/figs/}{hydrostatic-balance/figs/}{radiative-transport/figs/}{classifying-stars/figs/}{nuclear-burning/figs/}{main-sequence/figs/}{post-main-sequence/figs/}{numerical-methods/figs/}
}
\usepackage{starType}
\input{symbols}
\newcommand{\notebook}{\faLaptopCode}
\newcommand{\newterm}[1]{\textsc{#1}}
\newcommand{\imgcred}{\emph{Image credit:}}
\newcommand{\imgcredcopy}{\emph{Image credit \& copyright:}}
% for aligning table columns
\usepackage{dcolumn}
\newcolumntype{d}[1]{D{.}{.}{#1}}
\newcommand{\tabhead}[1]{\multicolumn{1}{c}{#1}}
% for coloring rows
\usepackage{colortbl}
\usepackage{aasjournals}
\newcommand*{\maintitle}{Stars}
\title{To Build A Star}
\publisher{Open Astrophysics Bookshelf}
\author{Edward Brown}
\date{7 July 2018}
\begin{document}
\frontmatter
\pagenumbering{roman}
\input{frontmatter/frontmatter}
\mainmatter
\pagenumbering{arabic}
\setcounter{page}{1}
\chapter{Starlight}\label{ch.starlight}
\input{starlight/starlight}
\chapter{Under Pressure}\label{ch.basic-stellar-properties}
\input{hydrostatic-balance/hydrostatic-balance}
\chapter{Edge of Darkness}\label{ch.radiative-transport}
\input{radiative-transport/radiative-transport}
\chapter{Rainbow in the Dark}\label{ch.classifying-stars}
\input{classifying-stars/classifying-stars}
\chapter{Burn}\label{ch.nuclear-burning}
\input{nuclear-burning/nuclear-burning}
\chapter{Star}\label{ch.main-sequence}
\input{main-sequence/main-sequence}
\chapter{End of the Line}\label{ch.post-main-sequence}
\input{post-main-sequence/post-main-sequence}
\appendix
\chapter{Algorithm}\label{ch.numerical-methods}
\input{numerical-methods/numerical-methods}
\backmatter
\bibliographystyle{plainnat}
\bibliography{bibs/stellar-astro}
\end{document}