Tagged Questions
1
vote
1answer
56 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 ...
3
votes
1answer
168 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, ...
2
votes
1answer
153 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 ...
5
votes
1answer
261 views
Preventing page break in \documentclass[twocolumn]{article} after \author{}
A page break appeared between \author{} and \date{} after I added the \twocolumn[] section. The \twocolumn[] section was added to achieve a single column abstract in the twocolumn document. How can I ...
9
votes
4answers
184 views
Two-colum task list with status information
I'm trying to generate a two-column task list with status information in the second column. It has to allow page breaks and should look more a less like this:
I managed to hack something together ...
5
votes
2answers
606 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 ...
10
votes
1answer
161 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
3answers
133 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?
4
votes
1answer
371 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 ...
3
votes
1answer
279 views
longtable spanning multicolumns
How to use make a longtable span across a two-column document?
I'm working on a twocolumn class, and I'd like to make the longtable be centralized in the page, as well as to make the orphan items, ...
0
votes
1answer
481 views
Switching from onecolumn to twocolumn sends to the next page!
I have a simple documentclass with onecolumn title and twocolumn body. When When switching back to twocolumn for the body text, it will goes to the next page instead of continuing under the title:
...
5
votes
1answer
221 views
How to retain the double-column formatting of the previous page after \clearpage?
I'd like to have some additional material after a paper, starting on a new page. For this purpose I'm using \clearpage or \cleardoublepage (\newpage doesn't work the way I want). Unfortunately, while ...
3
votes
1answer
1k views
Longtable alternative for twocolumn documents?
Is there a recommended method for incorporating multi-page tables into twocolumn documents? It's clear that the longtable package isn't set up to deal with documents of more than one column.
Is ...
7
votes
2answers
3k views
Chapter without pagebreak? (In twocolumn document.)
I've googled, and I read a lot about how not having a pagebreak before a new chapter is bad style. I've read about how one could use sections instead. I've read about how changing whether a chapter ...
7
votes
2answers
130 views
dblfnote.sty with musuos.cls causes unbalanced footnotes
I’m the author of musuos.cls and while writing a paper with it I noticed that the dblfnote-package leads to unbalanced footnote columns
You can see that the left colum has one line less than the ...
5
votes
1answer
401 views
How to change chapter created by \printindex to section?
I wonder if there is a solution to the following problem: I wanted to create an index with the package makeidx and the scrartcl document class. \printindex creates a chapter called "Index". But all I ...
4
votes
1answer
627 views
\pagebreak and two-column text
When I use \pagebreak in a two-column text, the paragraphs are spread out by vertical spaces only in the current column, so the whole page looks unbalanced (the right column has large spaces between ...
9
votes
2answers
719 views
Automatic way to break narrow tables into two columns?
Is there an easy way to break long narrow tables into two (or possibly more) columns (i.e. without manually rearranging the columns)?
In the following example you can see that there is a lot of ...
4
votes
1answer
1k views
Two-column beamer ToC with control over the breaking point
From Splitting TOC into two columns on single frame in beamer, I'd like to know whether it is possible to control the position of the breaking point between column 1 and column 2?
14
votes
3answers
907 views
How to avoid a page break before a two-column TOC in memoir
Although `I wouldn't normally do this', I'm writing a short(ish) document for which I'd like to place a small TOC in two columns as the last thing on the title page.
In single column mode it works ...
7
votes
2answers
935 views
Index shouldn't start new page
I am writing an article in LaTeX 2e with \documentclass[twocolumn]{article}, including an index. The document prelude includes \usepackage{makeidx} and the \makeindex command. At the point where I ...
6
votes
1answer
224 views
Is there a “\nocolumnbreak” analog to \nopagebreak?
If I want to prevent latex from putting two (short) paragraphs on different columns, is there something similar to \nopagebreak that will let me do this?
5
votes
2answers
330 views
xtabular* does not work on two columns
I'm trying to split a table in several pages, for doing this I'm using the xtab package and xtabular. However, the behavior of the xtabular* environment (that supposedly should break the two column ...
8
votes
2answers
5k views
How do I force a column-break in a two-column document?
Similar to How do I force a column-break in a multi-column page? I want to force a column-break in a two-column document.
\columnbreak
seems to be undefined without the multicols package.
5
votes
2answers
2k views
Listing over two columns - how to page break?
I have a two column article:
\documentclass[a4paper, twocolumn]{article}
Inside this is a bigger lstlisting which has a float=* to merge the two columns.
However this listing needs a page break. ...
10
votes
3answers
2k views
How can I create a two-column layout with different widths (and texts) for the two columns?
I want to create a document in which there are two separate columns of content. The column on the left is normal text, with sections, environments, etc. The column on the right is figures, all roughly ...