mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
6ea4a67863
commit
1d41ca50c3
@ -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;
|
||||
|
@ -15,6 +15,8 @@ What's new
|
||||
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
- Fix nested underwave (\uwave) (bug 12922).
|
||||
|
||||
|
||||
* MISCELLANEOUS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user