Search found 3 matches

by martinoshea
Sat Jun 26, 2010 11:53 pm
Forum: Graphics, Figures & Tables
Topic: How to number floats in LaTeX consistently?
Replies: 1
Views: 1404

How to number floats in LaTeX consistently?

Hello

I have a LaTeX document where I'd like the numbering of floats (tables and figures) to be in one numeric sequence from 1 to x rather than two sequences according to their type. I'm not using lists of figures or tables either and do nort need to.

My documentclass is report and typically my ...
by martinoshea
Wed Apr 21, 2010 7:34 pm
Forum: Graphics, Figures & Tables
Topic: Column spacing
Replies: 3
Views: 2850

Re: Column spacing

Thanks for the reply.

I would like the two columns below "Datasets mined / student-orig feeds" to be evenly spaced like the 4 below "Datasets mined / student-alloc feeds".
by martinoshea
Wed Apr 21, 2010 7:13 pm
Forum: Graphics, Figures & Tables
Topic: Column spacing
Replies: 3
Views: 2850

Column spacing

Hello

Can anyone help? I have a table which displays as follows:
Capture.png
Which is formed from LaTeX as follows using MikTeX 2.6:

\begin{table} [htbp]
\centering
{\footnotesize\tt
\begin{tabular} {| l | r | r | r | r | r | r |}
\hline
\multicolumn{1}{|c|}{Mining type}
&\multicolumn{4 ...