mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
have row on 1 line when exporting to latex
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15576 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
87de304f6e
commit
91d32deed9
@ -2158,8 +2158,7 @@ int LyXTabular::TeXRow(odocstream & os, row_type i, Buffer const & buf,
|
||||
|
||||
ret += TeXCellPostamble(os, cell);
|
||||
if (!isLastCellInRow(cell)) { // not last cell in row
|
||||
os << "&\n";
|
||||
++ret;
|
||||
os << " & ";
|
||||
}
|
||||
++cell;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user