From: Michael Orlitzky Date: Fri, 8 Apr 2016 00:46:40 +0000 (-0400) Subject: Make bibliography entries tiny. X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=4dc81a44ede19474971f994ad36267ae296a9406;p=beamer-mjo.git Make bibliography entries tiny. --- diff --git a/beamerfontthemeUMBC.sty b/beamerfontthemeUMBC.sty index 54cad40..0bc334f 100644 --- a/beamerfontthemeUMBC.sty +++ b/beamerfontthemeUMBC.sty @@ -11,3 +11,10 @@ % Use slightly more leading than normal. \linespread{1.1} + +% The references can be tiny. +\setbeamerfont{bibliography item}{size=\footnotesize} +\setbeamerfont{bibliography entry author}{size=\footnotesize} +\setbeamerfont{bibliography entry title}{size=\footnotesize} +\setbeamerfont{bibliography entry location}{size=\footnotesize} +\setbeamerfont{bibliography entry note}{size=\footnotesize}