Questions tagged [xtab]

{xtab} is used for questions dealing with breaks in long tables so that they can span multiple pages.

The package xtab is an extension of the [tab:supertabular] package, providing additional functionality and reducing some of the weaknesses. Alternatively, the user may find the package fits better.

39 questions
4
votes
2 answers

xtab alignment problem

\documentclass[12pt,a4paper]{article} \usepackage{amsmath} \usepackage{xtab} % table page breaks \usepackage{array} % for advanced column specification: use >{\command} for % commands executed right before each…
3
votes
1 answer

Long table that spans two columns using xtab

I want a page-wide table in my document, which is two column - but the table is also going to be longer than one page. I tried longtable initially but I later learned that longtable doesn't work in a two column document. I found a similar answer and…
2
votes
1 answer

xtab error \@sharp -> {\captionsize

I started learning xtab package. Just for a trial, I wanted to try the code given in the documentation. But it generates the error: \@sharp ->{\captionsize \bfseries \tablename \ \thetable{} -- concluded fro.... l.20…
subham soni
  • 9,673
1
vote
1 answer

Avoid xtabular* environment wrapping on whole document

I have a large table which is 2 page in 2 column document, I have used xtabular* environment for it. but it wrapping around the whole document and fill the gaps! Here is the…
1
vote
1 answer

newenvironment for xtabular timeline

The following question is based on this. I am sure this is a pretty basic question but I am still at a beginners level. I have put the following in a new environment in order to increase readability and for ease of use …
cosmicraga
  • 2,630
0
votes
0 answers

xtab: Prevent table break if no row is printed

For this MWE, the table caption and header are printed without any rows from the table body.So, how can I make sure that the table breaks if at least one row is…
Diaa
  • 9,599
0
votes
0 answers

Is there a way to have multiple lines in a single table column using xtabular?

I cannot get a new line within the same column using \newline in xtabular, whereas it works in the case of tabular. Is there another option in xtabular environment? Search did not produce any relevant results.
Vinod
  • 875
0
votes
0 answers

This particular use of xtabular makes latex hang indefinitely

Running latex or pdflatex on the following example causes a hang up, i.e. latex/pdflatex never…
doxygen
  • 101