pnkraemer / tueplots

Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.

Home Page:https://tueplots.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updates to the beamer styles

pnkraemer opened this issue · comments

Updates to the beamer styles:

  • The 0.8 in beamer should be replaced by rel_width, which should default to 0.8. (do we want to default rel_height=0.9 and rel_width=0.6?)
  • The font-weights of the beamer_moml() setting should be set to "light", akin to
plt.rcParams["font.weight"] = "light"
plt.rcParams["axes.labelweight"] = "light"
plt.rcParams["axes.titleweight"] = "light"
  • The figure size could use a reference. At the moment it seems a bit like black magic, where the figure sizes stem from. (Is it \textwidth? Is it \linewidth? is is the slide-size? That is not clear.)