mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
remove old '\n' comments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2990 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c090ca491f
commit
83bf7d7ab8
@ -1,3 +1,9 @@
|
|||||||
|
2001-11-09 Allan Rae <rae@lyx.org>
|
||||||
|
|
||||||
|
* paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
|
||||||
|
'\n's after tables. Tabular and ERT inset work now makes this no
|
||||||
|
longer necessary.
|
||||||
|
|
||||||
2001-11-07 John Levon <moz@compsoc.man.ac.uk>
|
2001-11-07 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
* minibuffer.h:
|
* minibuffer.h:
|
||||||
|
@ -1378,9 +1378,6 @@ Paragraph * Paragraph::TeXOnePar(Buffer const * buf,
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// we don't need it for the last paragraph!!!
|
// we don't need it for the last paragraph!!!
|
||||||
// or for tables in floats
|
|
||||||
// -- effectively creates a \par where there isn't one which
|
|
||||||
// breaks a \subfigure or \subtable.
|
|
||||||
if (next_) {
|
if (next_) {
|
||||||
os << '\n';
|
os << '\n';
|
||||||
texrow.newline();
|
texrow.newline();
|
||||||
|
Loading…
Reference in New Issue
Block a user