align environment without margins


/ Published in: LaTeX
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. \newenvironment{myalign*}{%
  2. \setlength{\mathindent}{0pt}%
  3. \setlength{\abovedisplayskip}{-\baselineskip}%
  4. \setlength{\abovedisplayshortskip}{\abovedisplayskip}%
  5. \start@align\@ne\st@rredtrue\m@ne
  6. }%
  7. {\endalign}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.