aboutsummaryrefslogtreecommitdiff
path: root/title.tex
blob: 540a37003b5b11274941fab2ca9a680c5436f0e2 (plain)
  1. $if(title)$
  2. \title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
  3. $endif$
  4. $if(subtitle)$
  5. $if(beamer)$
  6. $else$
  7. \usepackage{etoolbox}
  8. \makeatletter
  9. \providecommand{\subtitle}[1]{% add subtitle to \maketitle
  10.   \apptocmd{\@title}{\par {\large #1 \par}}{}{}
  11. }
  12. \makeatother
  13. $endif$
  14. \subtitle{$subtitle$}
  15. $endif$
  16. \author{$for(authors)$$it.name.literal$$sep$ \and $endfor$}
  17. \date{$date$}
  18. $if(beamer)$
  19. $if(institute)$
  20. \institute{$for(institute)$$institute$$sep$ \and $endfor$}
  21. $endif$
  22. $if(titlegraphic)$
  23. \titlegraphic{\includegraphics{$titlegraphic$}}
  24. $endif$
  25. $if(logo)$
  26. \logo{\includegraphics{$logo$}}
  27. $endif$
  28. $endif$