I've seen suggestions to do something like:
Code: Select all
\documentclass{report}
\usepackage{amsmath}
\usepackage[doublespacing]{setspace}
\begin{document}
\begin{align}
\setstretch{1}
a &= x + b \\
c &= y + d
\end{align}
\begin{equation}
\setstretch{1}
A = \begin{bmatrix}a_{11} & a_{12} \\ a_{21} & a_{22}\end{bmatrix}
\end{equation}
\end{document}
I can live with the equation arrays being double spaced, but I'd really like to get the matrix brackets under control. Any help is greatly appreciated.
Thanks,
LC