\clearpage
but doesnt result in a new page.something that just flushes the tables and figuresSearch found 8 matches
- Fri Nov 30, 2007 2:07 pm
- Forum: General
- Topic: Force output of tables and figures without page break
- Replies: 1
- Views: 1844
Force output of tables and figures without page break
is there anything in latex which is similar to
- Mon Nov 26, 2007 2:58 pm
- Forum: General
- Topic: Resize a table and align to the top
- Replies: 11
- Views: 23237
Re: Latex Tabular
there was nothing wrong as such
.the [t] option works fine.something wrong with the value i was giving in resizebox

- Mon Nov 26, 2007 2:15 pm
- Forum: General
- Topic: Resize a table and align to the top
- Replies: 11
- Views: 23237
Re: Latex Tabular
my problem has been solved.thanks a lot for the help guys 

- Mon Nov 26, 2007 12:31 pm
- Forum: General
- Topic: Resize a table and align to the top
- Replies: 11
- Views: 23237
Re: Latex Tabular
the subfloat seems to be giving me some problems.I am trying to fit in as many tables as possible in a single page.Am not able to do that when i use subfloat(less number of tables come on to a page).
- Fri Nov 23, 2007 11:57 am
- Forum: General
- Topic: Resize a table and align to the top
- Replies: 11
- Views: 23237
Re: Latex Tabular
subfloat works pretty well.thanks a lot
is there any way i can reduce the gap between the captions and the tables???
also can i force section headings in latex like we do with tables.something like !h
is there any way i can reduce the gap between the captions and the tables???
also can i force section headings in latex like we do with tables.something like !h
- Fri Nov 23, 2007 11:14 am
- Forum: General
- Topic: Resize a table and align to the top
- Replies: 11
- Views: 23237
Re: Latex Tabular
I cannot possibly use the same height for all the tables.There can be two tables side by side one with as few as 2 to 3 rows and the other with abt 20 rows.
- Thu Nov 22, 2007 6:59 am
- Forum: General
- Topic: Resize a table and align to the top
- Replies: 11
- Views: 23237
Resize a table and align to the top
I have something like this...........
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\begin{document}
\begin{table}[!hbt]
\begin{tabular}{c c} \\
\fbox{\resizebox{2.82353cm}{0.6cm}{\begin{tabular}[t]{l l l }
gfsdf & gsdg & hdgh\\
nsg & bsf & bsfb\\
sdbs & sgsg & sdgs \\
\end ...
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\begin{document}
\begin{table}[!hbt]
\begin{tabular}{c c} \\
\fbox{\resizebox{2.82353cm}{0.6cm}{\begin{tabular}[t]{l l l }
gfsdf & gsdg & hdgh\\
nsg & bsf & bsfb\\
sdbs & sgsg & sdgs \\
\end ...
- Wed Nov 21, 2007 8:53 am
- Forum: General
- Topic: Resize a table and align to the top
- Replies: 11
- Views: 23237
Resize a table and align to the top
I am trying to create some tables using the
table and the tabular environments.To align the tabular to the top I
use the t option after \begin{tabular} .
But if I use resizebox along with this as in
\resizebox{}{}{\begin{tabular}[t]{}.............
the table doesnt come to the top but sits in the ...
table and the tabular environments.To align the tabular to the top I
use the t option after \begin{tabular} .
But if I use resizebox along with this as in
\resizebox{}{}{\begin{tabular}[t]{}.............
the table doesnt come to the top but sits in the ...