Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
912 views

Latex: hyperref to individual longtable rows

I have a few longtables that stretch several pages and I want to use pageref and hyperref to link to these rows. But whatever I try, the links always refer to the start of the table. When I look into ...
2
votes
1answer
416 views

Print long strings of text LaTeX / Sweave

At the end of a survey I've conducted, we give respondents an open ended box to tell us anything we didn't cover in the survey.These comments will often span several pages. I am familiar with the ...
2
votes
1answer
85 views

I need to specify rows that must be on the same page using longtable. How can I?

I have long table of pictures and descriptions (I use longtable environment to get it in several columns on page). I want this to be splitted past picture, not between middle title and picture. My ...
2
votes
2answers
12k views

How can I restrict the size of my \multicolumn cells in a longtable?

I have a really long table in LaTeX that spans several pages and is (as it is now) also too wide for the page. I am using the longtable package with every column width specified with the p{width} ...
1
vote
1answer
146 views

Using parindent within the longtable environment

Here is a simple test case of the problem I'm having: \documentclass{article} \usepackage{longtable} \begin{document} \begin{longtable}{p{2in}|p{5in}} foo & \parindent=1in bar \\ ...
1
vote
1answer
482 views

LaTex: Table is spilling over page on right

How can I fix a \longtable to not spill over on the right? With \table I use \scalebox{0.9}, but scalebox does not seem to work with \longtable. \begin{longtable}{cccccccccc} \caption{This is a ...
1
vote
1answer
207 views

Environment inside a longtable with LaTeX

I would like to create a new environment to print a header and a footer between sections of a table. I did this: \documentclass{article} \usepackage{longtable} ...
1
vote
1answer
385 views

Can longtable be made to start halfway down a page?

Aware that old versions of longtable had trouble starting tables halfway down a page I have downloaded the latest longtable.sty, and it's in the same directory as my document; but there is still page ...
0
votes
1answer
112 views

Repeat headers when using xtable with longtable option

Is there a way to repeat the top row / set headers when generating an xtable with a longtable option ? For eg., if I have tableSb <- xtable(df, caption="A Very Long Table", label="ALongTable") ...
0
votes
0answers
52 views

How can I set the maximum number of rows in a page for longtable?

Making a complicated table is a pain in Latex. I am using a longtable in my tex and need to change the maximum number of rows in a page. Is there any way to set the maximum number of rows in a page? ...
0
votes
1answer
125 views

Figure (with caption) inside a longtable cell

I have a problem running on Latex. I have a huge longtable with an image inside each cell. Each image should have a counter and a caption. I have tried declaring the image as a figure (and it fails ...
0
votes
1answer
174 views

Longtables and caption: spacing problem

I am using the \longtable environment, and this is the code: begin{center} \scriptsize \begin{longtable}{|p{2cm}|p{4cm}|p{8cm}|}\hline\hline \multicolumn{1}{|p{2cm}|}{\textbf{Text1}} & ...
0
votes
2answers
82 views

'Users' SQL table out of control. Searching for a better way

I've been programming and using a survey software for more than three years. It began as a simple survey system, with a basic 'users' SQL table, as you can find, for instance, in most CMS's. I ...
0
votes
0answers
180 views

how to remove “Table XYZ (continued)” from listing when using the longtable package?

I am using longtable to typeset a very long table, and noticed that every split table has an entry in "List of Tables". Since the table is long, so there are many "Table XZY (continued)" entries -- ...
0
votes
1answer
254 views

How to make last row of each table's part unfinished in latex longtable?

I have a table that automatically stretched over several pages by longtable package. \begin{longtable}{| l | l |} \hline A & B \\ \hline \endfirsthead \multicolumn{3}{l}{Table \thetable{} -- ...