I am pretty new to Latex and wonder if my math packages suit the font I use. Moreover, feel free to give suggestions for a different font type. The one I use now, is kind of randomly chosen.
Background info for advising a different font type: I write a master thesis in Economics. I want to make it look like a ''professional'' paper. However, I have a strict page limit of 30 pages, so the font should not take too many space (relatively to other fonts).
This is my current preamble (only font and math showed):
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{lmodern}
\usepackage{microtype}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{amssymb}

LaTeXusescomputer modernfor both text (am not completely sure) and math.Computer modernis more than professional, so you can stick with it. – Yorgos Oct 26 '16 at 21:47amsmathsince you have loadedmathtools– Yorgos Oct 26 '16 at 21:48Latin modernis the recommended default font for languages with accented letters. Needless to loadamsmath:mathtoolsis an extension of amsmath and loads it. – Bernard Oct 26 '16 at 22:44