Tips and Tricks about LateX - ami-iit/ami-commons GitHub Wiki
- Use the siunitx package to typeset quantities with their unit of measurements, for example
\SI{1.0}{kg}. - If you are referring to equations, always use
\eqref, never\ref. - Equations are part of the text, so please separate them with commas and points.