Pass proper font

This commit is contained in:
Juergen Spitzmueller 2020-08-12 14:05:22 +02:00
parent 88506f886b
commit 008766fe4e

View File

@ -1044,7 +1044,7 @@ void Paragraph::Private::latexInset(BufferParams const & bparams,
|| basefont.isRightToLeft() == running_font.isRightToLeft();
unsigned int count = running_font.latexWriteStartChanges(os, bparams,
runparams, basefont,
basefont, true);
running_font, true);
column += count;
// if any font properties were closed, update the running_font,
// making sure, however, to leave the language as it was