| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- \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$
- \end{document}
|