How to change the font size in latex:
For example:
{\small My name is Imran}
You can change your font size by substituting \small in your coding with the font size listed below and see what happen with your text.
- \tiny
- \scriptsize
- \footnotesize
- \small
- \normalsize
- \large
- \Large
- \LARGE
- \huge
- \Huge
Let's try!