2
votes
1answer
36 views

specifying a longtable not to split

I am using longtable in my report as I have many tables that are longer than a page. To make it consistent, I am using longtable for all the tables. Many times because of page settings, a small table ...
3
votes
1answer
45 views

Using longtable with \cmidrule: page-breaking issues

Here's a (minimal?) working example that illustrates both the issues I am having: \documentclass{article} \usepackage{longtable,booktabs,lipsum,array} \usepackage{pgfplots} ...
2
votes
1answer
62 views

Awful page breaking when very long multicolumns items are used

I am using ltablex with \multicolumns. My problem is that I have to introduce a lot of text inside of single \multicolumn items, then when it automatically breaks the table on two different pages, it ...
3
votes
1answer
174 views

How to put a full-width table at the top or bottom of the same two-column page as the reference text?

I'm posting today because I would like to reduce white space in a document I'm writing. The content is two-columns but I have floating tables that span across both columns (table*). At some point, ...
2
votes
1answer
86 views

Placement of tablenotes in longtable with threeparttablex

How can I prevent a pagebreak of the tablenotes within ThreePartTable (threeparttablex) in the following MWE (btw it's a landscape table)? \enlargethispage seems to have no effect. ...
3
votes
1answer
63 views

Table width and height woes for multipage landscape table

I'm writing up my thesis and trying to convert a table to LaTeX (http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3523805/table/T1/). It's rather large so I'm using the lscape and the longtable library. ...
2
votes
0answers
91 views

Supertabular across pages [closed]

I am using the supertabularenvironment to split tables over pages. Does anybody know, how I can give LaTeX a hint, where to break the table and turn to the next page? There are some rows, which should ...
1
vote
1answer
124 views

Big Table with line and pagebreaks

For a technical documentation (two columns: function name left, description right) I need a way for automatic line and page breaks in a table environment in case the descriptions get a bit longer. I ...
13
votes
1answer
320 views

Column-wise break of extra wide tables

I have to plot geochemical data tables that are like this table , i.e. with a header column, but that have much more sample columns. When having too many columns, the table has to be broken at a ...
2
votes
1answer
104 views

Page breaking up for caption of a table

Using the following I get problem by page break up. \IfFileExists{FILE}{% \begin{center} \captionof{table}{Grenzwertverletzung [AL9]} \begin{tabular}{ll} AL9& \input{FILE} \\ \end{tabular} ...
2
votes
2answers
94 views

multipage tables with ctable package

Does anybody know if it is possible to have a multipage table with the package ctable (I know that it is possible with longtable)? My code is the following: \documentclass{article} ...
7
votes
1answer
181 views

In-row table page break

I'm stuck on a problem for hours. I'm using the tabularx environment to create a double-column table where the second column takes up several lines. An example of that table is shown here. Since such ...
5
votes
2answers
180 views

htbp and longtable

I am applying a longtable environment. I would like to use something like [htbp] in order to put the table in the next page. Every time I do it gives me an error. Now I am solving the problem with a ...
2
votes
1answer
149 views

Prevent supertabular* from breaking too early

I have a similar question as ipavlic, that is, the break of a long table by the supertabular package comes too soon. The solution proposed by egreg works well for the supertabular environment, ...
2
votes
1answer
97 views

Page breaking in vtop/hbox

I'm a new user of Tex and I'm facing a problem related to a very simple situation. I'm currently working on a TeX (TeXLive, no LaTeX is used) generator. This generator builds TeX files containing ...
1
vote
1answer
145 views

Pagebreak problem (stop my document from not pagebreaking) [duplicate]

Possible Duplicate: What is the command to just slightly increase the text height of a particular page? Squeeze some more lines on the current page How would I shift up my text from the ...
5
votes
3answers
133 views

Onecolum at the end in twocolum

So I have two problems: first. how to add onecolumn at the end of article withtout breaking page? second. same but after table in the middle of text?
4
votes
1answer
319 views

Landscape forces premature pagebreak

After some trouble I have managed to make a table in landscape orientation that breaks over three pages. I used tabularx and the landscape package. Now my problem is that the thing won't float like ...
2
votes
0answers
235 views

Why does LaTeX longtable start on next page? [closed]

I have a 3-column-longtable that spans over several pages, there's no problem with that. The thing is that there's some text before the longtable. Instead of starting right under the text, LaTeX ...
2
votes
1answer
104 views

Can I have a table that spans multiple pages using ctable?

I'm currently working on a paper and I have a bunch of tables. Currently I'm using the ctable package for my tables. One of my tables is rather long and it spans more than one page. However currently ...
6
votes
1answer
413 views

How to wrap text around a landscape table over multiple pages? \sidewaystable or \landscape + \longtable

I am trying to create a landscape table that breaks over multiple pages. I have successfully done this with the following: \begin{landscape} \begin{longtabu} to \textwidth{some columns} \caption[my ...
1
vote
2answers
183 views

Tables environment

I have a question about breaking lines and pages in table environment. I know, there are some solutions as using longtable package, however, it is quite complicated and I don't know how to work with ...
2
votes
1answer
279 views

Long table in landscape mode with alternating row colors does not work with \multicolumn

I am trying to put together a longtable in landscape mode over several pages using the longtable package. The idea is simple. I want alternating row colors in the main body of the table. However, ...
3
votes
3answers
212 views

2 column layout without using tabular

I'd like to write a 2 column layout page: one column at the left that should show the year, and one column at the right that should show text that goes along the year. \documentclass[12pt]{article} ...
3
votes
1answer
404 views

Page breaks in table rows

I want to make a document that contains a synopsis of events, like YEAR HISTORY CULTURE SCIENCE 1770 History para- culture para- science para- ...
0
votes
1answer
377 views

altering cv in latex - tabular extending two pages?

I have the following script for writing an academic cv: \documentclass[10pt]{article} \usepackage[margin=3cm]{geometry} \usepackage{array, xcolor} \usepackage{lipsum} \usepackage{longtable} ...
-1
votes
1answer
529 views

table breaks spanning multiple pages

i'm having an issue with a table that spans multiple pages and breaks across columns that span several rows. my code is listed below. the problem is that on page 1, row 1 shows up with foo1, bar1 ...
4
votes
1answer
238 views

Prevent multiple row header from splitting when using xtabular

Using the xtab package and the xtabular environment, I get my table header split when using several rows. Example: \noindent \begin{center} \small \tablefirsthead{% \hline & ...
3
votes
1answer
707 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: ...
2
votes
2answers
697 views

Avoid pagebreak in landscape

I'm using the lscape package to landscape certain pages of the document. These pages basically are a section/subsection heading plus a table that must be landscaped. The problem is that entering ...
1
vote
2answers
294 views

tabular extend beyond a page

I have a large dataset to show in tabular format. The problem is that it doesn't page break into more pages. And the excess is not being displayed. This is how i used the tabular tag ...
0
votes
0answers
48 views

How to split text from one cell on several pages? [duplicate]

Possible Duplicate: How to create a table that spans over multiple pages, breaking single rows I have a longtable. One of cells has a very long list which which doesn't fit on one page. As ...
1
vote
1answer
671 views

Table spanning multiple pages [duplicate]

Possible Duplicate: How can I make a table that takes up more than a single page? I want to make a table in LaTeX span multiple pages in a way that it retains the same column headings on ...
1
vote
2answers
1k views

How to create a table that spans over multiple pages, breaking single rows

With the longtable package one can create a table that spans over multiple pages. The problem is that it will never break a row in two: either it stays entirely in the current page or it is moved ...
2
votes
1answer
231 views

table and page break inside list

For a cooperative latex document with a lot of authors, it was decided to use tables for certain structures. Therefore, I have to cope with the problem of automatic page breaks of tables that only ...
4
votes
2answers
241 views

Page break table with single cell

I have an environment set up of longtables that I use as "tips"-boxes and exercises in my book. The left column shows only one word rotated (tips, exercise or whatever) while the right contains the ...
9
votes
2answers
720 views

Automatic way to break narrow tables into two columns?

Is there an easy way to break long narrow tables into two (or possibly more) columns (i.e. without manually rearranging the columns)? In the following example you can see that there is a lot of ...
1
vote
1answer
443 views

How to eliminate unnecessary page break in LaTeX?

I have couple of lines (text) followed by table. I want both the text and table to appear in same page, now text appears in one page and table in next page. How to change it? I have tried using ...
0
votes
0answers
102 views

Multipage tables (column-wise) [duplicate]

Possible Duplicate: Table and multi-page I have a table with a lot of sideways content. Like the following table: A B ... X Y Z Entry 1 Entry 2 Entry 3 The table ...
3
votes
1answer
143 views

longtable: Keeping some cells together on the same page

I'm using longtable in my CV to list work experience, so it can continue over multiple pages. However I like to keep some rows together, such as employer and job title, is there a way how I can do ...
6
votes
2answers
368 views

Large table (ca. 30 columns) covering one or several double pages?

For the appendix of my Ph. D. thesis I need to typeset some very big tables containing raw data. They have about 30 columns and might have enough lines to not fit vertically on one (double)page. Is ...
1
vote
1answer
162 views

The last section goes beyond the bottom border

I have my last section which consists only of {tabular}, it is longer than 1 page, so I need to split it to 2 pages. So I have done something like that, hoping it displays the first {tabular} on the ...
3
votes
1answer
619 views

Break a table between pages AND rotate it sideways

I have a long table with a lot of columns, so I want it to be landscape. The problem is I can't figure out how to have both a rotated table, and automatic break between pages?
5
votes
1answer
485 views

Prevent xtab breaking table too soon

Xtab breaks a long table spanning multiple pages too soon -- see my screenshot: The output seems rather unsightly to me. Can I make it take more of the available space? Alternatively, is there a ...
4
votes
2answers
404 views

Problem in visualizing tabular with TikZ

I'm quite new to LaTeX (I've used it at university for some basic formulas and ready to use templates) and I'm getting again into it for graphics stuffs: I love its clearness. I'm trying to make a ...
2
votes
1answer
372 views

How to “glue” the caption to the table (stay on the same page as the table)

Normally, my captions stay with the table (cannot remember my exact example - couldn't replicate it - but I am now using the booktabs package anyway so let us take this one just in case this one is ...
26
votes
2answers
3k views

multicolumn long table or enumeration

I would like to generate a multi-column table that wraps within columns of the document, and splits across pages. There are a couple of similar questions here How do I create a really long table in ...
13
votes
2answers
1k views

How to make longtable respect \nopagebreak in the beginning?

For the book I am typesetting now I need a table environment with the following abilities: Span over multiple pages; Allow \nopagebreak between two lines Do not ignore \nopagebreak before the ...
5
votes
2answers
331 views

xtabular* does not work on two columns

I'm trying to split a table in several pages, for doing this I'm using the xtab package and xtabular. However, the behavior of the xtabular* environment (that supposedly should break the two column ...
2
votes
2answers
798 views

Starred version of “xtabular” not working

I want to insert a long table in a two-column paper. I tried "tabular" first, but the problem is that it doesn't divide the table among pages. Then people in this post suggested that I use xtab: In ...

1 2