Tagged Questions
1
vote
1answer
89 views
table numbers are wrong for double column table
My:
\begin{table*}[t]
\begin{minipage}{\textwidth}
\begin{tabular}
\end{tabular}
\CaptionType{table}
\caption{...}
\label{tab:res2}
\end{minipage}
\\
...
5
votes
2answers
2k views
How to enforce the position of table* (wide table)
I'm writing a paper using SIGPLAN conference 2 columns format. I maintain separate .tex files per each chapters:
%% main.tex
\documentclass[preprint, 10pt]{sigplanconf}
\usepackage{ ... }
...
...
10
votes
2answers
989 views
How can I place a double-wide figure float (ie, figure*) on the bottom on the first page of a two-column document
In what I would like to be a two-page, two-column document with two wide (figure*) figures, I need one to be on the bottom of the first page, and one to be on the top or bottom of the second.
...
10
votes
1answer
3k views
Put a table* at the bottom of a page?
In a two column document in LaTeX, is there any way to put a table* (a table spanning both columns) at the bottom of the page? The obvious doesn't work:
\begin{table*}[b] % b!, hb, hb!, etc. ...
