mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
revert part of 27210. Sorry for the fuss.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27232 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d63a0fa68b
commit
33d3a68811
@ -197,7 +197,7 @@ bool Exporter::Export(Buffer * buffer, string const & format,
|
|||||||
buffer->makeDocBookFile(FileName(filename), runparams);
|
buffer->makeDocBookFile(FileName(filename), runparams);
|
||||||
}
|
}
|
||||||
// LaTeX backend
|
// LaTeX backend
|
||||||
else if (!put_in_tempdir) {
|
else if (backend_format == format) {
|
||||||
runparams.nice = true;
|
runparams.nice = true;
|
||||||
if (!buffer->makeLaTeXFile(FileName(filename), string(), runparams))
|
if (!buffer->makeLaTeXFile(FileName(filename), string(), runparams))
|
||||||
return false;
|
return false;
|
||||||
|
@ -135,9 +135,6 @@ What's new
|
|||||||
|
|
||||||
- Fix LaTeX errors in Latvian and Lithuanian documents (bug 5323, bug 5324).
|
- Fix LaTeX errors in Latvian and Lithuanian documents (bug 5323, bug 5324).
|
||||||
|
|
||||||
- When exporting a literate document as LaTeX, make sure that the code
|
|
||||||
needed for running LaTeX is not output.
|
|
||||||
|
|
||||||
- If "Do not use amsmath" is selected in the document settings, really do
|
- If "Do not use amsmath" is selected in the document settings, really do
|
||||||
not use it (bug 5350).
|
not use it (bug 5350).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user