mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +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 "buffer.h"
|
||||||
#include "ParagraphParameters.h"
|
#include "ParagraphParameters.h"
|
||||||
#include "lyxtextclasslist.h"
|
#include "lyxtextclasslist.h"
|
||||||
|
#include "latexrunparams.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "language.h"
|
#include "language.h"
|
||||||
@ -443,7 +444,6 @@ TeXOnePar(Buffer const * buf,
|
|||||||
ParagraphList::iterator pit,
|
ParagraphList::iterator pit,
|
||||||
ostream & os, TexRow & texrow,
|
ostream & os, TexRow & texrow,
|
||||||
LatexRunParams const & runparams,
|
LatexRunParams const & runparams,
|
||||||
bool moving_arg,
|
|
||||||
string const & everypar)
|
string const & everypar)
|
||||||
{
|
{
|
||||||
lyxerr[Debug::LATEX] << "TeXOnePar... " << &*pit << " '" << everypar
|
lyxerr[Debug::LATEX] << "TeXOnePar... " << &*pit << " '" << everypar
|
||||||
@ -572,7 +572,8 @@ TeXOnePar(Buffer const * buf,
|
|||||||
os << everypar;
|
os << everypar;
|
||||||
bool need_par = pit->simpleTeXOnePar(buf, bparams,
|
bool need_par = pit->simpleTeXOnePar(buf, bparams,
|
||||||
outerFont(pit, paragraphs),
|
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
|
// Make sure that \\par is done with the font of the last
|
||||||
// character if this has another size as the default.
|
// character if this has another size as the default.
|
||||||
|
Loading…
Reference in New Issue
Block a user