mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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.nice = true;
|
||||||
runparams.moving_arg = true;
|
runparams.moving_arg = true;
|
||||||
runparams.free_spacing = true;
|
runparams.free_spacing = true;
|
||||||
|
runparams.is_child = buffer_.parent();
|
||||||
buffer_.writeLaTeXSource(os, buffer_.filePath(), runparams, Buffer::OnlyPreamble);
|
buffer_.writeLaTeXSource(os, buffer_.filePath(), runparams, Buffer::OnlyPreamble);
|
||||||
|
|
||||||
// FIXME! This is a HACK! The proper fix is to control the 'true'
|
// FIXME! This is a HACK! The proper fix is to control the 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user