Technical documentation guide

LaTeX Commands Reference

Search LaTeX commands for equations, symbols, tables, figures, references, units, and engineering report formatting.

Markup lookup

Find LaTeX commands by document task

Filter by equation command, table syntax, figure workflow, reference tool, or technical writing use case.

LaTeX

Best for

Technical reports

Use the table to write clean equations, references, tables, figures, and units in engineering documents.

Watch out

Packages add commands

Many useful commands require packages such as amsmath, graphicx, booktabs, siunitx, or hyperref.

Searchable reference

LaTeX commands and technical writing uses

CategoryCommand / FunctionPurposeExample / Use
DocumentdocumentclassSet document type and defaults\documentclass{article}
PackagesusepackageLoad a LaTeX package\usepackage{amsmath}
EquationsfracCreate a fraction\frac{F}{A}
EquationssqrtCreate a square root\sqrt{x^2+y^2}
EquationssubscriptWrite subscriptsA_{section}
EquationssuperscriptWrite superscriptsm^2
SymbolsalphaInsert Greek alpha\alpha
SymbolssigmaInsert Greek sigma\sigma
UnitsSIFormat values and units with siunitx\SI{9.81}{m/s^2}
FiguresincludegraphicsInsert an image\includegraphics[width=0.8\textwidth]{plot}
TablestabularCreate a basic table\begin{tabular}{lll} ... \end{tabular}
ReferenceslabelCreate a cross-reference target\label{eq:stress}

How to use

How to use LaTeX commands in reports

Search by task

task -> command -> example

Start with the task you need, then check the command, function, or shortcut syntax before using it in a real workflow.

Check context

version + module + units

Software behavior can change by version, workspace, add-in, toolbox, shell, or engineering unit system.

Verify output

example -> small test -> real work

Use the examples as starting patterns and confirm results with a small test file, sample model, or known calculation.

Document assumptions

inputs + method + result

Record the inputs, method, version, and assumptions so engineering results can be reviewed later.

Workflow notes

LaTeX workflow notes

Preamble

The part of a LaTeX document where document class, packages, and global settings are declared.

Environment

A structured block such as equation, table, figure, align, itemize, or tabular.

Package

An extension that adds commands or changes document behavior.

Label and reference

A pair of commands used to create stable cross-references to equations, figures, tables, and sections.

FAQ

LaTeX Commands Reference questions

How should I use this LaTeX Commands Reference?

Search by command, function, shortcut, task, or example, then adapt the pattern to your drawing, model, code, spreadsheet, or simulation workflow.

Are the examples enough for production work?

Use them as quick reference patterns. Validate syntax, units, versions, and outputs before using the result in production engineering work.

Why use a searchable table?

Search is faster than scanning long documentation when you know the task but need the exact command, function, or syntax reminder.

Related

Software guides