[Tex/LaTex] How to scale all fonts (in the whole document) by certain factor or percentage

fontsizescaling

Is there a way to scale the font size of all text in a LaTeX document by a certain factor, something like \scalealltext{factor=0.95}?

Edit: Text should reflow, so as to fit (a bit) more text on a page and ultimately trim down the number of pages.

Edit2: Apart from wanting to apply it to a specific problem, my question is more general. So giving specific fonts for the specific document I had when this question was raised is IMO not of much use.

Best Answer

You could load the relsize package and issue the command

\relscale{0.95} % or whatever scaling is desired

at the start of the document.