mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
1a4e481111
commit
e47d4dee70
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user