It was necessary to draw up a table (I used tabu) and divide some cells. I happened to end up making nested tables, which resulted in a problem like this: the vertical rules of "child tables" don't connect with horizontal rules of the encapsulating table... So the workaround was finding the max height and depth of the cell elements and drawing vertical rules with a code like:
Code: Select all
\vrule width \ThinLineSize height \auxLengthA depth \auxLengthB \relax
Finally here's the question: can I possibly draw a vertical line, which is not fixed at the baseline of text, but has a fixed total height?