diff options
Diffstat (limited to '_extensions/ruc-play/stylish-report/title.tex')
| -rw-r--r-- | _extensions/ruc-play/stylish-report/title.tex | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/_extensions/ruc-play/stylish-report/title.tex b/_extensions/ruc-play/stylish-report/title.tex index 98f4e5a..e7dcedf 100644 --- a/_extensions/ruc-play/stylish-report/title.tex +++ b/_extensions/ruc-play/stylish-report/title.tex @@ -2,17 +2,15 @@ $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$ +$-- This supports Quarto's authors normalization \usepackage{marvosym} \usepackage{authblk,academicons} %\renewcommand*{\Authand}{ og } @@ -86,13 +84,3 @@ $endif$ $endfor$ $endif$ \date{$date$} -$if(beamer)$ -$if(institute)$ -\institute{$for(institute)$$institute$$sep$ \and $endfor$} -$endif$ -$if(titlegraphic)$ -\titlegraphic{\includegraphics$if(titlegraphicoptions)$[$for(titlegraphicoptions)$$titlegraphicoptions$$sep$, $endfor$]$endif${$titlegraphic$}}$endif$ -$if(logo)$ -\logo{\includegraphics{$logo$}} -$endif$ -$endif$ |
