template.tex 482 B

1234567891011121314151617181920212223242526272829303132
  1. % !TeX root = RJwrapper.tex
  2. \title{$title$}
  3. \author{by $for(author)$$author.name$$sep$, $endfor$}
  4. \maketitle
  5. $if(abstract)$
  6. \abstract{%
  7. $abstract$
  8. }
  9. $endif$
  10. $for(header-includes)$
  11. $header-includes$
  12. $endfor$
  13. $body$
  14. $if(bibliography)$
  15. \bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
  16. $endif$
  17. $for(author)$
  18. \address{%
  19. $author.name$\\
  20. $author.affiliation$\\
  21. $for(author.address)$$author.address$$sep$\\ $endfor$\\
  22. }
  23. $if(author.email)$$author.email$$endif$
  24. $endfor$