blob: 540a37003b5b11274941fab2ca9a680c5436f0e2 (
plain)
- $if(title)$
- \title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
- $endif$
- $if(subtitle)$
- $if(beamer)$
- $else$
- \usepackage{etoolbox}
- \makeatletter
- \providecommand{\subtitle}[1]{% add subtitle to \maketitle
- \apptocmd{\@title}{\par {\large #1 \par}}{}{}
- }
- \makeatother
- $endif$
- \subtitle{$subtitle$}
- $endif$
- \author{$for(authors)$$it.name.literal$$sep$ \and $endfor$}
- \date{$date$}
- $if(beamer)$
- $if(institute)$
- \institute{$for(institute)$$institute$$sep$ \and $endfor$}
- $endif$
- $if(titlegraphic)$
- \titlegraphic{\includegraphics{$titlegraphic$}}
- $endif$
- $if(logo)$
- \logo{\includegraphics{$logo$}}
- $endif$
- $endif$
|