Re: [patch] fix tex2lyx column parsing

2005-03-10 Thread Lars Gullik Bjønnes
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

Re: [patch] fix tex2lyx column parsing

2005-03-10 Thread Georg Baum
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

Re: [patch] fix tex2lyx column parsing

2005-03-07 Thread Georg Baum
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; > |

Re: [patch] fix tex2lyx column parsing

2005-03-06 Thread Lars Gullik Bjønnes
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

Re: [patch] fix tex2lyx column parsing

2005-03-06 Thread Lars Gullik Bjønnes
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

[patch] fix tex2lyx column parsing

2005-03-06 Thread Georg Baum
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.