Dear Friends,
I need to set my bibliography font style in Beamer to tiny size and small caps.
Is it possible to do with a command?
Setting \textsc and \tiny for each item works but seems no good.
Many thanks.
bkarpuz
Text Formatting ⇒ Changing Bibliography font style
NEW: TikZ book now 40% off at Amazon.com for a short time.

Changing Bibliography font style
Dear Friends,
the solution can be obtained by modifying the following codes (which should be located at preambles):
For my presentation, I use the following:
Best regards.
bkarpuz
the solution can be obtained by modifying the following codes (which should be located at preambles):
Code: Select all
\setbeamerfont{bibliography entry author}{shape=\upshape,series=\bfseries,size=\scriptsize}
\setbeamerfont{bibliography entry title}{shape=\upshape,size=\tiny,series=\mdseries}
\setbeamerfont{bibliography entry journal}{shape=\upshape,size=\tiny,series=\mdseries}
\setbeamerfont{bibliography entry note}{shape=\upshape,size=\tiny,series=\mdseries}
Code: Select all
\setbeamerfont{bibliography entry author}{shape=\scshape,size=\tiny}%
\setbeamerfont{bibliography entry title}{shape=\scshape,size=\tiny}
\setbeamerfont{bibliography entry journal}{shape=\scshape,size=\tiny}
\setbeamerfont{bibliography entry note}{shape=\scshape,size=\tiny}
bkarpuz