LaTeX
  • How I learn LaTeX?
  • Installation and Customization
    • Online
    • Offline
  • LaTeX Basics
  • Text Manipulation
    • Fonts, Size and Styles
  • Math Manipulation
  • Advanced Math Manipulation
  • Lists
  • Tables
  • Pictures, Figures
  • Unit in LaTeX
  • Document Structure
  • Document Formatting
    • Headers and Footers, Page Numbering
    • Spacing in Paragraphs
    • Page size, Margins
    • Coloring
    • Footnotes
  • Multi-file LaTeX project
Powered by GitBook
On this page
  1. Text Manipulation

Fonts, Size and Styles

Fonts, Size and Styles

Font size and how it looks:

Command
Output

\tiny

\scriptsize

\footnotesize

\small

\normalsize

\large

\Large

\LARGE

\huge

\Huge

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

bold

italic

slanted (slightly italic)

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

PreviousText ManipulationNextMath Manipulation

Last updated 1 year ago

teebow1e\tiny{teebow1e}teebow1e
teebow1e\scriptsize{teebow1e}teebow1e
teebow1e\footnotesize{teebow1e}teebow1e
teebow1e\small{teebow1e}teebow1e
teebow1e\normalsize{teebow1e}teebow1e
teebow1e\large{teebow1e}teebow1e
teebow1e\Large{teebow1e}teebow1e
teebow1e\LARGE{teebow1e}teebow1e
teebow1e\huge{teebow1e}teebow1e
teebow1e\Huge{teebow1e}teebow1e
teebow1e\textmd{teebow1e}teebow1e
teebow1e\textbf{teebow1e}teebow1e
teebow1e\textit{teebow1e}teebow1e