I want the font size of a whole document to be 14pt or 16pt. Or I noticed, that for 10pt, 11pt or 12pt, everything is fine. For all other font sizes, the document is written in 10pt font size. Is there a way to change that? I am using TexStudio (does it change something? I doubt it).
For example, the code here (with 16pt asked) gets a 10pt font size:
\documentclass[16pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\author{R. Pereboom}
\begin{document}
Some text
\end{document}
I get the same result with any font size except 10, 11 or 12pt. For instance, 8pt is not working either. I hope I am explicit enough...
