mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
d7bf990dfd
commit
f620de8036
@ -345,6 +345,8 @@ void InsetFloat::latex(otexstream & os, OutputParams const & runparams_in) const
|
||||
os << caption;
|
||||
}
|
||||
os << '{';
|
||||
// The main argument is the contents of the float. This is not a moving argument.
|
||||
rp.moving_arg = false;
|
||||
rp.inFloat = OutputParams::SUBFLOAT;
|
||||
InsetText::latex(os, rp);
|
||||
os << "}";
|
||||
|
@ -65,6 +65,8 @@ What's new
|
||||
|
||||
- Do not output \protect unnecessarily before \caption (bug 9177).
|
||||
|
||||
- Do not output \protect unnecessarily in subfigure contents (bug 9421).
|
||||
|
||||
- Fix wrong listings preamble encoding (bug 9382).
|
||||
|
||||
- Fix reversion of beamer description overlay arguments.
|
||||
|
Loading…
Reference in New Issue
Block a user