For example using the autosized brackets in the following example looks pretty strange or is it just me?
Code: Select all
\documentclass{scrreprt}
\usepackage{amsmath}
\begin{document}
\begin{align}
f\left(x^\dag\right) = x^\dag\\
f(x^\dag) = x^\dag
\end{align}
\end{document}