mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix problem with unbalanced braces in XeTeX output (bug #8765)
This commit is contained in:
parent
c2cea31aea
commit
6e69a61d00
@ -286,6 +286,9 @@ int Font::latexWriteStartChanges(odocstream & os, BufferParams const & bparams,
|
||||
tmp += "{";
|
||||
os << from_ascii(tmp);
|
||||
count += tmp.length();
|
||||
} else {
|
||||
os << '{';
|
||||
count += 1;
|
||||
}
|
||||
} else if (language()->babel() != base.language()->babel() &&
|
||||
language() != prev.language()) {
|
||||
|
Loading…
Reference in New Issue
Block a user