I need to set the font size in millimeters in my LaTeX document. how can I do that?
thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you using Type 1 fonts (that is, infinitely scalable fonts)? If not, you’ll need to do something like
\usepackage{lmodern}(that selects my preferred fonts, the Latin Modern version of Computer Modern). Then just enter a command likeand the following text will be in a font 8 mm high on a 9 mm baseline. If you need to set the size of more than a small amount of text in this way, you will probably have to go into the document class definition — good luck; I stay as far away from those as I possibly can.