Page Layoutodd page roman arabic article

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
jgthb
Posts: 13
Joined: Wed Feb 17, 2010 6:57 pm

odd page roman arabic article

Post by jgthb »

Hi

For my first few pages roman numbers are used, and then I switch to arabic number. But suddenly the header is swapped, i.e. the subsection titles are on the inside and the section titles on the outside. Since the first arabic page is 1 it interprets the page as an odd page, even though it is actually an even page. The document class is article. (I could found a solution for the book class, but don't wanna change to that)

Does anyone have an idea how to solve this?

I also have another question:
In my pdf, it says there are 9 pages (which is also true), but I only want it to count the arabic pages. How can this be done?

I have uploaded the tex-file.
Attachments
sample.pdf
(88.24 KiB) Downloaded 426 times
sample.tex
(1.94 KiB) Downloaded 352 times

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

odd page roman arabic article

Post by Stefan Kottwitz »

jgthb wrote:Since the first arabic page is 1 it interprets the page as an odd page, even though it is actually an even page.
Did you ever see an odd page on the left side, in a book, a journal or a paper or any other document? Perhaps consider inserting an empty page, and start with the arabic 1 at a right-hand page.

Stefan
LaTeX.org admin
jgthb
Posts: 13
Joined: Wed Feb 17, 2010 6:57 pm

Re: odd page roman arabic article

Post by jgthb »

Hmm, I guess you're right. I'll probably use an empty page. 'Clear double page' should do the job in a consistent manner, right? (I mean if the number of roman pages is changed)

What about the number of pages problem in the pdf reader? Just to be clear, in the pdf if you go to the last page, adobe reader says page 6 (as is also shown on the actual page) but then in brackets it also says (9 of 9). Can this be controlled, so it says (6 of 6)?

By the way, I can make a new thread for this last question, so it is easier for others to find the question. Should I do that?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

odd page roman arabic article

Post by Stefan Kottwitz »

jgthb wrote:'Clear double page' should do the job in a consistent manner, right?
Yes, \cleardoublepage, if the document is in two-side mode.
jgthb wrote:in the pdf if you go to the last page, adobe reader says page 6 (as is also shown on the actual page) but then in brackets it also says (9 of 9). Can this be controlled, so it says (6 of 6)?
That's a reader issue, I think. The reader doesn't care at this point about different numbering but shows physical page numbers. I doubt that it can be changed.

Yes, generally better open a separate topic for each question. Perhaps it's not necessary here any more, just if you think you would like to focus again on the reader page number question, you could post a new topic.

Stefan
LaTeX.org admin
jgthb
Posts: 13
Joined: Wed Feb 17, 2010 6:57 pm

Re: odd page roman arabic article

Post by jgthb »

I think you are right, that it's a reader issue, so I'll just let it be.

Thanks for the help!
Post Reply