Fix bug 448:
commitac721c365d423edc92fd90ee30147f0a98dc4ff4
authorspitz <spitz@a592a061-630c-0410-9148-cb99ea01b6c8>
Thu, 18 Sep 2008 14:51:16 +0000 (18 14:51 +0000)
committerspitz <spitz@a592a061-630c-0410-9148-cb99ea01b6c8>
Thu, 18 Sep 2008 14:51:16 +0000 (18 14:51 +0000)
tree2147f62ba6509c911edf6e0854258daba438023d
parentfc4d6b3db9381a232ed94455bf11d82bbd2188b8
Fix bug 448:

* src/OutputParams.{cpp,h}:
- new param isLastPar, indicating if the current paragraph is the last in a given inset/buffer
* src/output_latex.cpp:
- set isLastPar
* src/Paragraph.cpp:
- noTrivlistCentering also in tabular cells
- in the last par, use alignment switch instead of environment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26443 a592a061-630c-0410-9148-cb99ea01b6c8
src/OutputParams.cpp
src/OutputParams.h
src/Paragraph.cpp
src/output_latex.cpp