alan-turing-institute / templates

Turing Beamer templates for presentations
12 stars 12 forks source link

Fixed a broken commented command related to changing the font sizes #7

Closed andeElliott closed 7 years ago

andeElliott commented 7 years ago

The example of changing font size was missing a 'size' at the end i.e.

\setlength{\bodytext}

rather than:

\setlength{\bodytextsize}

Fixed this and added examples of changing several different font sizes for different bits of the document with their default values to make it easy to change these without having to go into the sty file.

martintoreilly commented 7 years ago

Looks good so I'm merging. Fixes issue #6