Fonts, Size and Styles

Fonts, Size and Styles

Font size and how it looks:

Command
Output

\tiny

teebow1e\tiny{teebow1e}

\scriptsize

teebow1e\scriptsize{teebow1e}

\footnotesize

teebow1e\footnotesize{teebow1e}

\small

teebow1e\small{teebow1e}

\normalsize

teebow1e\normalsize{teebow1e}

\large

teebow1e\large{teebow1e}

\Large

teebow1e\Large{teebow1e}

\LARGE

teebow1e\LARGE{teebow1e}

\huge

teebow1e\huge{teebow1e}

\Huge

teebow1e\Huge{teebow1e}

However, it appears that font size commands are not commonly used in documents since people tend to set a fixed font size in \documentclass[size].

Font styles and how it looks?

Style
Output

medium

teebow1e\textmd{teebow1e}

bold

teebow1e\textbf{teebow1e}

italic

teebow1e\textit{teebow1e}

slanted (slightly italic)

\textsl{teebow1e} - gitbook doesn't support this command

Last updated