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
......@@ -8,7 +8,7 @@
% Based on 'article'
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions \relax
\LoadClass[12pt]{article}
\LoadClass{article}
% Load necessary packages
\RequirePackage[utf8]{inputenc}
......
\documentclass{fi-thesis-report}
\documentclass[12pt]{fi-thesis-report}
\usepackage{lipsum}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment