Questions tagged [marginnote]

{marginnote} is about typesetting non-floating notes in margins using the marginnote package.

is about typesetting non-floating notes in margins using the marginnote package.

291 questions
40
votes
3 answers

Dealing with many margin notes

I have to typeset a book that contains a lot of side material (comments, notes, references, supplementary explanations, ...) that I want to appear alongside the main material. At first, I thought of using the tufte-latex class, which reserves quite…
digital-Ink
  • 3,083
10
votes
1 answer

Left marginnote does not work

I badly need to have marginal notes on the left margin. The command \marginpar does not work. Supposedly, \marginnote works, and this needs the marginnote package. OK, I tried, but nothing happens. Here is the LaTeX code: \documentclass{article}…
xatel
  • 101
6
votes
3 answers

Adjust the vertical position of margin notes to the baseline of the body text

I want the first line of my margin notes—which are set in \small size—to be at the height of the baseline of the body text, like this: My problem is that using something simple…
Arch Stanton
  • 1,497
5
votes
1 answer

How to make marginenote text fully justified?

This MWE example, compiled with…
Nasser
  • 20,220
4
votes
1 answer

Force marginnote to change page

Got my code here \documentclass{book} \usepackage{lipsum} \usepackage{marginnote} \begin{document} Some text \marginnote{\lipsum[1-4]} \end{document} How can I avoid marginnote to go down beyond the red line in the picture? P.S: Regarding the…
Francesco
  • 361
3
votes
1 answer

Extraneous spacing in marginnote with small font sizes

With \tiny and \scriptsize font sizes, marginnote adds extraneous vertical space after the first line. It seems to work fine with \footnotesize and upwards. By comparison, \marginpar does not have this issue. Assuming this is a bug, the question…
steve
  • 2,154
3
votes
2 answers

Two consecutive marginnotes printed over each other

When using the marginnote package and writing two \marginnote{text} fields directly after each other, the two nodes clash into each other. MWE: \documentclass{memoir} \usepackage{marginnote} \begin{document} \marginnote{first} \marginnote{second…
asante
  • 367
3
votes
2 answers

How to trigger the marginal note in two column layout

I am using marginal note package in two column layout. The below mentioned command does not trigger the two column left and right…
CS Kumar
  • 1,253
2
votes
1 answer

How can I put marginnotes next to each other?

I’m typesetting a part of the bible and want to put the verse numbers at the margin rather than typesetting them inline. To separate a verse I use an asterisk. When it comes to very short verses, sometimes two verses start in the same line, so that…
1
vote
2 answers

How to use marginnote to put small text on left margin of listing to it is correctly aligned?

I'd like to put a small text on left margin of page that have small description of code/command listing, where on the main page there is code listing using listing package. But the description text I put on left margin is always higher than when the…
Nasser
  • 20,220
1
vote
1 answer

Page number alignment when using \marginnote

Please see the MWE. I would like the page numbers aligned with the entire block of text (text + margin note) like in page 3. I know it is possible because it is used in the documentation of Notes Tex…
Haim
  • 487
1
vote
1 answer

Troubles with marginnote package

I have these troubles about margin notes. This is the code: \documentclass[openany]{book} \usepackage{color,xcolor} \usepackage{marginnote} \usepackage{lipsum} \usepackage[colorlinks=true]{hyperref} \title{Margin Notes} \author{PUCK} \date{May…
Puck
  • 1,208
1
vote
1 answer

How can we add some text in the bottom margin of the first page?

I want to know how can I add some text in the bottom margin of a document like the following picture? I tried to do it, but it is appearing on all the pages. I want this to appear only in the first page. Thanks.
1
vote
1 answer

marginnotes: top-alignement for marginnotes

How can I get top-alignement for marginnotes? I tried optional commands like heightadjust, deptadjust - without succes. By the way: I need to use to use the marginnote-package. \documentclass[fontsize=9pt,…
cis
  • 8,073
  • 1
  • 16
  • 45
1
vote
1 answer

Margin notes aren't next to text

Good morning. I would like to get margin notes next to text. When I do it it's right but when I write a text margin notes change position (the picture below) . How to fix it? Thanks for help.…
1
2