I would like to use the utopia font found in the fourier package, but when I add
\usepackage{fourier}
a 5 page document shrinks quite a lot, even though I'm using the same font size! The problem is that I'm required to use 10pt font for this document, and the fourier package with 10pt really looks smaller than that. Why does this happen? Aren't the fonts supposed to be the same size?
I checked the font size with the code found here and it's 10pt as expected in both cases.
MWE:
\documentclass[10pt]{article}
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry} % modify margins
\usepackage{lipsum}
\usepackage{fourier}
\begin{document}
\lipsum[3-49]
\end{document}
setspacepackage to increase the interline skip distance slightly. – Steven B. Segletes Mar 31 '15 at 16:47\usepackage{setspace} \spacing{1.05}– Steven B. Segletes Mar 31 '15 at 16:50ptmeasure used to indicate the full height of the metal body the characters were cast on. Todayptis a derivative of theemsize, which I believe is set arbitrarily when the font is designed. Hence different fonts with the same point measure have different sizes. (I might be totally wrong about this) – Sverre Mar 31 '15 at 17:08$d$equals the font size. – Johannes_B Mar 31 '15 at 19:55widespaceoption, which helps a bit. @UlrikeFischer I can't see where it does this. Are you thinking offouriernc? – cfr Apr 01 '15 at 01:30(FONTAT R 0.92). It would be more flexible to do this in the.fdfiles, I think, with a customisable scaling factor? – cfr Apr 01 '15 at 17:45