mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix nested uwave
This commit is contained in:
parent
9b8183b877
commit
7ccdc6edf5
@ -505,8 +505,8 @@ int Font::latexWriteStartChanges(otexstream & 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;
|
||||
}
|
||||
if (needs_cprotection) {
|
||||
os << "\\cprotect";
|
||||
|
Loading…
Reference in New Issue
Block a user