Tagged Questions
5
votes
1answer
224 views
Tables header row's: how to ignore the column type?
I have several column types defined using the array and collcell package. An example
\newcolumntype{N}{>{\collectcell\num}c<{\endcollectcell}}
This alleviates making tables a lot, and makes ...