Tagged Questions
5
votes
1answer
259 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 ...
5
votes
2answers
599 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 ...
4
votes
1answer
353 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
...
2
votes
3answers
1k views
How can I change the distance between abstract and section 1?
My LaTeX format is as follows:
Abstract: Abstract goes here.
Section 1:
It should be noted that my abstract is one column and sections are two-column.
Abstract and Section 1 are very close ...
14
votes
3answers
6k views
How can I place a one-column-abstract in a two-column document?
How can I place a one-column-abstract and after that two-column-section in a LaTeX template?
1
vote
1answer
639 views
One-column abstract in KOMA-script
I would like to make the abstract in KOMA Article appear on both columns, when writing a two column article. I would like to use internal koma options, instead of loading external packages.
The ...
4
votes
1answer
870 views
abstract, tableofcontents and listoffigures in twocolumn, landscape report
\documentclass[a4paper,landscape,twocolumn]{report}
....
\begin{document}
\begin{abstract}
bla bla bla
\end{abstract}
\tableofcontents
\listoffigures
\chapter{Introduction}
....
I get the main ...
1
vote
1answer
144 views
Abstract takes its own column, pushes first section to second column
I am using the acm_proc_article-sp class to prepare a conference paper. It should not exceed the length of 4 pages. Unfortunately, the abstract will push the first chapter to the second column, even ...