Search found 5 matches

by dbmk
Fri Jan 02, 2009 4:11 pm
Forum: Graphics, Figures & Tables
Topic: Vertical alignment of text in cell next to table
Replies: 7
Views: 14565

Vertical alignment of text in cell next to table

Anywy this helps applied to the example from keta


\cline{2-2}
Problem text: &
\begin{tabular}[t]{p{40mm}p{30mm}p{30mm}}
%\hline


it is the \hline at the top of the tabular that fcks things up, so we draw it in the outside table instead.

I would also recommend the booktabs package (or the ...
by dbmk
Fri Jan 02, 2009 4:07 pm
Forum: Graphics, Figures & Tables
Topic: Vertical alignment of text in cell next to table
Replies: 7
Views: 14565

Vertical alignment of text in cell next to table

Anywy this helps applied to the example from keta


\cline{2-2}
Problem text: &
\begin{tabular}[t]{p{40mm}p{30mm}p{30mm}}
%\hline


it is the \hline at the top of the tabular that fcks things up, so we draw it in the outside table instead.

I would also recommend the booktabs package (or the ...
by dbmk
Fri Jan 02, 2009 4:02 pm
Forum: Graphics, Figures & Tables
Topic: Vertical alignment of text in cell next to table
Replies: 7
Views: 14565

Vertical alignment of text in cell next to table

I do not understand why you use tables inside tables? You could do all of this in longtable alone.

Somewhat fair point as I have not laid out the way this comes about.

This is all created by a program and in its practical application has more content than is seen here. The content for each cell ...
by dbmk
Fri Jan 02, 2009 2:49 pm
Forum: Graphics, Figures & Tables
Topic: Vertical alignment of text in cell next to table
Replies: 7
Views: 14565

Vertical alignment of text in cell next to table

Does not quite work for me - but I appreciate the effort.

To be more clear, I would like the "Problem text" moved as indicated in the below picture:
http://www.dabomb.dk/latex/latexproblem.JPG

And to clarify; The red line is only to indicate the baseline I would like to see it on. Not something ...
by dbmk
Tue Dec 30, 2008 9:31 pm
Forum: Graphics, Figures & Tables
Topic: Vertical alignment of text in cell next to table
Replies: 7
Views: 14565

Vertical alignment of text in cell next to table

Hi guys and girls!

I have problem with alignment of text inside a longtable environment when a table is placed in the cell next to it.

Example in the following:


\documentclass[a4paper,twoside]{report}

\usepackage{longtable}

\begin{document}

\begin{longtable}{@{}p{40mm}@{}p{110mm}}
Blaa ...