Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LaTeX - Set small fontsize for the entire document

Tags:

latex

I want to change the font size to small for the entire document. I have searched online. But I am not able to find a reasonable (one line) answer. Is this possible to change the font size of latex document by only one command.? Thanks.

like image 487
Sumod Avatar asked Nov 18 '25 22:11

Sumod


1 Answers

I think either

\documentclass[10pt]{article}

where you replace 10 with whatever font point-size you want, or, perhaps less likely,

\begin{document}
\small

where you replace \small with whatever size-command you want, might be what you are looking for.

like image 101
William Avatar answered Nov 21 '25 09:11

William



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!