{tabu} concerns the tabu tabular package under e-TeX
2
votes
0answers
26 views
Vertical spaces above and below longtabu
This is, in a way, a follow-up-question to New table-environment, spaces and enclosing { } in a new environment, which has already been answered conveniently by @egreg.
Please compile this MWE:
...
2
votes
1answer
32 views
New table-environment, spaces and enclosing { } in a new environment
It was hard for me to find a proper title (feel free to change it) for my question which I want to introduce with an example:
Situation
In my document I sometimes use tabus directly in the document ...
2
votes
1answer
61 views
Cannot compile tabu
I have been trying to compile the following tabu environment with xelatex, but to no avail:
\documentclass{article}
\usepackage{xcolor}
\usepackage{tabu}
\begin{document}
\taburowcolors ...
4
votes
2answers
34 views
How can I avoid the gap between \cellcolor-colored cells created by \tabucline?
I'm trying to partially separate rows from one another using \tabucline. The line encompasses column 3-6. Since the line's width is neither part of the upper, nor the lower row, there is going to be ...
4
votes
3answers
127 views
How to span over variable number of cells?
I'm looking for a macro to span all cells in a tabu environment to get category headers in tables.
This example does what I need for two columns.
\begin{tabu} {XX}
abc & def \\
...
1
vote
1answer
286 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 ...
2
votes
1answer
87 views
Arc over multiple columns in table
I want to have a flat arc over some columns in a table (tabu environment, as I am using to define independent colours for each row). Similar to the hhline in which bar are drawn over multiple columns.
...
3
votes
1answer
83 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.
...
1
vote
1answer
98 views
Footnote in tabu table not shown
Which package should I use for proper footnote handling in tabu tables? I thought tabu was supposed to do everything tabularx does, but footnotes do not show up in tabu tables.
Working (using ...
4
votes
1answer
59 views
LaTeX not recognizing \end found in a \newcommand
I'm trying to both start and end a table with \newcommand. I'd like to switch to using \EndTableSetupFourColumns (as it removes several warnings and is easier to understand for other readers) but for ...
1
vote
1answer
88 views
Centring a sidewaystable both horizontally and vertically
I'm trying to have a sideways table at the end of my document, however I can't seem to get it to centre to the A4 page perfectly like intended.
Here's my preamble:
...
5
votes
2answers
184 views
Format time span for CV
I would like to add the month to the time span of moderncv. I order not to occupy much more space and still having a beautiful solution, I would like to do the following:
Year - Year
Month - Month
...
1
vote
1answer
58 views
Dashed hline in longtabu (arydshln conflicts, does not work?)
I have a large table with the following requirements:
Spans multiple pages (currently using longtable)
The last column's text must wrap (using tabu's longtabu environment as tabularx does not ...
5
votes
2answers
84 views
Macro \verb inside tabu environment
I would like to use the \verb command inside of a tabu enviroment. Here is my example
\documentclass{article}
\usepackage{tabu}
\begin{document}
\begin{tabu}{lll}
a & \verb+\wedge+ & b\\
c ...
3
votes
2answers
36 views
Test for empty possibly itemized argument in tabu
For some reason, I can't test if #2 is empty in the following tabu use case. An
Incomplete \ifx; all text was ignored after line 14
is thrown executing the following code.
...
4
votes
1answer
52 views
Tabu: factors of cell width
When I use factors of a variable in tabu's cell description, the result is not what I intended. For example in the following code, the middle cell is not half the width of the others.
...
0
votes
0answers
38 views
\end{tabu} in \newcommand
I want to put \end{tabu} within a \newcommand
\documentclass{article}
\usepackage{tabu}
\newcommand
{\tableBegin}[1]
{
\begin{tabu}[#1]
% some other stuff
}
\newcommand
{\tableEnd}
...
2
votes
2answers
34 views
use string variable as format string in \begin{tabu}
I have the following problem. I'm using the tabu package to create tables but instead of a format string like this: \begin{tabu}{ccc} I want to use a format string like this (as string variable): ...
3
votes
2answers
43 views
Using {tabu} to make thick table lines in header generates errors
I want to place a thick vertical line next to my page number in the header of every page. I have chosen to build a small table and add the line to it. It works fine, until I add the option (part of ...
3
votes
1answer
75 views
Odd results using FP package inside table environment
I'm trying to create a number of running totals using the FP package. I define a macro for adding numbers to a running total and then I define a macro to output the final value.
The problem I'm ...
3
votes
0answers
80 views
Table and \tikzexternalize
It might not be a usual thing to do but I need to put some tikz pictures in a Table with externalization. I did
\documentclass{report}
\usepackage{tabu}
\usepackage{tikz}
\usetikzlibrary{external}
...
0
votes
1answer
122 views
Can I use a \caption in a tabu environment?
Is it possible to use \caption between a tabu environment?
I have tried using these packages:
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{tabu}
And when I write this in my code:
...
0
votes
1answer
71 views
Soft midrule in table
3 small questions:
1) I'd like to put a soft \midrule in this table between Care type and the headers, but I'd like it to not quite reach the edge of the table: (at your discretion to mess with the ...
1
vote
0answers
60 views
Set the line separation in a tabu table equal to the line separation in the document
As is known, the tabu environment does not automatically adjust the vertical distance between a cell with multiple lines and another cell, cf. Text too close to cell border when having a nested tabu ...
3
votes
1answer
109 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 ...
3
votes
1answer
256 views
Expand table to use page width
I normally use the table and tabu environment to create my tables. I am new to LaTeX and after I while I realized tables look nicer when they use the whole page width rather than being just centered. ...
3
votes
2answers
148 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
91 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
91 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
132 views
Why is tabu package reading what is inside \begin{htmlonly} tags?
I think there is a bug here.
Introduction
I use latex2html (L2H) to build some HTML Pages from LaTeX. The standard method to add L2H specific latex command is like this
\begin{htmlonly}
% for ...
4
votes
1answer
185 views
Row colored with alternatingly with \taburowcolors is pink
I'm making a table with tabu having alternating row color, but I'm getting a pink row, which is not a color that I defined.
The code:
\definecolor{lightb}{RGB}{217,224,250}
\begin{table}
...
8
votes
1answer
93 views
Apparent hyperref conflict with datatool and longtabu col vertical alignment?
Only when I turn on hyperref do I get a weird vertical alignment problem in the first column of a datatool-driven longtabu. Without hyperref, the rows of the first column are vertically aligned to ...
18
votes
2answers
221 views
Incompatibility between verbatim and tabu? (Danger of using \scantokens in a package)
With the following MWE
\documentclass{article}
\usepackage{verbatim}
\usepackage{tabu}
\makeatletter
\renewcommand\verbatim@processline
{%
\begin{tabu}to\textwidth{|l|X[-1,l]|}
...
2
votes
1answer
160 views
content-independent total height
I am generating a table from a program with two pairs of name/value columns. Each pair forms a two column tabu table and the two tables are then nested in an overall tabu table to get the effect. I ...
1
vote
1answer
133 views
Text too close to cell border when having a nested tabu and \vspace in a cell
I have a nested tabu table and am using \vspace to simulate an empty line in the same cell. At the end of the cell is text which spans two rows. (If either of these three conditions is not met the ...
4
votes
1answer
200 views
Missing number, treated as zero with nested tabu
I have this minimal example:
\documentclass{article}
\usepackage{colortbl}
\usepackage{longtable}
\usepackage{tabu}
\begin{document}
\begin{longtabu} {|ll|}
a & \begin{tabu}{l}
1 \\
...
0
votes
1answer
442 views
Threeparttable and longtabu with consistent topskip
I am trying to have a big table (break across pages) with footnotes and a column with adjustable width. The MWE is the following.
\documentclass{scrartcl}
\usepackage{blindtext}
...
9
votes
4answers
184 views
Two-colum task list with status information
I'm trying to generate a two-column task list with status information in the second column. It has to allow page breaks and should look more a less like this:
I managed to hack something together ...
2
votes
1answer
160 views
Second Font dedicated for tables
How to put second font in table. First is Utopia Regular with Math Design as a main font. Second - TeX Gyre Heros, for tables.
\documentclass{beamer}
\mode<presentation>
{
...
5
votes
1answer
125 views
Who can solve my text positioning problem in my colored tabu header row?
I've a positioning problem in my tabu header. If I define the text color with rowfont, the text in that row will jumping around like a rabbit.
\documentclass[]{scrlttr2}
\usepackage[utf8]{inputenc}
...
5
votes
1answer
225 views
Adjust vertical spacing in tabular containing \href
I seem to be stumped by what seems like a basic tabular spacing issue (when an \href is used). The obvious solution of tweaking arraystretch does not seem to work.
What I want is that the output of ...
4
votes
1answer
286 views
Multicolumn width calculated for lX columns
I have the following table:
\documentclass{article}
\usepackage{tabu, longtable}
\begin{document}
\begin{longtabu} to \textwidth {|l|l|l|lX|}
1 & Column 2 & 3 & ...
4
votes
2answers
329 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}
...
4
votes
1answer
277 views
Beamer tables like block structure look-and-feel
I am trying to define a type of table similar to the look-and-feel of beamer blocks. I tried the following (using the tabu for tables), but with no luck.
...
3
votes
1answer
661 views
newcolumntype, siunitx, tabu and illegal pream-tokens
I use tabu with siunitx for making my charts with MikTeX 2.9, tabu 2.8 and now siunitx v2.5g. Since last time using the updater \newcolumn commands like
\newcolumntype D{X[1,c]{%
...
2
votes
1answer
126 views
Redefining \\ within tabu environment to be overlay-aware
Background
I would like to "alert" each row of a table, one row at a time, using Beamer overlays. Using Martin Scharrer's answer to Why can't I wrap \rowcolor in \only? (Beamer), I came up with ...
3
votes
1answer
835 views
Strange problem with `longtabu`
I would like to share with you a quite simple example LaTeX is not able to compile.
I use the longtabu environment provided by tabu package. I am using commands from booktabs as recommended in the ...
6
votes
1answer
403 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 ...
0
votes
0answers
26 views
Wrong linespace with tabu [duplicate]
Possible Duplicate:
Vertical alignment in multicol
I have the following example:
\documentclass{article}
\usepackage{tabu}
\begin{document}
\tabulinesep=6pt
\begin{tabu} to ...
0
votes
0answers
125 views
tex4ht + tabu-package does not work [closed]
I am trying to compile an existing tex-document with tex4ht. However, it seems that the tabu-package does not work together with tex4ht:
\documentclass{book}
\usepackage{tabularx}
\usepackage{tabu}
...

