Search found 4 matches

by paulvanderheijden
Sat Mar 22, 2008 10:05 pm
Forum: General
Topic: Table: indent row
Replies: 1
Views: 3259

Table: indent row

I want to make a table where I group the rows, such as:

Males \\
Paul \\
Rob \\
Females \\
Anne \\

How do I produce these indents or spaces?
by paulvanderheijden
Wed Mar 19, 2008 1:02 am
Forum: General
Topic: Force images/tables to verso
Replies: 4
Views: 4303

Force images/tables to verso

Is there a way to group tables and images and show them on the verso (left hand) page only?

I'd like my tables/images on the left and my text on the right.

Thanks!
by paulvanderheijden
Wed Mar 12, 2008 1:02 pm
Forum: General
Topic: Adding footnotes to Tables
Replies: 5
Views: 54480

Re: Adding footnotes to Tables

Does anyone have a fix for this?

This table goes center aligned:
\begin{table}
\centering
\begin{tabular}{ll}
a & b \\
c & d \\
\end{tabular}
\end{table}

This one does not:
\begin{table}
\centering
\begin{threeparttable}
\begin{tabular}{ll}
a & b \\
c & d \\
\end{tabular}
\end{threeparttable}
\end ...
by paulvanderheijden
Sun Feb 17, 2008 2:41 pm
Forum: General
Topic: table/figure background and border
Replies: 1
Views: 10319

table/figure background and border

I am working on my masters thesis. The content is pretty technical (lots of graphs and formulas), so I am really trying to keep it interesting to read by designing a fitting layout. I have a few ideas but no idea how to do it:

I'd like my figures and tables to reside in a box. Just the content and ...