Tagged Questions
1
vote
1answer
49 views
Dedicated ToC page
Currently I'm using:
\documentclass[twocolumn,notitlepage]{article}
\usepackage{verbatim}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{subfigure}
\usepackage{amssymb}
...
5
votes
1answer
275 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 ...
1
vote
1answer
177 views
Abstract not on a separate page
I'm writing a scientific paper for my university. The page after my table of contents I would like to start my document with a abstract, directly following with the first section. As far as I know, ...
5
votes
2answers
621 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
2answers
554 views
placing in the same page two abstract in different language
I'd place in the same page two abstract section.One created using my own language and one in english language. If I tried this:
\selectlanguage{italian}
\begin{abstract}
\lipsum[1]
\end{abstract}
...
7
votes
2answers
575 views
Chapter title and abstract in the same page
I'm writing a report and I need to write an abstract for the chapter after the chapter title in the same page. How can I do this?
7
votes
1answer
706 views
Strange blank page between abstract and ToC
I am puzzled by a blank page appearing between my abstract and ToC. Since I'm using the report document class, I am not expecting LaTeX to insert any blank pages. Here is a MWE showing the problem:
% ...