Tagged Questions
5
votes
0answers
51 views
Different margins for odd and even pages, but not mirrored with memoir
I need a help with this page layout:
top/bottom margins: 2cm for all pages
on even pages: 3.5cm - 2cm
on odd pages: 2cm - 2cm
I tried:
\setlrmarginsandblock{3cm}{2cm}{*}
...
2
votes
2answers
52 views
Memoir oneside/twoside question
I have a memoir-class document:
\documentclass[oneside,letterpaper]{memoir}
which I set to oneside or twoside depending on if I want to create either an electronic copy (one side) or printable copy ...
1
vote
0answers
127 views
How to add binding space to memoir twoside
I'm using the LED template to MSc which uses memoir twoside.
I need to print it and it requires extra margins for binding.
How do I simply add the extra space on the spine side of the page?
...
16
votes
2answers
426 views
Equation numbers in outer margins on a two-sided document
I'm looking for a two-sided extension to the solution for this question:
Put equation numbers in the sidemargin with Tufte-Latex class
This post seems relevant:
Equation tag in twoside-mode outer
...
1
vote
0answers
183 views
Rotating sidewaystable [duplicate]
I use memoir to typeset a book. I've got a couple of one-page, horizontal tables. To typeset them I use the following draft code:
\begin{sidewaystable}
\caption{ }
\label{ }
\vspace{-0.5mm}
...
11
votes
1answer
330 views
Why are odd pages left pages?
I'm typesetting a friend's novel using LaTeX (in my actual document I'm using memoir, but the same happens if I just use book). It's possible I'm going crazy, but I'm sure that it's setting up odd ...
1
vote
1answer
166 views
Centering the frontpage using memoir
I'm using memoir (two-side layout). I have the problem that my front page is centered with respect to the margins, which are not equal in left and right side. \begin{center} will not solve this, since ...
11
votes
2answers
428 views
Conditional figure environment (sideways, bottom captions)
For my phd dissertation I would like to have a new environment for figures that gives me the possibility to either place the caption sideways if there is enough space (say the figure width is < 0.6 ...
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 ...
15
votes
1answer
185 views
Chapters that openleft unless the chapter is only one page long
I'm using the memoir class, and would like new chapters to begin on the left-hand page, unless the chapters in question are only one page long.
Neither openleft nor openany give this behavior.
I am ...
2
votes
1answer
286 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 ...
5
votes
2answers
212 views
Make all pages odd
I have a memoir document, with custom settings for margins, headers and footers, etc. I just found out it is being printed single-sided instead of double-sided, and I was wondering if there is a ...
2
votes
1answer
262 views
Problem with odd/even margins when environment crosses page boundaries
In this question, I described a problem I have with marginpars appearing on the wrong side of the page when they occur near a page break. I ran into a different, but perhaps related problem described ...
3
votes
1answer
151 views
Forcing a new page for first chapter only in article style under memoir class
I am using memoir class with article style as I want the short chapters to run continuously. I would like the first chapter alone to start on a recto page. \newpage does not force an extra blank left ...
3
votes
1answer
278 views
Odd problem with spacing using memoir when switching from oneside to twoside
For reasons I won't bore anyone with, I being forced to change my document at the last minute from oneside to twoside using memoir. However, when I do, I suddenly get odd problems with spacing; the ...
4
votes
3answers
1k views
Same margins when specifying “twoside” in memoir?
I'm using the memoir document class with options openright and twoside. However, as the document will be printed on regular paper instead of being binded into a book, I wish the left and right margins ...
11
votes
3answers
2k views
How to display cover page alone in the “two page view” mode
For some pdf ebooks, Adobe Reader displays the cover page alone even though the display mode is "two page view". Other than the cover page, the rest of the pdf content is displayed as two pages at ...
4
votes
1answer
293 views
Marginnote with geometry package
In my document i'm using the packages geometry and marginnote.
The problem ist the following:
If I use a newgeometry, the marginnote will stay on odd pages at same horizontaly position as by the ...
8
votes
1answer
852 views
When using a book class (memoir), text shifts from left to right on each page
I'm very new to latex, and I've noticed that using a book class causes the text on one page to be on the right and then left on the next and so on. I'd like for it to all to be on the left or ...