zauguin / luaul

7 stars 3 forks source link

\underLine does not work with align environment #6

Closed ejls closed 3 years ago

ejls commented 3 years ago

Minimal (non-)working example:

\documentclass{article}
\usepackage{lua-ul}
\usepackage{amsmath}

\begin{document}
\[\underLine{This\ is\ underlined}\]
\begin{align}\underLine{This\ is\ not}\end{align}
\end{document}

Not sure if it should be considered a bug of amsmath or lua-ul…

$ lualatex --version
This is LuaTeX, Version 1.12.0 (TeX Live 2020 Gentoo Linux)

Cheers

zauguin commented 3 years ago

Your minimal example works for me both on TeX Live 2020, TeX Live 2021 pretest, and also on Overleaf's TeX Live 2020. Which version of lua-ul do you have?

ejls commented 3 years ago

A version too old to open an issue about it (2020/03/15 v0.0.2). :/ Sorry about that, I just tested with master and it works.