Use required packages in setup/packages.tex
Create mathematical symbols in math/symbols.tex
- Globally define column titles as macros to ensure consistent symbols throughout the document.
Table body in src/measured-values.tex
Table columns, design in table/numbers.tex
⟨symbol a⟩
,⟨symbol b⟩
,⟨symbol c⟩
: Column titles as mathematical expression⟨data title⟩
: File where the table’s body is stored⟨placement specifiers⟩
: see Float - Dynamically place figures, images, tables, and listings at the top, bottom, or single page⟨caption⟩
: Title displayed below the table and in the index⟨table name⟩
: Filename and handle to cross reference the table⟨multicolumn header⟩
:= column title that spans multiple columns
Align custom delimiter tables
Use required packages in setup/packages.tex
Table body in src/ip-addresses.tex
Table columns, design in table/network.tex
- alternatively use
\usepackage{dcolumn}
Sources:
- 2023-01-06: Tables - Overleaf, Online LaTeX Editor
- 2023-01-10: tables - What is the difference between tabular, tabular* and tabularx environments? - TeX - LaTeX Stack Exchange
- 2023-01-10: LaTeX tables - Tutorial with code examples - LaTeX-Tutorial.com
Related:
Float - Dynamically place figures, images, tables, and listings at the top, bottom, or single page
Tags:
Graphical elements - Standardize tables, images, plots