Text Formattingarticle | Start Content after Abstract on odd Page

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
jeffry01
Posts: 8
Joined: Mon Dec 19, 2011 4:12 pm

article | Start Content after Abstract on odd Page

Post by jeffry01 »

Hi there :P,

I created an article document class for my project proposal consisting of 1-page abstract and 15-pages details. I want to force the details to start on the odd page but the command \cleardoublepage does not work on article. What should I do?

Thanks and nice day.

Jeff

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

article | Start Content after Abstract on odd Page

Post by Stefan Kottwitz »

Hi Jeff,

do you want to start it on an odd page because your document is printed two-sided? If this is the case, I recommend to use the twoside option, which also makes \cleardoublepage work.

Code: Select all

\documentclass[twoside]{article}
Stefan
LaTeX.org admin
jeffry01
Posts: 8
Joined: Mon Dec 19, 2011 4:12 pm

Re: article | Start Content after Abstract on odd Page

Post by jeffry01 »

Hi Stefan :P,

thank you so much for a fast response. The twoside option works!!
You rock!!

Jeff
Post Reply