Search found 2 matches

by Davide
Thu Apr 30, 2015 12:54 pm
Forum: Text Formatting
Topic: Font size decreases instead of increasing
Replies: 2
Views: 2215

Re: Font size decreases instead of increasing

Thank you very much!
by Davide
Thu Apr 30, 2015 12:11 pm
Forum: Text Formatting
Topic: Font size decreases instead of increasing
Replies: 2
Views: 2215

Font size decreases instead of increasing

\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}

...all the packages I need

\begin{document}


\chapter*{Abstract}
bla bla bla

\pagebreak

\input{dedication}



\chapter*{Acknowledgements}
bla bla bla

\tableofcontents

\chapter{bla bla}
\input{chapters/Introduction}

\chapter{bla ...