Page Layout ⇒ odd page roman arabic article
odd page roman arabic article
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 425 times
-
- sample.tex
- (1.94 KiB) Downloaded 351 times
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
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.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.
Stefan
Re: odd page roman arabic article
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?
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
odd page roman arabic article
Yes,jgthb wrote:'Clear double page' should do the job in a consistent manner, right?
\cleardoublepage
, if the document is in two-side mode.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.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)?
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
Re: odd page roman arabic article
Thanks for the help!