Skip to content
On this page

List of LaTeX commands

CommandDescriptionDocumentation
\cite{<key>}Inserts a citation for the specified referenceDocumentation
\documentclass{<class>}Specifies the document classDocumentation
\frac{<numerator>}{<denominator>}Typesets a fractionDocumentation
\includegraphics[<options>]{<filename>}Inserts a graphic fileDocumentation
\label{<key>}Creates a label for cross-referencingDocumentation
$<math-mode-expression>$Typesets math-mode expressionDocumentation
\newpageStarts a new pageDocumentation
\pageref{<key>}Inserts the page number of the labeled itemDocumentation
\ref{<key>}Inserts the number of the labeled itemDocumentation
\textbf{<text>}Makes the specified text boldDocumentation
\textit{<text>}Makes the specified text italicDocumentation
\underline{<text>}Underlines the specified textDocumentation