Skip to content

Superfluous space at start of aligned inside multlined #60

Description

@7Z0t99

In the following LaTeX document, which uses the aligned environment inside multlined, there is an superfluous space after the opening { compared to when multlined is replaced by split:

\documentclass[a4paper]{article}
\usepackage{mathtools}
\begin{document}
\begin{gather}
\begin{multlined}
%\begin{split}
\begin{rcases}a_1\\
a_2\end{rcases} = \\
\left\{\begin{aligned}b_1\\
b_2\end{aligned}\right\}x
%\end{split}
\end{multlined}
\end{gather}
\end{document}

Example with multlined:
multlined
Example with split:
split

@davidcarlisle has proposed to set the aligned environment outside the multlined environment as a workaround, see https://tex.stackexchange.com/questions/720874/superfluous-space-at-start-of-aligned-inside-multlined

I would be glad if multlined could be updated such that there is no superfluous space with aligned.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions