mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Oops.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7017 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e1940902fe
commit
595c578923
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user