Commands and techniques for formatting text in LaTeX documents
\textbf{}
affect only their argument\bfseries
affect all following text in the current group\emph{}
for emphasis, not \textit{}
Command | Effect | Example |
---|---|---|
\textbf{} | Bold | \textbf{Bold} |
\textit{} | Italic | \textit{Italic} |
\texttt{} | Monospace | \texttt{code} |
\emph{} | Emphasis | \emph{important} |
\textcolor{}{} | Color | \textcolor{red}{Red} |
\large | Larger | {\large Big} |
\centering | Center | {\centering Text} |