{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.
2
votes
1answer
415 views
Two column nomenclature
I want to achieve this for my nomenclature, making it two column with title on top of the columns and not part of the first one. I also want to keep my nomenclature's name changed to Appendix which I ...
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}
\\
...
2
votes
1answer
649 views
Add four images on a beamer frame
What is the best way to add four images on a beamer frame? I am using
\documentclass[slidestop,compress,11pt,xcolor=dvipsnames]{beamer}
\usefonttheme[onlymath]{serif}
\definecolor{LHCblue}{RGB}{4, ...
12
votes
4answers
494 views
Two column problem
I'm trying to replicate certain part of a scanned book.
However, I'm unable to get two columns, which have enumeratation on the left,
line of the right column which is in the parallel with first ...
5
votes
2answers
539 views
List of Symbols?
I'm trying to make a list of symbols that looks a lot like the one shown here
But I'm having some trouble making 2 columns that are spaced in that manner for the 2 pages I have for my list.
Can ...
5
votes
2answers
692 views
Multi-page one-column abstract in a two-column document
I'm making a two-column document, but I need a one-column abstract. The code:
\twocolumn[
\begin{@twocolumnfalse}
\maketitle
\begin{abstract}
...
\end{abstract}
\end{@twocolumnfalse}
]
doesn't ...
2
votes
2answers
175 views
Make several pages of source code into 1 column within a twocolumn book format
I have a
\documentclass[11pt, 12pt, oneside, twocolumn, fleqn, leqno]{book}
which was given to us by our professor. My problem is, he want us to put the LaTex Code inside the pdf document that will ...
9
votes
1answer
136 views
Centering contents name with [twocolumn] contents
I'm trying to make Table of Contents in two columns, but I'd like to center the contents name.
Now I'm doing
\twocolumn
\tableofcontents
but these commands give something like this:
Contents name ...
1
vote
2answers
181 views
One column figure blocks text in adjacent column
I am facing this strange problem where a figure in one column of a two-column page is blocking the second column. In other words, text is not going there in other column with a figure in the adjacent ...
4
votes
1answer
395 views
achemso single-column-abstract and Helvetica captions
I am currently writing a paper with the achemso style package, as required by the American Chemical Society. I can produce the very nice two-column format by just doing
...
10
votes
1answer
170 views
Text spreading onto both columns in middle of twocolumn layout
I know that the package cuted can do its job quite well. However I'd be interested in different layout than what cuted provides. I hope that the image will be worth milion words:
On the left is the ...
5
votes
1answer
451 views
How to get a double column verbatim in a single column table, in a double column document?
I have a double column document in which I need to place two source code listings side by side. Naturally a two column document's single column is too narrow so the two listings need to span the page ...
17
votes
1answer
269 views
Is there a rule of thumb to set the space between columns?
I've never heard about a convention to adjust the space between columns in a writing, it seems it depends on aesthetic sense--even in scientific literature---doesn't it?
27
votes
3answers
471 views
Is a three-column footnote layout possible?
I'm contemplating the idea of a document layout where citations are author-year-style, but given as footnotes. That is, those notes would be (for the most part) very short, which is a bad match for ...
4
votes
1answer
158 views
Wrong \rightmark in twocolumn mode
I would like to use the "dictionary" style of page header, using \rightmark--\leftmark as suggested in fancyhdr package.
However, in twocolumn mode, \rightmark containts the first mark in the latter ...
3
votes
1answer
259 views
Beamer continue block in next column
I am making a poster using the beamer document class. What I have done is that I divided the poster in two columns. In each column I do have a few blocks with content. What I want to do is to continue ...
0
votes
0answers
568 views
Problem in revtex while placing floats on the entire page [closed]
Ηey there,
I have a not so uncommon question, yet haven't found any answer that would work for me so far.
I am writing a two-column paper using revtex 4-1 and of course I face difficulties in ...
2
votes
1answer
201 views
How can I write a matrix using the whole page width in a two-colum document?
How can I write a big matrix (or array) in the width of the page while using two columns for all paper? I know that for figures (figure*) can be used, is there any way to do it for arrays?
2
votes
1answer
365 views
column width expands page after using landscape, minipage & twocolumn
I am writing a two column report: portrait oriented page. For certain pages I used landscape orientation. In this page a figure takes whole width of the page (29cm). Under this figure I put a two ...
2
votes
3answers
2k views
LaTeX figures in two column
Is there a convenient way to place a figure* at the end of the current page instead of taking up the entire next page in the twocolumn environment? Placement modifiers [Hb] do not work.
5
votes
3answers
134 views
Onecolum at the end in twocolum
So I have two problems:
first. how to add onecolumn at the end of article withtout breaking page?
second. same but after table in the middle of text?
5
votes
1answer
232 views
Independent Columns Environment
I am creating a two-page syllabus with a tikz calendar in the left column and all of the content on the right side of the page. Currently the right content is just like a normal article class document ...
8
votes
2answers
459 views
How to align text position on both sides of a twocolumn layout
I'm pretty sure this problem has been adressed somewhere before but I can't find a solution anywhere, probably because I have no idea how to define/call this problem.
Pretty much everything that ...
5
votes
2answers
1k views
How to put code in beamer two column
I was trying to put code and a figure side by side in a beamer presentation. I tried two methods - one said in beamer documentation and other in standard LaTeX. But couldn't get the output. The two ...
5
votes
2answers
174 views
Length of the rule (twocolumn)
When \documentclass[a4paper, twocolumn] is declared, is there a way to change the size of the vertical rule created by LaTeX? (I need to increase it)
Any ideas?
9
votes
1answer
269 views
Minitoc with two column content
I have a question regarding \minitoc, I want to change the layout for \minitoc inside my MSc thesis. The document is written using a single column, but I want to have the content within the \minitoc ...
4
votes
1answer
119 views
In a 2-columned document, how do you get a table to stretch across the entire width?
I'm working on a document that runs two columns of text down the page, like many scientific conference proceedings. However, I'd like for a table to run across the entire width of the page, as it is ...
2
votes
2answers
170 views
2-col floats and citation order problem
I am writing a document using IEEEtran class. And I am dealing with typical problem with 2-col floats (in my case a table).
I am aware of issue that a table has to be declared one page before than I ...
7
votes
1answer
556 views
break a table on two columns
I have a table that is quite long (less than a page, by the way) and quite narrow; to save space I wish to have it, let's say, on two columns. Referring to the following image, I wish to have the ...
4
votes
0answers
202 views
Balance package messes up vertical space between lines in second column [closed]
I am writing an article with the ACM Sigplan class and want to balance the two columns on the last page of my text (before the bibliography section, which is on a separate page).
I usually use the ...
0
votes
0answers
198 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
2answers
642 views
Simple two-column LaTeX template
I have been looking for a simple two-column LaTeX template.
I have attached a template that I like, but I am unable to remove the footer on the bottom of the page. Also, I would like to remove the ...
2
votes
1answer
269 views
How to deal with PDF figures
I can insert JPEG figures in publications, but when it comes the time to include PDF figures (I prefer them for graphics because of its vectorial nature) I cannot scale them properly.
I am using ...
0
votes
0answers
310 views
Single Column Table Contains Pictures in IEEEtran Class [closed]
I am trying to place a table that contains a few pictures, covering the all 2 columns. I learned how to do it in article class, but I do not know how to do it IEEEtran class. What should I do to do ...
2
votes
1answer
241 views
split a \xrightarrow into two lines
I'm using the command \xrightarrow{}[] in a two column document.
The problem is that the string above the arrow is too long and the arrow ends outside the column. Is there a way to "split" the arrow ...
5
votes
2answers
483 views
Start placing figures on right-hand side column of first page
I am trying to use IEEETrans to write a scientific paper in two column format. The issue is that one is not allowed to place figures in the left-hand side column of the first page. Figures should ...
8
votes
2answers
196 views
Fixme incompatible with two-column?
I wanted to use Fixme together with my two-column layout, but the output of Fixme looks broken, as if the margins are too small or so.
See example:
Example code:
...
4
votes
1answer
89 views
Balance/flush columns at the end of each chapter in twocolumn layout
In a twocolumn layout, how can I balance columns at the end of each chapter?
Package multicol is not appreciated because it doesn't offer nice float placement in the columns (floats are not allowed ...
4
votes
1answer
406 views
Problems using widetext.sty
I need to prepare a document for a journal and I'm using the twocolumn option in the article class. Now I have a horrible equation that makes use of the cases environment so it's hard to split up to ...
2
votes
1answer
233 views
Set two environments next to each other
How would I set two environments next to each other?
Lets say two tables.
I want to have something like this, where red is my page and blue one table and yellow the other. My scenario is that I have ...
21
votes
1answer
625 views
How can I reverse the positions of two (unequal width) columns so that the wider one is always against the inner margin?
I'm new to LaTeX and I'm trying to use it to write a spotlessly-typesetted draft of my novel (from the rough, typewritten hard draft) for MFA program applications, and eventually to send to ...
4
votes
1answer
379 views
Onecolumn till end of page in twocolumn mode
I know about using the widetext environment for setting text in onecolumn mode and the multicols package for effortless switching between one- and twocolumn mode, but I think this is not too great if ...
7
votes
3answers
328 views
Two-column layout with left column just as wide as its content
Here is image of desired layout, from PDF-ed MS Word version of the documment:
It's A5 format. What I exactly want is:
have it in two columns, each of them left-aligned
lyrics should take as much ...
3
votes
1answer
296 views
Lstlisting incompatible with Columns environment in beamer
I am trying to to put a lstlisting environment into the left column. I cannot find out why that isn't working. Are lstlisting and the columns environment in beamer incompatible?
Thanks!
...
4
votes
1answer
464 views
Two columns within mdframed frame
I want to add a simple two-column text within framed frame. I tried multicols as
\begin{mdframed}
\setlength{\columnsep}{10pt}
\begin{multicols}{2}
\begin{itemize}
TEXT
\end{itemize}
...
17
votes
3answers
9k views
Placing figures inside a two-column document
I'm trying to get images in my document in two different ways:
On top of the entire page, centered
On top of a single column
I tried it with both twocols and multicols. I ruled out twocols because ...
9
votes
2answers
3k views
\twocolumn[{\begin{@twocolumnfalse} explained
I'm typesetting a document in the [twocolumn] format. I found (Googled) that a way how to place some material spread over both columns is as in the following code:
\documentclass[twocolumn]{article}
...
0
votes
0answers
44 views
How can I automatically force a column break at the end of a twocolumn document? [duplicate]
Possible Duplicate:
How to balance last page of two-column layout?
I need force a column break at the end of the document if the text doesn't complete all the last page, so that the column ...
2
votes
1answer
818 views
How to center the caption in onecolumn space?
I used the commands \onecolumn and \twocolumn to have some images in one column, but now the images' captions are not centered. How can I solve this problem?
My code is like below:
\one column
...
3
votes
1answer
234 views
Input a figure between title and body in twocolumn form
I'm using a LaTeX to write a small paper using CVPR template.
I'd like to put a figure between my title+name and body(which consists with two columns) like many CVPR papers do, but I don't find the ...
