123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- \documentclass[AMA,STIX1COL,$for(classoption)$$classoption$$sep$,$endfor$]{WileyNJD-v2}
- $if(longtable)$
- \usepackage{longtable}
- $endif$
- $for(header-includes)$
- $header-includes$
- $endfor$
- $if(articletype)$
- \articletype{$articletype$}
- $endif$
- $if(received)$
- \received{$received$}
- $endif$
- $if(revised)$
- \revised{$revised$}
- $endif$
- $if(accepted)$
- \accepted{$accepted$}
- $endif$
- \raggedbottom
- \providecommand{\tightlist}{%
- \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
- \begin{document}
- \title{$title$}
- $for(author)$
- \author[$author.num$]{$author.name$}
- $endfor$
- $if(authormark)$
- \authormark{$authormark$}
- $endif$
- $for(address)$
- \address[$address.num$]{$address.org$}
- $endfor$
- $if(corres)$
- \corres{$corres$}
- $endif$
- $if(presentaddress)$
- \presentaddress{$presentaddress$}
- $endif$
- $if(abstract)$
- \abstract{$abstract$}
- $endif$
- $if(keywords)$
- \keywords{$keywords$}
- $endif$
- \maketitle
- $body$
- $if(bibliography)$
- \bibliography{$bibliography$}
- $endif$
- $for(include-after)$
- $include-after$
- $endfor$
- \end{document}
|