alignat environment without margins


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

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


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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.