> Is there any way to expand this before it's seen by the tabularx
> environment?
I found it! (in the documentation of array.sty)
*{N}{string} is expanded to n-times string, so |*{3}{L|} works for the
table of types when using tabulary.
Finally! :)
Christian