mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Do not \protect stuff in index when we postpone the index
\protect us not needed here and affects sorting
This commit is contained in:
parent
d41e0c9231
commit
55870df5c7
@ -132,6 +132,9 @@ void InsetIndex::latex(otexstream & ios, OutputParams const & runparams_in) cons
|
||||
{
|
||||
OutputParams runparams(runparams_in);
|
||||
runparams.inIndexEntry = true;
|
||||
if (runparams_in.postpone_fragile_stuff)
|
||||
// This is not needed and would impact sorting
|
||||
runparams.moving_arg = false;
|
||||
|
||||
otexstringstream os;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user