mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
Whitespace
This commit is contained in:
parent
a2f32db171
commit
f84c8c56f5
@ -1478,7 +1478,7 @@ void Buffer::writeLaTeXSource(otexstream & os,
|
|||||||
bool const output_preamble =
|
bool const output_preamble =
|
||||||
output == FullSource || output == OnlyPreamble;
|
output == FullSource || output == OnlyPreamble;
|
||||||
bool const output_body =
|
bool const output_body =
|
||||||
output == FullSource || output == OnlyBody;
|
output == FullSource || output == OnlyBody;
|
||||||
|
|
||||||
// The starting paragraph of the coming rows is the
|
// The starting paragraph of the coming rows is the
|
||||||
// first paragraph of the document. (Asger)
|
// first paragraph of the document. (Asger)
|
||||||
@ -3362,7 +3362,7 @@ void Buffer::getSourceCode(odocstream & os, string const format,
|
|||||||
else if (output == OnlyBody)
|
else if (output == OnlyBody)
|
||||||
text().write(ods);
|
text().write(ods);
|
||||||
os << from_utf8(ods.str());
|
os << from_utf8(ods.str());
|
||||||
} else if (runparams.flavor == OutputParams::HTML) {
|
} else if (runparams.flavor == OutputParams::HTML) {
|
||||||
writeLyXHTMLSource(os, runparams, output);
|
writeLyXHTMLSource(os, runparams, output);
|
||||||
} else if (runparams.flavor == OutputParams::TEXT) {
|
} else if (runparams.flavor == OutputParams::TEXT) {
|
||||||
if (output == OnlyPreamble) {
|
if (output == OnlyPreamble) {
|
||||||
|
Loading…
Reference in New Issue
Block a user