Tagged Questions
3
votes
1answer
87 views
Multirows, multicolums and vertical centring in the tabu environment
I have a table, using the tabu environment, in which I would like multirow and multicolumn cells. Inside the cells, any content that doesn't vertically fill the cell should be vertically centred.
...
4
votes
2answers
346 views
Vertical and horizontal alignment with tabu package
Another question led me to use tabu for the purpose of fitting one column to its content while allowing the others to stretch equally. This is my current code:
\documentclass{article}
...
6
votes
1answer
412 views
Many vertical alignment problems with tabu table
I use tabu to easily specify colors for different parts of my table. Also the X column makes life easier. I have some problems regarding vertical placement:
In the linked figure you can see many ...
5
votes
1answer
340 views
Vertical alignment in multicol
In the following code the horizontal rules on the right don't line up in all cases with the horizontal rules on the left. It seems to be related to the text content. How can I fix this in such a way ...
7
votes
1answer
963 views
Consistent vertical spacing with tabu
In the following table I get some vertical space after the rows whose content is short but not after the row having a cell with long content.
The problem is that I want to generate the report from ...
1
vote
1answer
98 views
Macro changes output
The code and output shown below are based on the answers to this post .
The problem is that first of the three tables is produced as desired but the
second and third have the second column vertically ...
4
votes
2answers
199 views
multiple pairs of columns
Consider this example code which creates a 2x6 table where the 6 columns are formed from three name/value pairs:
\documentclass{article}
\usepackage[svgnames,table]{xcolor}
\usepackage{tabu}
...
5
votes
1answer
668 views
A vertical alignment problem in tabu environment with X[m]
I learned tabu for a while and I can not solve a problem about vertical alignment with X[m]. Here is the minimal working example below.
\documentclass{article}
...