8000 Weird spacing in multi-line equations · Issue #181 · mitex-rs/mitex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Weird spacing in multi-line equations #181
Open
@EpicEricEE

Description

@EpicEricEE

When using explicit equation environments (such as equation or aligned), the spacing around the equation changes when the equation has multiple lines. This is not the case when just using $$ ... $$. For example

Lorem ipsum dolor sit amet consetetur sadipscing elitr sed diam nonumy

% Left side in image (this is shifted upwards)
\begin{aligned}
  a^2 + b^2 = c^2 \\
  a^2 + b^2 = c^2
\end{aligned}

Lorem ipsum dolor sit amet consetetur sadipscing elitr sed diam nonumy

% Right side in image (this is what I would expect)
$$ 
  a^2 + b^2 = c^2 \\
  a^2 + b^2 = c^2
$$

Lorem ipsum dolor sit amet consetetur sadipscing elitr sed diam nonumy

Comparison

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

      0