{multline} is a math environment provided by the [tag:amsmath] package for single equations that span several lines.
1
vote
0answers
183 views
\Needspace inside \multline
How to make \Needspace work inside \multline?
\displaybreak would be ok, but it doesn't support arbitrary lengths.
For example:
\documentclass{article}
\usepackage{amsmath}
\usepackage{needspace}
...