mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Handle is_child runparam in preview (bug #8445)
(cherry picked from commit 1ace930f7d
)
This commit is contained in:
parent
9e9e02d285
commit
aba0b41fdc
@ -722,6 +722,7 @@ void PreviewLoader::Impl::dumpPreamble(otexstream & os) const
|
||||
runparams.nice = true;
|
||||
runparams.moving_arg = true;
|
||||
runparams.free_spacing = true;
|
||||
runparams.is_child = buffer_.parent();
|
||||
buffer_.writeLaTeXSource(os, buffer_.filePath(), runparams, Buffer::OnlyPreamble);
|
||||
|
||||
// FIXME! This is a HACK! The proper fix is to control the 'true'
|
||||
|
@ -93,6 +93,9 @@ What's new
|
||||
|
||||
- Do not close shortcut box if we receive bad input (bug 8703).
|
||||
|
||||
- Fix problem with numbering of some child documents when instant preview
|
||||
is active (bug 8673).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user