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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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