+1 vote
in General IT Tips by (71.8k points)

I want to change the font size of some text in my latex document. How can I change without specifying font size in \documentclass?

1 Answer

+1 vote
by (351k points)
selected by
 
Best answer

To change the font size of text locally, you can use one of the following commands:

CommandOutput
\tinyF-tiny.png
\scriptsizeF-scriptsize.png
\footnotesizeF-footnotesize.png
\smallF-small.png
\normalsizeF-normalsize.png
\largeF-large.png
\LargeF-large2.png
\LARGEF-large3.png
\hugeF-huge.png
\HugeF-huge2.png

 Source: overleaf

Related questions

+3 votes
1 answer
+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer

...