Re: [O] [PATCH] Add support for `ltablex'

2013-09-04 Thread Francesco Pizzolante
Hi Nicolas, > What are its advantages over "longtabu" environment, which is already > supported? There is a lot of table related packages, I'm not sure we > want to support them all. I wasn't aware about the tabu package and its tabu and longtabu environments. I'll try to use it and see if I ca

[O] [PATCH] Add support for `ltablex'

2013-09-03 Thread Francesco Pizzolante
Hello, Please find here a patch to support the tabularx table environment when used in conjunction with the ltablex LaTeX package. ltablex combines the advantages of longtable and tabularx packages: it enables splitting of table across pages, and have fixed-width tables with auto-adjusted columns

Re: [O] [PATCH] Add support for `ltablex'

2013-09-03 Thread Nicolas Goaziou
Hello, Francesco Pizzolante writes: > Please find here a patch to support the tabularx table environment when used > in conjunction with the ltablex LaTeX package. Thanks for the patch. What are its advantages over "longtabu" environment, which is already supported? There is a lot of table r