-
Notifications
You must be signed in to change notification settings - Fork 2
/
aastex63_template.tex
116 lines (98 loc) · 1.49 KB
/
aastex63_template.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
\documentclass
$if(aastexopts)$
[
$for(aastexopts)$
$aastexopts$,
$endfor$
]
$endif$
{aastex63}
$if(bibstyle)$
\bibliographystyle{$bibstyle$}
$endif$
\usepackage{booktabs}
$if(texpackages)$
$for(texpackages)$
\usepackage
$if(opts)$
[
$for(opts)$
$opts$,
$endfor$
]
$endif$
{$texpackages.name$}
$endfor$
$endif$
$if(preambleinput)$
$for(preambleinput)$
\input{$preambleinput$}
$endfor$
$endif$
$if(received)$
\received{$received$}
$endif$
$if(revised)$
\revised{$revised$}
$endif$
$if(accepted)$
\accepted{$accepted$}
$endif$
$if(submitjournal)$
\submitjournal{$submitjournal$}
$endif$
\begin{document}
\title{$title$}
$for(author)$
\author
$if(author.ORCID)$
[$author.ORCID$]
$endif$
{$author.name$}
$if(author.affiliation)$
$for(author.affiliation)$
\affiliation{$author.affiliation$}
$endfor$
$endif$
$if(author.collaboration)$
$for(author.collaboration)$
\collaboration{$author.collaboration$}
$endfor$
$endif$
$if(author.nocollaboration)$
\nocollaboration
$endif$
$endfor$
$if(keywords)$
\keywords{
$for(keywords)$
$keywords$ ---
$endfor$
}
$endif$
$if(abstract)$
\begin{abstract}
$abstract$
\end{abstract}
$endif$
$body$
$if(software)$
\software{
$for(software)$
$software$,
$endfor$
}
$endif$
$if(facility)$
\facility{
$for(facility)$
$facility$,
$endfor$
}
$endif$
$if(bibliography)$
$for(bibliography)$
\bibliography{$bibliography$}
$endfor$
$endif$
\end{document}