Best for
Technical reports
Use the table to write clean equations, references, tables, figures, and units in engineering documents.
Technical documentation guide
Search LaTeX commands for equations, symbols, tables, figures, references, units, and engineering report formatting.
Markup lookup
Filter by equation command, table syntax, figure workflow, reference tool, or technical writing use case.
Best for
Use the table to write clean equations, references, tables, figures, and units in engineering documents.
Watch out
Many useful commands require packages such as amsmath, graphicx, booktabs, siunitx, or hyperref.
Searchable reference
| Category | Command / Function | Purpose | Example / Use |
|---|---|---|---|
| Document | documentclass | Set document type and defaults | \documentclass{article} |
| Packages | usepackage | Load a LaTeX package | \usepackage{amsmath} |
| Equations | frac | Create a fraction | \frac{F}{A} |
| Equations | sqrt | Create a square root | \sqrt{x^2+y^2} |
| Equations | subscript | Write subscripts | A_{section} |
| Equations | superscript | Write superscripts | m^2 |
| Symbols | alpha | Insert Greek alpha | \alpha |
| Symbols | sigma | Insert Greek sigma | \sigma |
| Units | SI | Format values and units with siunitx | \SI{9.81}{m/s^2} |
| Figures | includegraphics | Insert an image | \includegraphics[width=0.8\textwidth]{plot} |
| Tables | tabular | Create a basic table | \begin{tabular}{lll} ... \end{tabular} |
| References | label | Create a cross-reference target | \label{eq:stress} |
How to use
task -> command -> example
Start with the task you need, then check the command, function, or shortcut syntax before using it in a real workflow.
version + module + units
Software behavior can change by version, workspace, add-in, toolbox, shell, or engineering unit system.
example -> small test -> real work
Use the examples as starting patterns and confirm results with a small test file, sample model, or known calculation.
inputs + method + result
Record the inputs, method, version, and assumptions so engineering results can be reviewed later.
Workflow notes
The part of a LaTeX document where document class, packages, and global settings are declared.
A structured block such as equation, table, figure, align, itemize, or tabular.
An extension that adds commands or changes document behavior.
A pair of commands used to create stable cross-references to equations, figures, tables, and sections.
FAQ
Search by command, function, shortcut, task, or example, then adapt the pattern to your drawing, model, code, spreadsheet, or simulation workflow.
Use them as quick reference patterns. Validate syntax, units, versions, and outputs before using the result in production engineering work.
Search is faster than scanning long documentation when you know the task but need the exact command, function, or syntax reminder.
Related
AutoCAD command reference for drafting and modeling.
C++ function reference for technical programming.
Excel functions and shortcuts for engineering work.
Linux command reference for engineering workflows.
MATLAB functions for engineering and numerical analysis.
OpenFOAM command and function reference.
Python references for engineering calculations and workflows.
SolidWorks keyboard shortcuts and workflow reference.
Tell us what would make EngLab more useful for your engineering work.