3
votes
1answer
34 views

Force Poem Title and graphics on the same page

I've been using \needspace{4\baselineskip} to keep Poem Titles with a graphic produced by lilypond-book (music typesetting engine) together. In a 184p. document with 79 different Poem Titles followed ...
0
votes
0answers
45 views

Put a break after authors

I want to put a page break after the authors as there is a small space between the authors block and the abstract.
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 ...
1
vote
1answer
48 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
266 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
1answer
213 views

\maketitle text before title

I want my page to look something like this (using \documentclass{article}): text title text but I can't get it right, it puts my title on the next page leaving my first text ...
0
votes
1answer
426 views

How to prevent empty page after \maketitle?

I have a few pages that I've texed. I wanted to start the document with a title page but if I do that it produces an empty page numbered '1' between the title page and the first section. How to ...
1
vote
1answer
168 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, ...
3
votes
1answer
223 views

figure between date and bottom of the title page [duplicate]

Possible Duplicate: How to insert an image in the front cover of a report? I want to insert a .eps figure on the title page of a report. This figure has to be placed after date and then ...
9
votes
2answers
821 views

Copyright page on back of title page

I am trying to get the copyright page to print (or display) on the back of the title page. What is happening is that I get a blank page after the title page and then the copyright page opens on the ...
1
vote
1answer
755 views

Title page plus table of contents

I am writing a paper for my candidacy exam. I am using book class, but I want my name and the title to appear on the first page with the Table of Contents instead of appearing in a sepearte page. ...
1
vote
2answers
207 views

No white page before full pdf page as front cover. (title page)

I have a little problem with a pdf that I want as front cover for a report. When I add a pdf as front cover I get first a white page and after that the pdf. But I want it to print the pdf first than ...
1
vote
2answers
218 views

In book class, make the titlepage environment successively displayed

I use several titlepage environments on book document class as \documentclass[openany]{book} \begin{document} \begin{titlepage} This page is title page \end{titlepage} \begin{titlepage} This page is ...
4
votes
1answer
2k views

single-column revtex4-1 adds a page break after the title section

Using revtex4-1 in single-column mode produces a page break after the abstract. This is not the behavior with revtex4. The minimal example is really simple: \documentclass{revtex4-1} ...
2
votes
1answer
1k views

Remove page numbers in a »titlepage« environment

I use the titlepage enviroment in my thesis and want to remove the page numbers on my title pages (where I've got 2) pages. The titlepage enviroment does that for the first site automatically but not ...