All Questions
Tagged with marginnote graphics
6 questions
1
vote
0
answers
96
views
Overlap in a Margin Notes with Images, how insert minimum space between two margin notes?
I have a big problem to insert a Image in a Margin note. Here is the problem: The Image overlap with other non-images notes, how avoid it?
\documentclass[14pt]{article}
\usepackage[a4paper, nofoot,...
2
votes
2
answers
305
views
Making Book With Several Distinct Styles
Disclaimer: I'm a complete newb at LaTeX. I'm a programmer, used to writing documentation in Markdown, so when I decided to make a book for my wife, LaTeX appealed to me because I can focus on the ...
1
vote
1
answer
175
views
Align top of an image in \marginnote to \baseline+\height
My document contains some info graphics in the margin.
I realise it by the marginnote package.
How do I align the top of an image to the top of the paragraph (\baseline+\height) with different factors ...
4
votes
1
answer
473
views
Margin notes on the wrong page when using landscape in memoir
I have tried several similar to the following code, but the best that I can get is the marginpar on one side and the figure in the following.
The first \marginpar{\lipsum[11]}\lipsum[1] is positioned ...
1
vote
0
answers
166
views
Horizontal placement of graphic in left and right margins
I want to place small graphics in the outer margins of my 2-sided document. I've been using, e.g.,
\marginpar[{\hfill
\includegraphics[scale=.3]{figures/ivy-univ.png}\hspace{8 pt}
}]{
\...
5
votes
2
answers
3k
views
Using \MarginFigure command
Someone wrote a command called \MarginFigure for putting figures in the page margins. Unfortunately, I haven't been able to get the \includegraphics to work.
Specifically, I have figures that I've ...