mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Phantom is fragile (#9456)
This commit is contained in:
parent
3e148e0da6
commit
d044d6afa7
@ -311,6 +311,8 @@ docstring InsetPhantom::toolTip(BufferView const &, int, int) const
|
||||
|
||||
void InsetPhantom::latex(otexstream & os, OutputParams const & runparams) const
|
||||
{
|
||||
if (runparams.moving_arg)
|
||||
os << "\\protect";
|
||||
if (params_.type == InsetPhantomParams::Phantom)
|
||||
os << "\\phantom{";
|
||||
else if (params_.type == InsetPhantomParams::HPhantom)
|
||||
|
Loading…
Reference in New Issue
Block a user