git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7017 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-05-22 22:53:56 +00:00
parent e1940902fe
commit 595c578923

View File

@ -15,6 +15,7 @@
#include "buffer.h"
#include "ParagraphParameters.h"
#include "lyxtextclasslist.h"
#include "latexrunparams.h"
#include "debug.h"
#include "gettext.h"
#include "language.h"
@ -443,7 +444,6 @@ TeXOnePar(Buffer const * buf,
ParagraphList::iterator pit,
ostream & os, TexRow & texrow,
LatexRunParams const & runparams,
bool moving_arg,
string const & everypar)
{
lyxerr[Debug::LATEX] << "TeXOnePar... " << &*pit << " '" << everypar
@ -572,7 +572,8 @@ TeXOnePar(Buffer const * buf,
os << everypar;
bool need_par = pit->simpleTeXOnePar(buf, bparams,
outerFont(pit, paragraphs),
os, texrow, runparams, moving_arg);
os, texrow, runparams,
runparams.fragile);
// Make sure that \\par is done with the font of the last
// character if this has another size as the default.