Prerequisites: Familiarity with basic mathematics in LaTeX. Knowledge of mathematical symbols is helpful.
Physics Notation
Fundamental Constants and Variables
Quantum Mechanics
Electromagnetism
Thermodynamics and Statistical Mechanics
Chemistry Notation
Chemical Formulas and Equations
Chemical Structures
Spectroscopy
Units and Measurements
SI Units with siunitx
Unit Formatting Best Practices
Specialized Scientific Packages
Physics Package
Chemistry Packages
Mathematical Physics
Vector Calculus
Tensor Notation
Laboratory and Experimental
Error Analysis
Data Presentation
Best Practices for Scientific Writing
Scientific LaTeX guidelines:
- Consistency: Use the same notation throughout your document
- Units: Always use the
siunitx
package for proper unit formatting - Variables: Use consistent fonts for variables (italic for scalars, bold for vectors)
- Spacing: Proper spacing around operators and in equations
- Packages: Load appropriate packages for your field (physics, mhchem, etc.)
- Standards: Follow field-specific conventions and style guides
Common Scientific Symbols
Quick Reference
Essential Packages
Common Templates
Field | Template Start |
---|---|
Physics Paper | \documentclass{article} + amsmath + siunitx + physics |
Chemistry Paper | \documentclass{article} + amsmath + mhchem + chemfig |
Laboratory Report | \documentclass{report} + siunitx + booktabs + graphicx |
Thesis | \documentclass{book} + all packages + biblatex |
Next: Learn about Bibliography and citations for managing references in scientific documents.