Path: blob/main/src/resources/formats/beamer/pandoc/title.tex
12923 views
$-- Specific title partial for Beamer presentations1$if(title)$2\title$if(shorttitle)$[$shorttitle$]$endif${\texorpdfstring{$title$}{$title-meta$}$if(thanks)$\thanks{$thanks$}$endif$}3$endif$4$if(subtitle)$5\subtitle$if(shortsubtitle)$[$shortsubtitle$]$endif${\texorpdfstring{$subtitle$}{$subtitle-meta$}}6$endif$7$-- This supports QUarto's authors normalization (no support for author-meta yet)8\author$if(shortauthor)$[$shortauthor$]$endif${$for(authors)$$it.name.literal$$sep$ \and $endfor$}9\date$if(shortdate)$[$shortdate$]$endif${$date$}10$if(institute)$11\institute$if(shortinstitute)$[$shortinstitute$]$endif${$for(institute)$$institute$$sep$ \and $endfor$}12$endif$13$if(titlegraphic)$14\titlegraphic{15$for(titlegraphic)$16\includegraphics$if(titlegraphicoptions)$[$for(titlegraphicoptions)$$titlegraphicoptions$$sep$, $endfor$]$endif${$titlegraphic$}$sep$\enspace17$endfor$}18$endif$19$if(logo)$20\logo{\includegraphics{$logo$}}21$endif$2223