Tagged Questions
1
vote
0answers
73 views
Marginpar on a fixed side of two-column double-sided memoir document
I have a two-column, double-sided document class based on memoir, where the wide margin is always on the left. I would like the \marginpar to always be in this left margin, irrespective of whether it ...
1
vote
0answers
81 views
Asymmetrical layout in two-sided document
I use two-sided document mode in Book class KOMA Script. It works well in the sense that the ToC, chapters, titles starts from the odd pages. Exactly we I need in a book.
In a recent book I need to ...
4
votes
2answers
162 views
Why does the \marginpar not appear on the left page?
I am working on a book right now and the margin notes are not appearing on the left-side pages. I tried using mparhack but it made no difference. Is my geometry, fancy style or another package ...
10
votes
1answer
455 views
How to create twoside book with oneside margin?
I want to make a twoside book with oneside margin such:
odd pages:
even pages:
full header, with margin figure(or table):
I used tufte-book class, but cannot set margins as i need. It's margins ...
3
votes
1answer
284 views
How to reverse margin of tufte-book?
I want to change position of tufte-book(twoside) class in my thesis. In normal mode, margins for odd pages is on the right side and for evens, is on the left side of page. I want to change the ...
8
votes
1answer
281 views
Marginnote on left side only, using document class book with twoside
I'm trying to use marginnote on document class book with twoside, but I can't see to get the margin notes strictly on the left. I don't want to be putting \reversemarginpar on all the odd pages. Can ...
10
votes
1answer
488 views
marginnote always on right side of the page
My documentclass is book, so I've got an even and odd sides. I like that the equation number are always aligned on the right side - independent of the page (even/odd).
I started using marginnotes. I ...
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 ...
9
votes
1answer
304 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
447 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 ...
5
votes
1answer
257 views
How can I implement a twocolumn template
How can I implement such template (two columns):
In my case additional panel can contain images.
5
votes
2answers
839 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 ...
3
votes
2answers
667 views
Different \marginparsep for odd and even pages?
What is the most robust way of increase the effective \marginparsep on even pages only?
I have been playing with outdented lists, section heads etc. which leads to an issue with margin notes: I need ...
7
votes
2answers
382 views
How can I add margin notes on inner side of a page in two sides mode?
How can I add margin notes on inner side of a page only for even pages in two sides mode?
4
votes
1answer
430 views
marginfix makes KOMA's \marginline flush towards the outside, rather than the inside?
The marginfix package seems to do something funny to KOMA's \marginline command. Here is an MWE:
\documentclass[mpinclude=true]{scrbook}
\usepackage{lipsum}
\usepackage{marginfix}
...
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 ...
11
votes
2answers
2k views
How can I get todonotes in the left margin
I want to use the package todonotes. Standard, the package prints the todo's in the right margin, while I want to have them in the left margin. Funny is, that in the manual itself they are placed in ...
