Return to Snippet

Revision: 24435
at March 1, 2010 16:09 by CaptainProton


Initial Code
\makeatletter
\newenvironment{myalign*}{%
  \setlength{\mathindent}{0pt}%
  \setlength{\abovedisplayskip}{-\baselineskip}%
  \setlength{\abovedisplayshortskip}{\abovedisplayskip}%
  \start@align\@ne\st@rredtrue\m@ne
}%
{\endalign}
\makeatother

Initial URL


Initial Description
This is a custom align environment without top and bottom margins.

Initial Title
align environment without margins

Initial Tags


Initial Language
LaTeX