Tagged Questions
3
votes
1answer
172 views
Subfigures side by side not working
I am trying to set two figures side by side while using the picture environment instead of includegraphics as shown in most examples here. Unfortunately they are displayed stacked and I do not know ...
5
votes
1answer
850 views
multiple algorithm2e algorithms in two column documents
I tried this example Place four algorithms (algorithm2e) in a subfigure and arrange them in two rows and two columns on two column documents. It doesn't work. The error message is
! LaTeX Error: [H] ...
0
votes
0answers
186 views
Aligning 2 subfigures at the top of a two-column paper [closed]
I am trying to place 2 subfigures at the top of a two-column paper but I cannot get the desired result. Figures appear overlapped and captions appear one over the other. I wrote this code:
...
1
vote
1answer
284 views
\twocolumn undefined control sequence }] [closed]
I am trying to add a figure (a center environment) two a \twocolumn command. I tried this:
\documentclass[10pt,twocolumn]{article}
\usepackage{graphicx}
\usepackage{subfig}
\begin{document}
...
1
vote
1answer
334 views
Span columns with a 'center' environment
For the question How to place a "banner image" at the top of a paper the solution was to use a center environment to create a non-floating figure:
\documentclass{acmtog}
...
6
votes
2answers
920 views
How to put two tables in a table* element so that the tables appear side by side in a two column layout scientific paper?
This is related to How to make a figure span on two columns in a scientific paper?
In a table* element, I want to put two \tabular{} elements, and get them appear side by side. I will then need to ...