Georg Baum <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
>
>> Very good. Please get someone to test it a bit before you commit
>> this.
>
| It seems that nobody had time to do so. I committed it nevertheless since I
| did a fair amount of testing myself and am pretty sure that what wor
Lars Gullik Bjønnes wrote:
> Very good. Please get someone to test it a bit before you commit
> this.
It seems that nobody had time to do so. I committed it nevertheless since I
did a fair amount of testing myself and am pretty sure that what worked
until now still works. Maybe we get some more
Lars Gullik Bjønnes wrote:
> Georg Baum <[EMAIL PROTECTED]>
> writes:
>
> | class ColInfo {
> | public:
> | - ColInfo() : align('c'), rightline(false), leftline(false) {}
> | + ColInfo() : align('n'), valign('n'), rightlines(0), leftlines(0) {}
> | /// column alignment
> | char align;
> |
Georg Baum <[EMAIL PROTECTED]> writes:
| diff -p -r -U 3 -X excl.tmp lyx-1.4-clean/src/tex2lyx/table.C
lyx-1.4-cvs/src/tex2lyx/table.C
| --- lyx-1.4-clean/src/tex2lyx/table.C 2005-02-26 15:52:21.0 +0100
| +++ lyx-1.4-cvs/src/tex2lyx/table.C 2005-03-06 12:16:46.0 +0100
| @@ -16,6
Georg Baum <[EMAIL PROTECTED]> writes:
| Here comes the long promised patch that fixes tabular column parsing in
| tex2lyx. You can try it with the attached example.
>
| With this patch, tex2lyx is able to parse all standard LaTeX column
| specifications (including those of array.sty). Vertical
Here comes the long promised patch that fixes tabular column parsing in
tex2lyx. You can try it with the attached example.
With this patch, tex2lyx is able to parse all standard LaTeX column
specifications (including those of array.sty). Vertical lines in
multicolumn cells should also be fixed.