zauguin / luaul

7 stars 3 forks source link

Bad interaction with esvect #7

Closed ArchangeGabriel closed 3 years ago

ArchangeGabriel commented 3 years ago

The following code

\documentclass{standalone}

\usepackage[c]{esvect}
\usepackage[soul]{lua-ul}

\begin{document}

\ul{$\vv{e}$}                                                                                                                                                                                                                                                                  

\end{document}

fails to compile with ! error: (alignment): bad box. It does work with soulutf8 instead of lua-ul, so I’m asking here, but if you have reasons to think this is esvect fault, please tell me why and I’ll forward to the esvect author.

zauguin commented 3 years ago

Thanks for the report. Could you try testing the fix I committed? (Download lua-ul.dtx, rename it to lua-ul.sty and place it next to the document you want to test.) It should fix the issue.

ArchangeGabriel commented 3 years ago

Indeed, thanks for the very fast fix!