Tagged Questions
7
votes
1answer
200 views
Odd/Even fancy headers with article class
Using fancyhdr and the book class, one can set different headers/footers for odd/even pages as
\fancyhdr[RO]{foo}
\fancyhdr[LE]{bar}
and so on. How can I achieve the same with an article class, ...
5
votes
2answers
859 views
Distinguish even/odd pages in header with oneside option
See the MWE below. How can I achieve (in the standard book class) that despite the oneside option odd and even pages are distinguished in the header? I would like to have that, also with oneside ...
5
votes
1answer
152 views
Question about changing the position of the footnote rule
My question is after I redefine the length of footrule, the footrule doesn't change the position on even or odd page, it's always at the left side. Did I lost something or there's the other way to ...
7
votes
1answer
1k views
fancyhdr: How get part on even and chapter on odd pages
I am trying to use fancyhdr to set the part no. and name on my left pages and chapter no and name on the right pages.
My document is
...
22
votes
1answer
625 views
Non rectangular page geometry
I am interested in using non-rectangular page geometries for my flipbook idea (in fancyhdr with image and flowing text).
The page geometry that I'm after is that the text has a little rectangle ...
2
votes
3answers
1k views
Twosided book with same page setup for every page (I want to use fancyhdr)
Here is my problem:
Im writing my thesis using the book class. I want my thesis to be onesided (left and right margins of same size), but I would also like to use the fancyhdr package to give me ...