Search found 2 matches

by moerae
Mon Mar 12, 2012 9:50 pm
Forum: Graphics, Figures & Tables
Topic: threeparttable | Resizing Tables
Replies: 2
Views: 4808

threeparttable | Resizing Tables

Here it is....


\documentclass[12pt,a4paper]{book}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{pdflscape}
\usepackage{booktabs}
\usepackage[para]{threeparttable}

\begin{landscape}
\begin{table}[H]
\begin{threeparttable}[b]
\centering
\caption{\textbf{A list of the genes implicated ...
by moerae
Sun Mar 11, 2012 1:55 am
Forum: Graphics, Figures & Tables
Topic: threeparttable | Resizing Tables
Replies: 2
Views: 4808

threeparttable | Resizing Tables

Hi,

I'm new to the community and I was wondering if anyone can help me with this. I'm using \scalebox , which works perfectly fine with normal tables, but I need to also use threeparttable environment and I can seem to get the two work together on the one table. If anyone can give me a hand that ...