Graphics, Figures & Tablesdivide a cell of tabu: vertically self adjusting rule?

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
karlisrepsons
Posts: 50
Joined: Sat May 23, 2009 10:13 pm

divide a cell of tabu: vertically self adjusting rule?

Post by karlisrepsons »

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
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

karlisrepsons
Posts: 50
Joined: Sat May 23, 2009 10:13 pm

Re: divide a cell of tabu: vertically self adjusting rule?

Post by karlisrepsons »

I got an advice by the author of tabu package to wait for the next version and use a special spacing variable set to negative lenght... But the 2.9 tabu is still in development!
Post Reply