mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Handle is_child runparam in preview (bug #8445)
This commit is contained in:
parent
2c6eab541f
commit
1ace930f7d
@ -718,6 +718,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'
|
||||
|
Loading…
Reference in New Issue
Block a user