diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/default.beamer | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/templates/default.beamer b/data/templates/default.beamer index a3f667284..ddce9f749 100644 --- a/data/templates/default.beamer +++ b/data/templates/default.beamer @@ -107,15 +107,15 @@ $after-header-includes.latex()$ $hypersetup.latex()$ $if(title)$ -\title{$title$$if(thanks)$\thanks{$thanks$}$endif$} +\title$if(shorttitle)$[$shorttitle$]$endif${$title$$if(thanks)$\thanks{$thanks$}$endif$} $endif$ $if(subtitle)$ -\subtitle{$subtitle$} +\subtitle$if(shortsubtitle)$[$shortsubtitle$]$endif${$subtitle$} $endif$ -\author{$for(author)$$author$$sep$ \and $endfor$} -\date{$date$} +\author$if(shortauthor)$[$shortauthor$]$endif${$for(author)$$author$$sep$ \and $endfor$} +\date$if(shortdate)$[$shortdate$]$endif${$date$} $if(institute)$ -\institute{$for(institute)$$institute$$sep$ \and $endfor$} +\institute$if(shortinstitute)$[$shortinstitute$]$endif${$for(institute)$$institute$$sep$ \and $endfor$} $endif$ $if(titlegraphic)$ \titlegraphic{ |
