Report defaults
Geometry presets, caption defaults, compact lists, graphics setup, colors, and table rules.
A small helper package for academic and scientific documents: geometry presets, report-friendly defaults, math notation shortcuts, figure and table helpers, scientific units, chemistry, references, and bibliography setup.
Geometry presets, caption defaults, compact lists, graphics setup, colors, and table rules.
Optional shortcuts for derivatives, unit vectors, chi-square notation, units, and chemistry.
Optional setup for biblatex, biber, hyperref, and cleveref.
\documentclass[a4paper]{article}
\usepackage[math,sciencecomma,refs]{relatese}
\addbibresource{references.bib}
\begin{document}
\section{Introduction}
The sample thickness was \SI{10}{\micro\meter}.
A derivative can be written as
\[
\dd{f}{x}
\]
\printbibliography
\end{document}
Load only the modules you need, or use full for the main working set.
Geometry presets are always available: standard, compact, wide, binding, and draft.
\setgeometry{binding}
The package is maintained as a documented LaTeX source file (relatese.dtx). The install script (relatese.ins) extracts the package file.
latex relatese.ins
pdflatex relatese.dtx
makeindex -s gind.ist relatese.idx
makeindex -s gglo.ist -o relatese.gls relatese.glo
pdflatex relatese.dtx