{two-column} is about the \twocolumn command and the class option of the same name. For questions about the {multicol} package, use the appropriate tag instead.
1
vote
0answers
38 views
How to position wide figures in two column documents
I want to an image at the bottom of a page in a two column document. Using figure* causes the image to jump to jump to the bottom of the document. Is there a way to do avoid this?
Here is an example:
...
3
votes
2answers
41 views
Placing image in second column of two column page
I would like to use a two column layout and have images and text in the second column begin at the top of the page and continue down with even spacing. I've tried using the multicol package as well, ...
2
votes
1answer
35 views
Making section headers break two column flow
I'm new to LaTeX and I'm writing a document for which I'm using \documentclass[twocolumn]{article}. Is it possible to make \section headers break the two column flow? To clarify, I'd like a long ...
1
vote
1answer
31 views
Subfigure column break in a 2 column document
My problem is that the subfigures do not wrap to the next column, instead they go off the bottom of the page.
How can I add a break to the subfigure so that subfigures A-D are in one column, then ...
3
votes
1answer
54 views
Equation and image in a row
I have example (defined as \newtheorem{example}{Example}[section]) and inside
I have four-level equation of same size as an image ABC.png that I want to put on the right from the equation. But it is ...
1
vote
1answer
46 views
Mixing twocolumn and create fourcolumn reference on same page
The article is typeset in twocolumn and reference parts are need to typeset in fourth column on same page. I have googled and find cuted can do Mixing onecolumn and twocolumn modes. But I have need ...
3
votes
1answer
50 views
Table width is not wide enough
I have a problem in the table width, it is very small as shown below and I need it to fit in two column paper. Any help please?
\begin{table}[H]
\centering
\begin{tabular}{|r|r|r|r|}
\hline
...
0
votes
0answers
21 views
Use a column in a twocolumn layout only for images when requested
to present additional informations I would like to use one column of a twocolumn layout, whichs moves to a certain header.
That would mean that all written informations should be presented in the ...
1
vote
1answer
73 views
Beamer columns environment in article document
I'd like to use something like beamer's \columns environment in an article-like document. Does anyone know if this is possible and how to do it?
I found this: (beamer blocks in ordinary article-style ...
2
votes
0answers
32 views
supertabular and twocolumn blank column
We are using minipage supertabular with a twocolumn mode for our reports and were observing strange behaviour lately.
There are some cases, when the subsubsection is at the top of the second column ...
8
votes
2answers
100 views
Using listings package for documenting LISP code in two column mode
Using listings package, I am trying to write some LISP code. The issue is that LISP uses a lot of '-' in function name, and it makes the line width too large to break the boundary in two column mode.
...
1
vote
0answers
45 views
IEEEtran and using plots
Within a IEEEtran 2 column document, 2 plots are too small concerning their width.
Should I place them (a) vertical or (b) interrupt the 2 column layout?
btw it will be submitted to a conference.
...
3
votes
1answer
57 views
Is that possible to put one figure in the top and one two-column figure in the bottom of a same page?
I am adding figures into a two-column LaTeX file. In one page, I need to put a one-column figure and a two-column figure in a same page. The one-column figure should be in the top of the page and the ...
0
votes
0answers
38 views
Strange PDF error in IEEEtran twocolumn
I am having an issue to compile a document. It gives the following error:
pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pdfstartlink.
I am using IEEEtran class, in ...
1
vote
0answers
24 views
mdframed in two column book vertical alignment problem (first page only) [duplicate]
I am trying to align the columns of the first page but without success into the mdframed. Any ideas?
\documentclass[11pt,a4paper,twocolumn,twoside]{book}
\usepackage{lipsum}
\usepackage{mdframed}
...
2
votes
1answer
78 views
How to share a one column figure with two column text on same page
I am writing an article that is composed of a two column body. But on one page, I want a figure that takes up both columns at the top and below I want to continue writing in two column text.
So far I ...
1
vote
1answer
57 views
Creating title page in revtex with twocolumn layout
I'm trying to create a separate title page for a report in revtex. This works fine if I have single column layout however I want the report to be in two column format. When I have this even including ...
2
votes
1answer
45 views
Is it possible to apply commands to specific pages (the first page)
Tricky question (for me at least!) I am using revtex which allows you to switch between a one and two column environment using the \onecolumngrid and \twocolumngrid commands.
I would like my first ...
1
vote
0answers
73 views
Marginpar on a fixed side of two-column double-sided memoir document
I have a two-column, double-sided document class based on memoir, where the wide margin is always on the left. I would like the \marginpar to always be in this left margin, irrespective of whether it ...
1
vote
1answer
48 views
TOC out of order in two-column documents
I was playing with \@outputdblcol and I came up with this:
\documentclass[twocolumn]{article}
\makeatletter
\def\@outputdblcol{%
\if@firstcolumn
\global \@firstcolumnfalse
\global ...
4
votes
1answer
93 views
Two columns with page span
this is my first post! I have tried to find a solution before posting.
I have some input put into my .tex. The left column is text input by a user. To the right I would like 0..4 pictures, also ...
3
votes
1answer
82 views
Figure width problem
I have a problem in a figure which i draw, the figure doesn't fit in one column of two column paper as shown in the fig below, any help?
\begin{figure}{H}
\centering
\begin{tikzpicture}[
...
1
vote
1answer
81 views
If two columns LaTeX
I am writing a paper in LaTeX. I will need both the one-column and two-column versions of the paper. For this, the figure sizes/configurations need to be different in the two documents. I am looking ...
1
vote
1answer
39 views
Using \vfill* prints the asterisk
I'm using \vfill* to unbalance columns in a twocolumn environment. The columns are filled with a series of figure environments that I'm using to keep blocks of text together. I would like the ...
4
votes
2answers
79 views
Table width equal line width
I generated this table but it's width exceeds the line width as i am working in two column paper And i need it to fit only in one column, Any help ?
\begin{table}[t]
\centering
...
3
votes
1answer
177 views
How to put a full-width table at the top or bottom of the same two-column page as the reference text?
I'm posting today because I would like to reduce white space in a document I'm writing.
The content is two-columns but I have floating tables that span across both columns (table*).
At some point, ...
6
votes
1answer
124 views
Figure and text vertical alignment in two column document
I am trying to set a layout for a twocolumn book with a particular page layout (specified with the geometry package) and with the text in both columns aligned to each other. For this I've already ...
3
votes
0answers
42 views
One column headings in twocolumn environment
In a twocolumn document, I would like chapter headings that span on two columns but don't introduce a page break:
section doesn't introduce a page break, but it doesn't span on two columns;
chapter ...
2
votes
0answers
58 views
How to use the pullquote package on a two-column layout? [closed]
I've been reading about pull quotes. In this question, a great answer is posted with a link to a custom package called pullquote.
I've installed this package and have been trying to make it work, as ...
5
votes
1answer
263 views
Image placement in LaTeX (twocolumn mode)
I'm beginning to work on my senior thesis for biochemistry and I'm excited to use LaTeX to make a nice looking final product.
I'm new to LaTeX though so I don't actually know that much about it. ...
0
votes
0answers
30 views
verbatim in two columns [duplicate]
I have a 2 column document that I wish to add some verbatim to.
However, when its added it spans both columns instead of remaining in one (what I need it to do).
Is there any way to do this? or an ...
2
votes
1answer
155 views
\newpage stays in right column
I am using RevTEX 4.1 with the following parameters:
\documentclass[aps,prb,reprint]{revtex4-1}
This gives a two-column layout with a balanced two-column bibliography at the end. I would like to ...
8
votes
1answer
127 views
What are the main advantages to using the multicol package over the twocolumn documentclass option?
I'm going to be writing my dissertation in LaTeX quite soon.
Whenever I've done work in the past in LaTeX, I've always just used \documentclass[twocolumn]{article} but I've heard about multicol. ...
3
votes
1answer
85 views
Chemfig reaction to wide for twocolumn
For a paper I have to describe certain reactions. I am using the chemfig package to do this. The paper has to be two columns and this is where it goes wrong. When I compile this reaction:
...
4
votes
1answer
61 views
Even columns in document with long bibliography
I am writing a document in two column format and the last two pages are devoted to the bibliography, which I generate with BibTeX. I need to finish the last page with the two columns having the same ...
3
votes
1answer
95 views
Fit table in page column also some editing
I want to make the table fit into one column in a two column page.
Also, I need it to look like this:
Here’s my code
\documentclass[twocolumn]{article}
\usepackage{adjustbox}
\begin{document}
...
2
votes
2answers
121 views
How to add two pictures in a single column? How to add four pictures in a single row?
I am doing a paper for an ACM conference and I want to add some graphics pictures. I want to add two pictures in a single column and four pictures in single row. How is it possible?
0
votes
1answer
82 views
float a wide ctabular in two columns
I have a very long table (slightly more than 2 pages) and so, am using the ctabular environment of the memoir class. I understand how a float defeats the purpose of a continuous tabular but I would ...
4
votes
2answers
117 views
Make \maketitle span only one column in a twocolumn document
I want to write a landscape two column document. Does anyone know if there's a possibility to use the \maketitle command such that the title is only in the left column and does not span the whole ...
2
votes
1answer
94 views
How can I have both onecolumn and twocolumn in the same page in ACM SIGPLAN paper
I need to have in the same page both onecolumn and twocolumn. As default, a page in ACM SIGPLAN latex is twocolumn. But I have a picture that need to be located in onecolumn. When I use :
\onecolumn
...
1
vote
1answer
95 views
How to get onecolumn appendix in twocolumn book documentclass
I'm writing an essay in \documentclass[a4paper,11pt,twocolumn]{book}.
The entire work is in twocolumn but I need the appendix to be onecolumn.
I tried using \onecolumn but is adds 2 blank pages and ...
1
vote
1answer
238 views
Creating tables with borders in IEEE conference two column format
I'm new to LaTex. I'm trying to find some sample code that shows how to create a single column table with borders (and if possible a grey header row) in a two column paper.
3
votes
1answer
195 views
wide table in a two-column document
I have a two-column LyX document. I want to add a table that will be as wide as the entire page, so that it will not have to be squeezed into a single column. I found some suggestions: table too wide ...
2
votes
1answer
184 views
Tikzpicture in a two column way using a one column .cls template
I'm using a .cls IEEEtran from IEEE available here http://www.ieee.org/conferences_events/conferences/publishing/templates.html; and all document is in two columns.
I'm ploting using pgfplots a ...
1
vote
0answers
138 views
Making a long footnote span two columns
I am using an ACM proceedings document class (acm_proc_article-sp) which uses a standard 2-column layout. I have a very long, unbreakable footnote that needs to span both columns. Is this possible? ...
0
votes
0answers
50 views
Force full with float into position when using twocolumn [closed]
I am writing a document which is in two columns and I wish to have a float across the bottom of the first page. I am using figure* to make it full width.
All the advice I have read says to use [h] or ...
0
votes
0answers
35 views
Create two small box after text? [duplicate]
how should i declare a command for two small boxes after text in every line? based from this link Create a two column static small box. I need to remove the automatic printing of its numbers. What ...
2
votes
1answer
73 views
Figure spans two columns, but text going over half the image
I am using the float package to force an image to right below where the authors section normally is on a journal paper. Using [H] I get the image to show up in the right place, but the text does not ...
0
votes
0answers
177 views
Problem with table of contents [closed]
I have this code
\documentclass[11pt]{article}
\usepackage[landscape,twocolumn, margin=2cm]{geometry}
\usepackage{fancyhdr,lipsum}
\usepackage[utf8]{inputenc}
\pagestyle{fancy}
\fancyhf{}
...
2
votes
1answer
271 views
Elsevier format 2 columns in Lyx
I would like to use Elsevier class to create paper in 2 column format as shown in authors guide: http://cdn.elsevier.com/assets/pdf_file/0011/109388/elsdoc.pdf (last page). I am using Lyx and kept the ...





