fix nested uwave

(cherry picked from commit 7ccdc6edf5)
This commit is contained in:
Udi Fogiel 2023-09-27 01:32:55 +03:00 committed by Juergen Spitzmueller
parent 6ea4a67863
commit 1d41ca50c3
2 changed files with 4 additions and 2 deletions

View File

@ -470,8 +470,8 @@ int Font::latexWriteStartChanges(odocstream & os, BufferParams const & bparams,
if (runparams.inulemcmd) {
// needed with nested uwave in xout
// see https://tex.stackexchange.com/a/263042
os << "\\ULdepth=1000pt";
count += 15;
os << "\\ULdepth=\\maxdimen";
count += 18;
}
os << "\\uwave{";
count += 10;

View File

@ -15,6 +15,8 @@ What's new
* DOCUMENT INPUT/OUTPUT
- Fix nested underwave (\uwave) (bug 12922).
* MISCELLANEOUS