template.tex 937 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. \documentclass[$for(classoption)$$classoption$$sep$,$endfor$,$bibliographystyle$]{sagej}
  2. \usepackage{moreverb,url,natbib, multirow, tabularx}
  3. \usepackage[colorlinks,bookmarksopen,bookmarksnumbered,citecolor=red,urlcolor=red]{hyperref}
  4. $if(longtable)$
  5. \usepackage{longtable}
  6. $endif$
  7. $for(header-includes)$
  8. $header-includes$
  9. $endfor$
  10. \begin{document}
  11. \title{$title$}
  12. \runninghead{$runninghead$}
  13. \author{$for(author)$$author.name$\affilnum{$author.num$}$sep$, $endfor$}
  14. \affiliation{$for(address)$\affilnum{$address.num$}{$address.org$}$sep$\\$endfor$}
  15. $if(corrauth)$
  16. \corrauth{$corrauth$}
  17. $endif$
  18. $if(email)$
  19. \email{$email$}
  20. $endif$
  21. $if(abstract)$
  22. \begin{abstract}
  23. $abstract$
  24. \end{abstract}
  25. $endif$
  26. $if(keywords)$
  27. \keywords{$keywords$}
  28. $endif$
  29. \maketitle
  30. $body$
  31. $if(bibliography)$
  32. \bibliographystyle{$bibliographystyle$}
  33. \bibliography{$bibliography$}
  34. $endif$
  35. $for(include-after)$
  36. $include-after$
  37. $endfor$
  38. \end{document}