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