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*}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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. [...]
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis