chg: [theme] fix the issue with title page

pull/1/head
Alexandre Dulaunoy 2020-06-25 11:19:32 +02:00
parent b7f5e2ef1c
commit 2427b49d6b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
3 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ echo ${TEXINPUTS}
for slide in ${slidedecks[@]}; do
cd ${slide}
pdflatex slide.tex
pdflatex slide.tex
rm *.aux *.toc *.snm *.log *.out *.nav *.vrb
cp slide.pdf ../output/${slide}.pdf
rm slide.pdf

Binary file not shown.

View File

@ -47,13 +47,13 @@
\begin{minipage}[b][0.35\paperheight]{\textwidth}
\vspace{\baselineskip}
\usebeamerfont{title}
\usebeamercolor[fg]{textcolor}
\usebeamercolor[fg]{titlelike}
\inserttitle
\end{minipage}
\begin{minipage}[t][0.1\paperheight]{\textwidth}
\usebeamerfont{subtitle}
\usebeamercolor[fg]{textcolor}
\usebeamercolor[fg]{titlelike}
\insertsubtitle
\end{minipage}