Questions tagged [tabu]

{tabu} concerns the tabu tabular package under e-TeX

The tag concerns the tabu package for typesetting tabular environments under e-TeX (). The package provides two environments tabu and longtabu (an enhancement of ltxtable). Tabu can be used instead of tab­u­lar, tab­u­lar*, tab­u­larx () as well as the ar­ray () en­vi­ron­ment (in maths mode).

425 questions
11
votes
2 answers

tabu: Error since update

Since the last update of tabu.sty I get the following error: ! Improper \prevdepth. \tabu@verticalspacing ... tempdimc \t Here is a MWE \documentclass[a4paper,12pt]{report} \usepackage{tabu} \usepackage{amsmath} \usepackage{xcolor} …
chris
  • 325
  • 3
  • 11
9
votes
1 answer

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 there to set up the widths which \usetabu…
user1189687
  • 1,953
5
votes
0 answers

Is tabu deprecated?

I need to start a project where many tables will be needed. I was going to use tabu, since it seems a rather complete package for typesetting tables. However, on this site (which I trust) I read that tabu is no longer maintained and should not be…
Karl L
  • 185
4
votes
1 answer

tabu automatic / manual table width

How can i let latex automatically choose the column width such that each entry does not go into \newline ? How can i manually set the width of each column while making sure that it all sums up to \columnwidth ? \begin{table}[t] \begin{tabu} to…
RuiQi
  • 419
4
votes
1 answer

Overlap of colored rows

I have the following code \documentclass{scrartcl} \usepackage[table]{xcolor} \usepackage{tabu} \begin{document}% \tabulinesep=_1em^1em \everyrow{\tabucline[1pt]{-}} \begin{tabu}{@{}XX[3,L]} \tabucline[1.5pt]{-} blabla & …
user1146332
  • 2,166
3
votes
1 answer

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} \underline{Directives}\\[5mm] \begin{longtabu}to…
3
votes
1 answer

Missing vertical line using tabu

I create a single column table using tabu. \documentclass[preprint,5p,12pt]{elsarticle} \usepackage{tabu} \begin{document} \begin{table}[htbp] \footnotesize \begin{center} \label{T:my_table} \everyrow{\hline} …
3
votes
1 answer

Weird "Misplaced \noalign \end{tabu}}" error

I'm getting this weird error, and I've run out of ideas on how to fix it. I use the follow code: \documentclass[a4paper,…
3
votes
1 answer

Vertical text align in package tabu

I am trying to make some LaTeX templates for my company and I got stuck on tabu vertical alignment. I have tried many versions, but still cannot get through this problem. Could anyone help me solving this issue please? I simply want to have all text…
Jarda
  • 31
3
votes
1 answer

longtabu: push certain rows to new page if they are at bottom of the page

I'm having a tricky problem with a longtabu. I have a program that produces LaTeX code for an accounting report, which is done with a longtabu where each row is either an account (with a total) or a title (identifying a group of accounts). Titles…
risoldi
  • 269
  • 2
  • 6
3
votes
1 answer

Problem with longtabu and tabucline on pagebreak

I've got a tabu package related question. In the longtabu environment using \hline works perfectly. But when I try to use \tabucline[...] instead, on pagebreak there is one line missing. Info according my preamble which I think may be…
Ranunculum
  • 71
  • 5
2
votes
1 answer

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 issue does not appear or is not as bad.) The result…
user21903
  • 103
2
votes
0 answers

Force line break in tabu "X" environment

I would like to force a new line within a tabu 'X' column. Using \newline forces a new line, but includes some ghost spacing, making the text no longer centered. I have tried using \\ in combination with both minipage and makebox without success --…
dayne
  • 133
2
votes
1 answer

Centering and spacing of multiline cells in tabu does not seem to work

The tabu environment does not seem to center the text in cells with multiple lines correctly. At the same time, the spacing seems to be erroneous. Does anybody know how to solve this problem? I have tried \makecell[tc]{sensor \ molecule} but this…
2
votes
1 answer

Specifying row font for just one row in tabu while keeping global line separation

I want to achieve a table with: 1. a global tabulinesep 2. the left column in bold 3. The top row bold, white and a red panel However when I add rowfont the tabulinesep breaks down. How do I do this? Preamble \usepackage{colortbl} \usepackage{tabu}…
Anne
  • 23
1
2 3