Skip to content

v1.16

Choose a tag to compare

@bartp5 bartp5 released this 31 Jan 11:03
· 113 commits to main since this release

Added align environments, e.g. libtexprintf now supports stuff like:

\begin{align}
f(x) & = \sin(x) \\
longfunctioname(x) & = \arctan(f(x))
\end{align}

which renders like:
f(x) = sin(x)
longfunctioname(x) = arctan(f(x))