Alright, I got it.
Thanks!
Search found 12 matches
- Thu Aug 05, 2010 9:45 am
- Forum: Graphics, Figures & Tables
- Topic: longtable doesn't page break with \newline
- Replies: 6
- Views: 6349
- Wed Aug 04, 2010 2:32 pm
- Forum: Graphics, Figures & Tables
- Topic: longtable doesn't page break with \newline
- Replies: 6
- Views: 6349
longtable doesn't page break with \newline
So how does it work with 3 columns? I guess we have change &B1\\&B1\\ to &B1\newline B1\newline... & C1\\
But then longtable doesn't break the page if we have "Long B1"
\documentclass[a4paper]{report}
\usepackage{longtable}
\usepackage{multirow}
\begin{document}
{\centering
\begin ...
But then longtable doesn't break the page if we have "Long B1"
\documentclass[a4paper]{report}
\usepackage{longtable}
\usepackage{multirow}
\begin{document}
{\centering
\begin ...
- Wed Aug 04, 2010 1:03 pm
- Forum: Graphics, Figures & Tables
- Topic: longtable doesn't page break with \newline
- Replies: 6
- Views: 6349
longtable doesn't page break with \newline
Hi meho_r because I felt that this is another helpmeho_r wrote:You really should go back and read again replies to your another question.

Could you please help me out here?
- Wed Aug 04, 2010 9:41 am
- Forum: Graphics, Figures & Tables
- Topic: longtable doesn't page break with \newline
- Replies: 6
- Views: 6349
longtable doesn't page break with \newline
Hi,
I'm building a table like this with longtable:
________
| A | B |
|--------|
|A1 | B1 |
| | B1 |
| | B1 |
| | B1 |
| |... |
--------
Here is the code:
\documentclass[a4paper]{report}
\usepackage{longtable}
\begin{document}
{\centering
\begin{longtable}{|p{3cm}|p{3cm}|}
\hline
A ...
I'm building a table like this with longtable:
________
| A | B |
|--------|
|A1 | B1 |
| | B1 |
| | B1 |
| | B1 |
| |... |
--------
Here is the code:
\documentclass[a4paper]{report}
\usepackage{longtable}
\begin{document}
{\centering
\begin{longtable}{|p{3cm}|p{3cm}|}
\hline
A ...
- Tue Aug 03, 2010 5:11 pm
- Forum: Graphics, Figures & Tables
- Topic: How can I make a table like this?
- Replies: 14
- Views: 6517
Re: How can I make a table like this?
That does the trick! Thanks a lot!
- Tue Aug 03, 2010 4:43 pm
- Forum: Graphics, Figures & Tables
- Topic: How can I make a table like this?
- Replies: 14
- Views: 6517
How can I make a table like this?
Hi meho_r,
I want A1, A2, and A3 in different lines as well. Is there any possibility like this (notice A1, A2 and A3):
\documentclass[a4paper]{report}
\usepackage{longtable}
\begin{document}
{\centering
\begin{longtable}{|p{3cm}|p{3cm}|}
\hline
A & B\\
\hline
A1\\ A2\\ A3 & B1\ B1\ B1\ B1 ...
I want A1, A2, and A3 in different lines as well. Is there any possibility like this (notice A1, A2 and A3):
\documentclass[a4paper]{report}
\usepackage{longtable}
\begin{document}
{\centering
\begin{longtable}{|p{3cm}|p{3cm}|}
\hline
A & B\\
\hline
A1\\ A2\\ A3 & B1\ B1\ B1\ B1 ...
- Tue Aug 03, 2010 3:45 pm
- Forum: Graphics, Figures & Tables
- Topic: How can I make a table like this?
- Replies: 14
- Views: 6517
How can I make a table like this?
You need to be more patient. I don't do a lot of forum-checking between 4AM and 9AM my time, and other people lead busy lives too, and everyone here is just an interested volunteer. Even right now I only have a few seconds. I’ll look at it again in an hour or two when I get a chance.
I’m a bit ...
I’m a bit ...
- Tue Aug 03, 2010 3:23 pm
- Forum: Graphics, Figures & Tables
- Topic: How can I make a table like this?
- Replies: 14
- Views: 6517
- Tue Aug 03, 2010 10:03 am
- Forum: Graphics, Figures & Tables
- Topic: How can I make a table like this?
- Replies: 14
- Views: 6517
Re: How can I make a table like this?
Hi,
I put some code in the original post. Please help!
I put some code in the original post. Please help!
- Mon Aug 02, 2010 9:49 pm
- Forum: Graphics, Figures & Tables
- Topic: How can I make a table like this?
- Replies: 14
- Views: 6517
How can I make a table like this?
OK, I got it! I'll make some MWE...niotio910 wrote:Did I break some rules here?frabjous wrote:We’re (or at least I’m) waiting for you to follow board rules, and provide a MWE and explain why it doesn’t work as-is.
Sorry for my first thread!