git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17444 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-03-14 20:23:54 +00:00
parent 3fbb036262
commit c6caf4199b

View File

@ -687,7 +687,7 @@ int InsetExternal::latex(Buffer const & buf, odocstream & os,
// "nice" means that the buffer is exported to LaTeX format but not // "nice" means that the buffer is exported to LaTeX format but not
// run through the LaTeX compiler. // run through the LaTeX compiler.
// If we're running through the LaTeX compiler, we should write the // If we're running through the LaTeX compiler, we should write the
// generated files in the bufer's temporary directory. // generated files in the buffer's temporary directory.
bool const external_in_tmpdir = !runparams.nice; bool const external_in_tmpdir = !runparams.nice;
bool const dryrun = runparams.dryrun || runparams.inComment; bool const dryrun = runparams.dryrun || runparams.inComment;