List of LaTeX commands
Command | Description | Documentation |
---|---|---|
\cite{<key>} | Inserts a citation for the specified reference | Documentation |
\documentclass{<class>} | Specifies the document class | Documentation |
\frac{<numerator>}{<denominator>} | Typesets a fraction | Documentation |
\includegraphics[<options>]{<filename>} | Inserts a graphic file | Documentation |
\label{<key>} | Creates a label for cross-referencing | Documentation |
$<math-mode-expression>$ | Typesets math-mode expression | Documentation |
\newpage | Starts a new page | Documentation |
\pageref{<key>} | Inserts the page number of the labeled item | Documentation |
\ref{<key>} | Inserts the number of the labeled item | Documentation |
\textbf{<text>} | Makes the specified text bold | Documentation |
\textit{<text>} | Makes the specified text italic | Documentation |
\underline{<text>} | Underlines the specified text | Documentation |