Essential LaTeX commands for text formatting, structure, and document elements
\
and can take optional and required arguments.
\Section
is different from \section
.{}
to limit their scope.\emph{}
for emphasis, not \textit{}
{\large Some text}
to limit scope~
between references: Figure~\ref{fig:1}
Command | Purpose | Example |
---|---|---|
\textbf{} | Bold text | \textbf{Important} |
\section{} | Create section | \section{Methods} |
\label{} | Set reference | \label{sec:intro} |
\ref{} | Reference label | \ref{sec:intro} |
\footnote{} | Add footnote | \footnote{Note} |
\\ | Line break | First line\\Second line |
\today | Current date | Date: \today |