I am using the amsmath package, and am working in its align environment, viz
Code: Select all
\begin{align*}
H_T^0(G,Z) &= Z/|G|Z \\ \\
H_T^1(G,Z) &= 0.
\end{align*}
Any comments would be welcome,
Barinder
Code: Select all
\begin{align*}
H_T^0(G,Z) &= Z/|G|Z \\ \\
H_T^1(G,Z) &= 0.
\end{align*}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
% Unpacking:
% (a) If empheq.ins is present:
% tex empheq.ins
% (b) Without empheq.ins:
% tex empheq.dtx
% (c) If you insist on using LaTeX
% latex \let\install=y\input{empheq.dtx}
% (quote the arguments according to the demands of your shell)
It's much easier to install the package (or bundle respectively) with the package manager of your LaTeX distribution. You don't have to generate it manually. If you want to do so, see the post of Stefan.bsb233 wrote:[...] I've got hold of the mh package, but TeXnicCenter requires empheq.sty, and I only have empheq.dtx.
How can I generate the sty file from the dtx file? I'm still rather new to LaTeX. [...]
NEW: TikZ book now 40% off at Amazon.com for a short time.