Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • @Exocom how do we use shrink with allowframebreaks Commented Jan 5, 2017 at 15:39
  • 1
    \begin{frame}[allowframebreaks, shrink=60] \bibliography{bibfile} \bibliographystyle{style} \end{frame}
    – pyaj
    Commented Jul 6, 2021 at 14:38
  • Very useful for beamer, where for me, \footnotesize wasn't doing anything. Also, a thing to note, higher the number given to shrink, higher it shrinks. So, a value of 20 does not mean it shrinks "to" 20% but "by" 20%.
    – Hrishikesh
    Commented Jan 12, 2022 at 5:56