Tagged Questions
0
votes
0answers
31 views
How to keep two different headers for odd even page with image?
I am writing one report using image as header in which I need to keep right and left aligned images in header (odd-even page). How can I implement it?
0
votes
1answer
98 views
Pagestyle wrong after \cleardoublepage [closed]
Using KOMA-script I have problems with a twosided document. I want my sections to start on an odd page, so i use \cleardoublepage before starting the next section. I want the section title to be ...
8
votes
2answers
157 views
A pagestyle with note taking area on the verso page
Is there a way to create a pagestyle wich forces all of the content of a document to the recto pages and show a "note taking area" on the verso pages?
3
votes
1answer
151 views
komascript/scrpage2: odd page header in passages without a \section (two-sided docs)
Suppose you have a two-sided document. The even page's header contains the title of the current chapter; the odd page's header contains the title of the current section. Nothing too fancy, and pretty ...
4
votes
0answers
132 views
Trouble with titlesec
I've been using titlesec for quite some time now and want to "pimp up my style" ;)
I've read How to change header to list first section on page and not last section and tried to adapt the code for ...
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, ...
8
votes
2answers
352 views
Can I put a logo in the header of a twoside document?
I would like to include a graphics file with a logo in the header of all pages of a twoside document (left and right side). The logo should be left-justified on the left side and right-justified on ...
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 ...
4
votes
1answer
202 views
How do I get LaTeX to output to the right-hand page only?
I am doing a book of poetry for a friend, using Memoir and the poetry package. She would like the poems to print only on the right-hand pages. I can get poems to begin only on right-hand pages, but ...
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 ...
2
votes
2answers
540 views
Twoside: headsepline is missing at beginning of a new chapter
Today I changed in my latex document for my dissertation the option to "twoside". After that I got a problem with some headseplines. Everytime when it comes to a new chapter, the first side doesnt get ...
3
votes
1answer
616 views
Different headers for odd and even pages
Please help me to design pages with a different title on odd and even pages:
I mean I would like to have for example
name of author on odd pages.
name of article on even pages.
How can I do it?
...
2
votes
1answer
328 views
Handling header part in report class
I have a small problem with the report class file. Actually I need that the odd pages have chapter title and page number in the header, while the even pages should have page number and chapter title.
...
4
votes
1answer
153 views
How can I place marginal notes always on the right but show normal odd/even headers?
I would like to typeset a book where the odd/even pages have the same format: each has a long text section on the left and a place to put small marginal notes on the right. If necessary, I want the ...
17
votes
4answers
985 views
How I can automatically add a page if the total number of pages is odd?
I need automatically add a blank page (also without document header, numbering and footer) at the end of the document, if the total numbers of pages is odd. How I can do that?
And preferably without ...
2
votes
1answer
289 views
Problem when imitating one-sided printing with double-sided printing in Memoir Class
I use memoir class and I imitate one-sided printing with double-sided
printing thanks to the command (find in the memoir manual)
\setlength{\evensidemargin}{\oddsidemargin}
The problem is that I ...
7
votes
1answer
1k views
Centered page numbers although set “twoside” option
Using article class and the twoside option still gives me the page numbers in the center of the page. Isn't the twoside option supposed to put the page numbers on the left in even pages and on the ...
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
...
5
votes
5answers
2k views
Place a TikZ picture on every page
I am looking to place a picture (TikZ picture) on every page of my document. How can I do that?
In essence I would like to control the placing of the image on even and odd pages. For example the ...
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 ...
0
votes
1answer
920 views
LaTeX abntex package, twoside putting the page number on the wrong side of the page
I'm finishing writing my thesis, and to save paper I'm trying to use the twoside option for the package abntex. The problem is that the number is in the wrong side of the page! How can I put it on the ...
1
vote
1answer
283 views
Make page numbers alternate between the right and the left corner when using apa.cls
I'm using the apa.cls (with the doc-style option) to typeset my document. This puts the number of each page in the top right corner. However, I'm going to print this document so I would like every odd ...
3
votes
2answers
551 views
Blank pages header [duplicate]
Possible Duplicate:
How to remove head- and footlines for pages between chapters?
I have a problem that I'm not able to solve with LaTeX:
I'm in book mode. Then LaTeX leaves a blank page ...
1
vote
3answers
1k views
How to have a blank even page before every chapter
I've started to use Latex to create a book. I feel like I've gotten the basics down, but I am still very much at the beginning of my learning curve. Google has been a great resource, but I have not ...
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 ...
17
votes
4answers
2k views
How to remove headers and footers for pages between chapters?
To ensure that a new chapter starts on a right-hand page, the book class (and the report class with the option openright) will insert blank pages between chapters if necessary. However, these pages ...
