Search found 12 matches

by niotio910
Thu Aug 05, 2010 9:45 am
Forum: Graphics, Figures & Tables
Topic: longtable doesn't page break with \newline
Replies: 6
Views: 6349

Re: longtable doesn't page break with \newline

Alright, I got it.
Thanks!
by niotio910
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 ...
by niotio910
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

meho_r wrote:You really should go back and read again replies to your another question.
Hi meho_r because I felt that this is another help :)
Could you please help me out here?
by niotio910
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 ...
by niotio910
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!
by niotio910
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 ...
by niotio910
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 ...
by niotio910
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!
by niotio910
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?

niotio910 wrote:
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.
Did I break some rules here?
OK, I got it! I'll make some MWE...
Sorry for my first thread!