Tagged Questions
8
votes
1answer
118 views
Too much vertical space before \part when using \marginpar
When I use a \marginpar{...} before \part{...} on a new page, I get a big space on the top of that page. Below is a screenshot, where the left one was typeset with marginpar, the right one without:
...
2
votes
1answer
161 views
Tufte-Latex: How do I stop marginfigure from inserting inline space?
I want to use marginfigure, but it is inserting space inline. Check out my minimal example:
documentclass{tufte-book}
\begin{document}
Hello\begin{marginfigure}$2+2=4$\end{marginfigure}I'm new here.
...
2
votes
1answer
219 views
Vertical spacing between sidenotes (and, between sidenotes and captions) in tufte-book
Within from LyX, using various sidenotes in a tufte-latex-book environment, along with float figures, results sometimes in an overlapping of sidenotes and caption(s).
For example, two sidenotes ...
5
votes
2answers
170 views
vspace in marginpar adds unwanted vertical space
I am trying to finetune the position of marginpars using \vspace. However, the result is not as expected and even if I include vspace{0pt} the marginpar get's pushed down, as the MWE below ...
7
votes
3answers
778 views
Brace and text in side margin
Within a text, I would like to emphasize one or two paragraphs by placing a curly brace in the left side margin, and next to it some short text vertically centred around the brace's centre.
The ...
3
votes
2answers
664 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 ...
2
votes
2answers
290 views
why does \hspace{0pt} produce a space at the beginning of the paragraph together with \marginpar?
Similar situation as in Align marginpar with beginning of paragraph.
Basically I need to align the margin note to the beginning of the paragraph, and I'm putting the \marginpar command before the ...
4
votes
2answers
1k views
Spacing/stretching marginnote
I want to do something like this
\marginnote{
\hspace{\stretch{1}}
\framebox{text}
\hspace{\stretch{1}}
}
i.e., center the marginnote. The problem seems to be that the width is defined to be that of ...