suchow / Dissertate

Beautiful LaTeX dissertation templates.
GNU Affero General Public License v3.0
714 stars 164 forks source link

Changing the font-size #89

Open LemuelPuglisi opened 1 year ago

LemuelPuglisi commented 1 year ago

Thank you for providing this awesome template.

I find the font size too small, and I was trying to change it in the \LoadClass command:

\ProvidesClass{Dissertate}[2014/03/25 v2.0 Dissertate Class]
\LoadClass[12pt, oneside, letterpaper]{book}

To

\ProvidesClass{Dissertate}[2014/03/25 v2.0 Dissertate Class]
\LoadClass[14pt, oneside, letterpaper]{book}

But somehow, this makes the font smaller instead.

nilinykh commented 8 months ago

Having the exact same question. Anyone has any updates?