output_latex.cpp: revert last commit as it is too risky so short before the release

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27206 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-10-31 01:26:11 +00:00
parent 1a4e481111
commit e47d4dee70

View File

@ -157,8 +157,7 @@ TeXEnvironment(Buffer const & buf,
}
if (style.isEnvironment()) {
// \begin must start on a new line
os << "\n\\begin{" << from_ascii(style.latexname()) << '}';
os << "\\begin{" << from_ascii(style.latexname()) << '}';
if (style.optionalargs > 0) {
int ret = latexOptArgInsets(*pit, os, runparams,
style.optionalargs);