{tabu} concerns the tabu tabular package under e-TeX
6
votes
1answer
250 views
How to make \rowfont (from tabu package) overlay specification-aware (in beamer package)?
I have tables in a beamer presentation, and I would like to highlight table rows sequentially (not necessarily in row order) using overlay specifications. So I would like to be able to write code ...
2
votes
2answers
461 views
Duplicated tablefootnotes with longtabu
I Have a very wide table that where I want to have footnotes.
I found that one way to make the table fit in my page was to use tabu and longtable. And the package tablefootnote for the in table ...
1
vote
0answers
76 views
conditionally emit one table or another
I would like to specify a table and if it has any multiline cells then it should be output as a single pair of columns and otherwise as two pairs of columns. For example, if it looks like the First ...
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 ...
2
votes
1answer
322 views
vertical space around horizontal rules between tabu rows while maintaining color
I would like to increase the vertical space before and after a horizontal rule in a tabu table but want the color that is in the cells below and above the rule to not be broken but continue right ...
3
votes
1answer
207 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 ...
4
votes
2answers
159 views
separate style and content in table
I am generating tables from a program and its a bit inconvenient that I have to intersperse style and content information. For example, in the following note how \cellcolor{red} is interspersed among ...
9
votes
1answer
135 views
Hide an entire table (but still generate it)
In this answer the following code appears. The idea is that the initial table sets up the column widths used by the subsequent tables. The initial table itself is not supposed to be shown. Its only ...
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
339 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 ...
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}
...
4
votes
1answer
140 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 ...
3
votes
1answer
110 views
Switching text case with package collcell
I would like to use the package collcell to change the case of every string in a column of a tabuenvironment. I know there are workarounds to do this without resorting to the package, but none of ...
6
votes
1answer
303 views
How can I update the array package? Warning from tabu
I am trying to use the tabu package, but it returns a warning which does not seem like a good sign. Does anyone know how to resolve the following issue?
LaTeX Warning: You have requested, on input ...
1
vote
0answers
93 views
How to install package `tabu`? [duplicate]
Possible Duplicate:
Where do I place my own .sty files, to make them available to all my .tex files?
I want to include style sheet tabu.sty when compile. Currently, the following error will ...
5
votes
1answer
657 views
threeparttablex table notes for tabu tabulars with less than \textwidth
threeparttablex can be used to add table notes to tabu tabulars*. If the tabular spans \textwidth, the output is as expected. It seems however that the tablenotes environment does not adjust its width ...
2
votes
1answer
813 views
longtabu problem: what have I missed?
Can someone check the reproducibility of this non-compilation?
Here is the LaTeX file:
\documentclass{revtex4}
\usepackage{longtable,tabu}
\include{defs}
\begin{document}
\begin{table}
...
5
votes
3answers
394 views
longtabu and scrpage2: line breaks in page header cause compilation errors
Please consider the following MWE:
\documentclass{scrartcl}
\usepackage{longtable,tabu}
\usepackage{lipsum}
\usepackage{scrpage2}
\chead[Headline 1\\ Headline 2]{Headline 1\\ Headline 2}
...
3
votes
1answer
709 views
longtabu and floats: wrong table breaks on pages with floats
I noticed that the tabu package seems to have problems with its longtabu environment, if it is placed on a page, where a float already is placed.
Consider the following MWE:
...
0
votes
2answers
407 views
Incorrect numbering on table broken over pages using longtabu
I've a problem with table numbering when using longtabu and my tables go onto a second page. This was picked up by the external examiner in my viva - how embarassing!
Anyway, here's a MWE which ...
6
votes
2answers
412 views
Conflict between tabu and tabularx, when using siunitx
I have many tables set with {tabularx} but for some of the it seems easier to use {tabu} which works. But if I use both packages and gave the last X column in {longtabu} an S and optional argument it ...
4
votes
1answer
511 views
bug in tabu when rowcolors are defined?
In the following code the vertical separation from cell to the bottom is negative instead of the defined \tabulinesep=5pt when \rowcolor{headcolor} and and \rowfont are defined.
...
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}
...
8
votes
2answers
650 views
Strange line spacing effects in longtabu
I got some strange effect with longtabu:
As you can see the line with λ seems to be closer to the above line than to the one below of it. I cant’t figure out why …
This is the code with which I ...
7
votes
1answer
501 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?
...