{double-sided} is about double-sided document layouts, e.g. different margins for left and right pages or chapters always starting on a right page.
3
votes
1answer
255 views
doublepage but with almost every leftside blank
Short Version
Can I create a pdf for doublepage print where the left pages does not interact with the pagecount and having most of them blanks while content on others?
Long version
I have a printer ...
9
votes
1answer
305 views
How to make all figures float on the outer margins of two-side document?
I want to make a double-sided problem booklet that contains several questions. Each question has a distinct number and may have zero or more figures. Each figure has a caption and floats on the outer ...
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 ...
5
votes
2answers
2k views
Roman numbering, cleardoublepage and table of content not working
I'm currently doing the thesis report and I cant seem to get the numbering to work as well as the along with some other stuff.
What I want is Abstract(eng) Abstract(swe) and Acknowledgments to all be ...
5
votes
3answers
429 views
Make sections begin on even-numbered pages in documentclass article
I've understood that it's easily solved in the book class. But is there a simple solution for how to do this in the article class?
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 ...
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
...
1
vote
2answers
525 views
verso and recto page margin swapped
During thesis writing, I noticed the recto and verso page margins are swapped. In other words, e.g. page 23 is on the right side (as should be) however it has verso margin setup. The text is thus ...
4
votes
1answer
633 views
Removal of binding offset when submitting digital version of document
I'm writing my dissertation in LaTeX, and we're required to submit a paper copy and a PDF copy. For the paper copy, I'm using:
\documentclass[twoside]{scrartcl}
\usepackage{fullpage}
...
9
votes
3answers
384 views
Different \section for odd and even pages
I would like to make the section titles look different on even and odd pages. I have the following MnWE with the trivial approach. The problem is that you don't know that your section header gets ...
2
votes
1answer
1k views
Open right for front matter
My front matter (abstract, table of contents, etc) does not start on the right hand side despite my chapters doing so. How do I ensure that these pages also start on the right hand side? The latex ...
8
votes
1answer
254 views
How can I use the layout and twoside options of the geometry package?
When I use the geometry package (2010/09/12 v5.6) for a twoside document with one paper size (e.g. A4) and another layout size (e.g. A5), I had expected that I could print a page, turn the paper, ...
2
votes
2answers
338 views
Problem with rotated pages (pdflscape package) and double-sided printing
I am using the pdflscape package to rotate pages with wide tables on them. This works fine, but there is a problem when I print the document in duplex mode.
Its a double-sided document (left and ...
3
votes
1answer
424 views
\includepdf changes left and right pages
I've followed advice at "How to start new chapters on the right hand side" and found that including as title page, one PDF page is braking left&right orientation:
...
4
votes
1answer
396 views
Figures in odd pages, text in even pages; if no figures, then odd=even pages (i.e., no blank pages w/ numbering and headers…)
I'm writing my thesis using \documentclass{book}. I have plenty of figures and I want them to appear always on the right hand of my manuscript (since this is the "attraction" page when reading, and ...
7
votes
1answer
449 views
How do I put a note into the right margin, regardless of whether it's an even or odd page?
Suppose I am writing a book in which some sections are especially important. I would like those sections to be identified by a * after the page number in the table of contents. How do I get it ...
2
votes
1answer
277 views
Quotes on a new page using \quotchap?
I am trying to use \quotchap to put some text before the chapter title using
\begin{savequote}
The Quote
\qauthor{Quote Author}
\end{savequote}
What I wanted was to put all the text on a page ...
15
votes
1answer
540 views
How do I make the first page double sided in a single sided LaTeX document?
How do I make the first page double sided in a single sided LaTeX document?
Is there a way that I can tell LaTeX that I want something on both sides of the first page, but everything after it to be ...
17
votes
3answers
2k views
Illogical twoside margins
Shouldn't the twoside option produce a wider margin at the binding/spine edge, rather than the other way around?
I'm using \documentclass[twoside]{report}.
5
votes
1answer
4k views
Defining page margins with \geometry for two-sided documents
How do you set page margins using \geometry for a two-sided document? So far I've used the twoside option in my documentclass, which automatically widens the left/right margin on opposite sides of odd ...
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 ...
6
votes
1answer
408 views
Margins of mdframed without any effect
This code
\documentclass[]{scrbook}
\usepackage{mdframed} %
\usepackage{boxedminipage}
\begin{document}
\noindent
\begin{boxedminipage}{1.0\textwidth}
Box of 100 \% width
\end{boxedminipage}
...
6
votes
2answers
337 views
bigfoot: only break footnotes across double-page spread
The bigfoot handles the breaking of footnotes across pages quite well, but personally I don't like it if I have to turn the page to read a complete footnote.
Therefore my question: Is it possible to ...
0
votes
2answers
373 views
How to synchronize sidewaystable with the odd/even page?
I have two tables, T1 and T2. I want these to appear in two pages as if the head-side of the table remains at the binding side of the book. Like this
|||||>|<|||||
|||||>|<|||||
...
10
votes
1answer
330 views
margin location in tufte-class
By default I have observed that the margin is always on same side of the page, i.e irrespective of the page being the left page or right page the margin is always on the right hand side of the page. ...
6
votes
4answers
280 views
How to keep the last page number even?
I want to make sure the last page always be even, so I defined command as the following:
\documentclass{article}
\usepackage{lipsum}
\usepackage[paperwidth=302pt,paperheight=400pt, offset=0pt, ...
4
votes
1answer
309 views
Problem with captions at top of page for tufte-latex
I'm using the tufte-latex layout, and running into problems with the double-sided mode. I found a proposed bug-fix here and applied it to the most recent version of tufte-latex available on github
% ...
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 ...
6
votes
2answers
2k views
Printing a double-sided A5 document on A4 paper
I have a doubled-sided A5 landscape document with the following page order:
As my printer supports only A4 paper, I want to print two of these pages on one portrait A4 paper so that I can cut it in ...
14
votes
3answers
720 views
Placing text and footnotes on separate pages
How can I place the main text of a document on only verso (left) pages and the footnotes on recto (right) pages (or vice versa)?
Update:
The expected appearance is not unlike moving the whole ...
0
votes
1answer
919 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 ...
8
votes
3answers
995 views
How to change the page number from even to odd while keeping the page as verso?
I'm writing a two-sided document with a binding margin. For certain reasons, I need to change the page number at some point, so what used to be an even-numbered page is now odd-numbered. This makes ...
8
votes
2answers
269 views
How to float until on left (or right) page?
I have two sideways tables that I want on two facing pages so the reader can turn the entire book and read them both in one turn. For the moment I keep moving them around to keep them on facing pages. ...
5
votes
1answer
259 views
How can I implement a twocolumn template
How can I implement such template (two columns):
In my case additional panel can contain images.
3
votes
1answer
155 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 ...
0
votes
0answers
149 views
fullwidth environment doesn't work across pages [duplicate]
Possible Duplicate:
How to switch between two margin sizes?
As a young in LaTeX days now trying to find a solution to my problem. I try to use fullwidth command at tufte-book but because ...
10
votes
1answer
920 views
How to switch between two margin sizes?
This question led to a new package:
fullwidth
This is a followup to a similar question. The idea is to switch between two different margin sizes. The answer provided by @godbyk work very well. ...
4
votes
1answer
217 views
Horizontally centered figures in twoside margin of book using wrapfig
I would like to put figures in the outer margins of a book. I am using wrapfig to do so, but the figures are aligned differently on even and odd numbered pages. On odd pages, they align based on the ...
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 ...
1
vote
1answer
282 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 ...
16
votes
1answer
997 views
Two-column LaTeX class for a photobook
I am looking for a solution to produce a two-column(ed) LaTeX-based photobook. Text and comments should go on the outer column (in a two-sided document)--something like a wide outer margin. Photos ...
4
votes
2answers
1k views
Add white page after table of contents before abstract
How can I add a white pages after the table of contents in order to have the abstract on a right page?
If I add
\clearpage
\newpage
I cannot get the white page added.
Ideas?
0
votes
1answer
249 views
Figures on left pages, text on right ones with class book (cont.)
In addition to the very useful discussion Figures on left pages, text on right ones with class book, numbering only on right pages, I would like to handle 2 other features:
the suppression of blank ...
6
votes
1answer
780 views
How do I make a figure that spans a spread of two pages? [duplicate]
Possible Duplicate:
How to include a picture over two pages, left part on left side, right on right (for books)?
I have a huge TikZ graphic inside a figure environment. I would like it to ...
1
vote
1answer
643 views
Appendices one after another
I am writing a document with the following documentclass:
\documentclass[a4paper,twoside,openright,12pt]{report}
Since I have some Appendices to the text and they are rather small, I was thinking ...
5
votes
2answers
840 views
Equations in the margin: automatic flush right or left?
How can I automatically have equations in a \marginnote aligned flush left or right in a two-sided document?
A previous question suggested to make equations flush left by using flalign* and extra ...
4
votes
1answer
947 views
Forcing new chapter not to start on an odd page [duplicate]
Possible Duplicate:
Chapter on the right side - How to turn it off?
I am using a document class amsbook which I like very much, except for one thing: each new chapter starts on an ...
3
votes
1answer
814 views
Including a two-page size picture?
This is question with regards to the previously asked question How to include a picture over two pages
I think this is a great little bit of code, however it doesn't seem to be working for me. I've ...
4
votes
2answers
3k views
Changing oneside and twoside layout
Is there any solution to use different layouts according to the oneside or twoside specification?
The first part of my report (abstract, ToC, LoF, LoT) should be in oneside mode
and the rest of the ...
4
votes
1answer
232 views
Suggestion of activities calendar in LaTeX
Is there any way to make a kind of activities calendar to put five activities per month in LaTeX, what would you recommend to make it look nice.
Something like:
Month Activities
...
