Customize footnote

Footnotes are bad, but they become a bit more tolerable with lower contrast and
less indentation.
This commit is contained in:
Matthias Vogelgesang 2014-10-29 17:12:14 +01:00
parent 3fe59f6569
commit 724ec6b544
2 changed files with 9 additions and 1 deletions

View File

@ -35,6 +35,7 @@
\setbeamercolor{normal text}{fg=black!97}
\setbeamercolor{alerted text}{fg=mLightBrown}
\setbeamercolor{footnote}{fg=mDarkTeal!50}
\setbeamercolor{page number in head/foot}{fg=mDarkTeal}
\mode

View File

@ -177,7 +177,7 @@
\setbeamertemplate{caption label separator}{: }
%}}}
%{{{ --- Footline ---------------------
%{{{ --- Footline/footnote ------------
\usenavigationsymbolstemplate{}
\setbeamertemplate{footline}
@ -188,6 +188,13 @@
\end{beamercolorbox}%
}
\setbeamertemplate{footnote}
{%
\parindent 0em\noindent%
\raggedright
\usebeamercolor{footnote}\hbox to 0.8em{\hfil\insertfootnotemark}\insertfootnotetext\par%
}
%}}}
%{{{ --- Frametitle -------------------