template.tex 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. \documentclass[AMA,STIX1COL,$for(classoption)$$classoption$$sep$,$endfor$]{WileyNJD-v2}
  2. $if(longtable)$
  3. \usepackage{longtable}
  4. $endif$
  5. $for(header-includes)$
  6. $header-includes$
  7. $endfor$
  8. $if(articletype)$
  9. \articletype{$articletype$}
  10. $endif$
  11. $if(received)$
  12. \received{$received$}
  13. $endif$
  14. $if(revised)$
  15. \revised{$revised$}
  16. $endif$
  17. $if(accepted)$
  18. \accepted{$accepted$}
  19. $endif$
  20. \raggedbottom
  21. \providecommand{\tightlist}{%
  22. \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
  23. \begin{document}
  24. \title{$title$}
  25. $for(author)$
  26. \author[$author.num$]{$author.name$}
  27. $endfor$
  28. $if(authormark)$
  29. \authormark{$authormark$}
  30. $endif$
  31. $for(address)$
  32. \address[$address.num$]{$address.org$}
  33. $endfor$
  34. $if(corres)$
  35. \corres{$corres$}
  36. $endif$
  37. $if(presentaddress)$
  38. \presentaddress{$presentaddress$}
  39. $endif$
  40. $if(abstract)$
  41. \abstract{$abstract$}
  42. $endif$
  43. $if(keywords)$
  44. \keywords{$keywords$}
  45. $endif$
  46. \maketitle
  47. $body$
  48. $if(bibliography)$
  49. \bibliography{$bibliography$}
  50. $endif$
  51. $for(include-after)$
  52. $include-after$
  53. $endfor$
  54. \end{document}