Commit b9bae00b authored by Martin Ukrop's avatar Martin Ukrop
Browse files

Font size set in document, not in template.

Enables easy change by altering the fi-thesis-report document class options.
Default in example remains 12pt.
parent 52b279ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
% Based on 'article'
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions \relax
\LoadClass[12pt]{article}
\LoadClass{article}

% Load necessary packages
\RequirePackage[utf8]{inputenc}
+1 −1
Original line number Diff line number Diff line
\documentclass{fi-thesis-report}
\documentclass[12pt]{fi-thesis-report}

\usepackage{lipsum}