/ Published in: LaTeX
This is a custom align environment without top and bottom margins.
Expand |
Embed | Plain Text
\makeatletter \newenvironment{myalign*}{% \setlength{\mathindent}{0pt}% \setlength{\abovedisplayskip}{-\baselineskip}% \setlength{\abovedisplayshortskip}{\abovedisplayskip}% \start@align\@ne\st@rredtrue\m@ne }% {\endalign} \makeatother
You need to login to post a comment.
