Tagged Questions
5
votes
2answers
55 views
Different caption alignment on different longtable pages
I'm using longtabu(longtable) for splitting a table on 2 and more pages, and i want to show different captions on pages.
This works fine, however i need the first caption to be aligned left, and the ...
3
votes
2answers
175 views
Align (center) header row in table
I use @{\hskip 50pt} to separate columns in my table. The problem which arises is that I add this extra space after a multicolumn. This also moves the header row so that it is no longer centred. Is ...
1
vote
0answers
104 views
Right aligned text in minipage vs. longtabu
After some brute-force attempts I found out that I could right-align two lines in a longtabu cell as follows:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
...
6
votes
1answer
98 views
Align math contents in a table
While trying to display some data in a table, I use tabu and siunitx. I want the content to be centered by the dot. However, the cell at last column, first row is not centered.
...
4
votes
2answers
384 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}
...
1
vote
1answer
326 views
Wrapping multicolumn in tabu
How do I get the text within a multicolumn to wrap when using tabu? I am hoping that tabu makes it somewhat easier than having to specify p with a manual specification of the width ...
3
votes
1answer
226 views
tabucline with a break
In the following the first two columns are different in nature from the last two and I wanted to emphasize this by having a break in the horizontal line. I drew lines across columns 1 and 2 and then ...
5
votes
2answers
292 views
align columns in multiple tables
I am trying to align the columns of multiple tables. I know I can use p column format to fix column widths but I would prefer that TeX automatically figure out the widths for me. I was hoping to:
...
3
votes
1answer
351 views
current column width in a tabu table
Is there some way of getting the current column width in a tabu table in the same way that one can refer to \columnwidth in a multicol?
For example, the following gallery works but its a bit ugly ...
4
votes
2answers
204 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}
...
4
votes
1answer
147 views
Aligning multiple tabu tables
In the example code below we have two one-row tables (in reality there would be more rows and colors and other formatting) and we would like to align then so that the vertical line after the second ...
7
votes
1answer
515 views
Align siunitx numbers in a tabu table
The minimal example below gives me a strange offset in numbers with exponential numbers. I think tabu and siunitx are getting in each others way. Is anyone aware of a workaround?
...
