Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.
I propose two changes, exclusively to the beamer bundle:
Introduced an explicit beamer_moml(), which is set to from_base(10) (Otherwise the fonts are too large)
Changed figsize.beamer(): I removed the rows argument, which doesn't make sense in the beamer context, and instead introduced rel_width and rel_height. In beamer slides, the typical use-case is that you know how much of the slide you want the figure to take up. This can now be achieved by setting those two parameters. Their default values are 1, which corresponds to the whole slide.
I propose two changes, exclusively to the
beamer
bundle:beamer_moml()
, which is set tofrom_base(10)
(Otherwise the fonts are too large)figsize.beamer()
: I removed therows
argument, which doesn't make sense in the beamer context, and instead introducedrel_width
andrel_height
. In beamer slides, the typical use-case is that you know how much of the slide you want the figure to take up. This can now be achieved by setting those two parameters. Their default values are 1, which corresponds to the whole slide.