Tagged Questions
4
votes
1answer
60 views
Implementing marginfigure
sorry for the absolutely beginner question here.
I've been looking at the tufte-latex class, specifically the tufte sample book. It makes use of marginfigures, which I believe are provided by the ...
2
votes
1answer
162 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
225 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 ...
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 ...
7
votes
2answers
455 views
\raggedouter to typeset marginal text in twoside book
We used the following code fragment
\newcommand{\raggedouter}{%
\checkoddpage%
\ifoddpage%
\RaggedRight%
\else%
\RaggedLeft%
\fi%
}
to provide a ...
6
votes
1answer
328 views
Margin floats and hyperlinks
I read Margin Figures/captions and the answers within. I have stripped the definition of the marginfloats from the tufte documentclass into the MWE below.
Can the definition of ...