I've run into a problem with double spacing and math mode. I'm in the middle of writing up a thesis (with lots of math), and my school insists on true double spacing (i.e,
Code: Select all
\setstretch{2}
At the moment, as noted above, I'm using
Code: Select all
\setstretch{2}
Code: Select all
\begin{Vmatrix} X \end{Vmatrix}
Essentially, I think I'm looking for double spaced text with single-spaced math. I've tried all kinds of combinations of
Code: Select all
\arraystretch
Code: Select all
\everymath
Code: Select all
\everydisplay
Ideally, I'd like to fix this properly, so that all the math looks just as it would in a single-spaced document. However, I'll take a kludge if there's no other choice (thesis has to be submitted in less than two weeks).
Thanks all - hopefully I've provided enough info above.
Cheers,
Jonathan