wspr / breqn

Automatic line breaking in LaTeX equations
18 stars 2 forks source link

`frame` doesn't retain centers #2

Open wspr opened 10 years ago

wspr commented 10 years ago

Hard to describe in words; the following examples share a right edge rather than a centre line:

\begin{dmath}[frame]
F(s) = \laplace
\end{dmath}

\setlength\fboxrule{1mm}
\begin{dmath}[frame]
F(s) = \laplace
\end{dmath}

\begin{dmath}[frame=2pt]
F(s) = \laplace
\end{dmath}
wspr commented 10 years ago

This is more easily seen with enlarged framesep values.