There are these types of fonts in latex:
\tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge
Generally speaking, the default font size is \normalsize
. We can redefine the default font size at the beginning:
\documnetclass[12pt]{article}
Just change the value of 12pt. Latex provides three sizes: 10 / 11 / 12pt
Or directly define the text size:
\fontsize{5.0pt}{\baselineskip}\selectfont text
Change 0.5 to the number you want.
Read More:
- WPF: How to Reference Font Resource File
- Latex: How to enter an underline
- print(size_t) Format (You Need to Know)
- C#: How to Use Itextsharp to Manipulate PDF Files
- How to Solve Error: “Hdaudio hdaudioc0d2: unable to bind codec”
- How to Solve Ubuntu “Failed to fetch” Error
- How to Export All data in DataGridView to Local Excel
- How to fix the ERROR: Failed to build gem native extension in Centos 8
- Linux: How to Fix undefined reference to `itoa’
- How to Solve Error: Address already in use
- How to Solve C++ Error: “no matching function for call to ‘atoi/atof’”
- Grep: How to Find All the Files Containing a String in Linux
- How to Use Annotations in Flutter & Dart
- C#: How to get the value or text value of the select drop-down list
- How to Solve NPM Error 426 Upgrade Required
- How to Delete New Memory in Vector
- How to Check Password Modification Complexity
- How to Use Apt get Command Under Mac OSX
- How to Add Dfrours Model
- How to Create Threads in Linux