mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
whitespace only.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36553 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e2309ca098
commit
e14b6a280d
@ -3454,11 +3454,10 @@ bool Buffer::doExport(string const & format, bool put_in_tempdir,
|
||||
break;
|
||||
case BufferParams::LaTeX:
|
||||
runparams.math_flavor = OutputParams::MathAsLaTeX;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
||||
makeLyXHTMLFile(FileName(filename), runparams);
|
||||
} else if (backend_format == "lyx")
|
||||
} else if (backend_format == "lyx")
|
||||
writeFile(FileName(filename));
|
||||
// Docbook backend
|
||||
else if (isDocBook()) {
|
||||
|
Loading…
Reference in New Issue
Block a user