| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- \documentclass
- $if(aastexopts)$
- [
- $for(aastexopts)$
- $aastexopts$,
- $endfor$
- ]
- $endif$
- {aastex62}
- $if(bibstyle)$
- \bibliographystyle{$bibstyle$}
- $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$
- \end{document}
|