Search found 2 matches

by avrakas
Wed Jun 03, 2009 8:58 pm
Forum: Graphics, Figures & Tables
Topic: force table* appear in the specific section
Replies: 1
Views: 8486

force table* appear in the specific section

I'm using
\begin{table*}[t] ... \end{table*} to place a table within a two-column format (IEEE) paper so that it takes the space of both columns. The problem is that the table appears after the next \section starts. Is it possible to force it appear at the top of the page before a new section starts?
by avrakas
Mon May 18, 2009 3:59 pm
Forum: Document Classes
Topic: page size
Replies: 1
Views: 1782

page size

Hello,

I have the following LaTeX code:


\documentclass{article}
\usepackage{vaucanson-g}
\begin{document}
\input{diagrams/automaton}
\end{document}

I want to create a PDF which has the size of the diagram in the file diagrams/automaton.tex, so that no empty space exists between the diagram and ...