Equation numbering
Automatically encapsulate equation numbers with parentheses when referencing. This results in \ref{eq1} producing (2.3) instead of just 2.3.
Load the varioref package in the preamble:
\usepackage{varioref}
and specify a format for the type of reference
\labelformat{equation}{(#1)}
