Questions tagged [marginnote]
{marginnote} is about typesetting non-floating notes in margins using the marginnote package.
306
questions
1
vote
1
answer
50
views
MarginNotes in LyX: can we redefine \marginar as \todo from todonotes package?
LyX offers a way to redefine the command used by LyX for margin notes by the command provided by the marginnote-package (See Help > Embedded Objects > 4.3 Margin Notes ), by adding these two ...
1
vote
1
answer
52
views
Cornell style notes formatting
I am a beginner so I apologize if this is a bad question. I am trying to write a latex document that has a similar style as the following image
So far I came up with the following minimum working ...
2
votes
1
answer
76
views
pstricks Inside a \marginnote
I am trying to develope an enviroment to create a baseball "At Bat" graphic in the margin.
So I can code something like:
\begin{at-bat}
\abSingle
\abFirstStrike{1}
\abFirstBall{2}
\end{...
1
vote
1
answer
43
views
Prevent marginnote from creating extra paragraph when used before new section
\marginnote creates a new paragraph when it's called on a separate line before a new section, which adds unwanted extra vertical space, but it doesn't do this when the next line is just a regular line:...
0
votes
0
answers
20
views
Adapteing FloatBarrier for margins. How to get rid of an unwanted paragraph break?
I want to construct a marginbarrier (similar to FloatBarrier which does not work for material in the margins). It will have an argument, indicating how much space to reserve in the margin for the ...
1
vote
1
answer
63
views
Why is there a difference between `FloatBarrier` and `clearpage`?
@David Carlisle wrote in a comment to a question
In answer to your question about floatbarrier it doesn't "act like"
\clearpage it is \clearpage that is its definition, \floatbarrier =
&...
1
vote
0
answers
28
views
Side notes in one paragraph
I'm looking for solutions to typeset margin/side notes
vertically in a marginpar starting from the bottom next to the main text body, similar to what was achieved here, and
capable of handling ...
2
votes
2
answers
47
views
Minted code blocks in large (Tufte-latex) margin?
I'm making a set of notes with Tufte-latex in screen mode with a giant 8cm margin. There is plenty of room over there for code blocks, but minted doesn't work. There is an answer here but it doesn't ...
0
votes
0
answers
30
views
Stacking up and the starting point for the margin notes
The margin notes in my document start lower than the first line, and do not stack up. I presume there's a setting somewhere which tells the margin note to be placed vaguely in the area of the line to ...
1
vote
1
answer
44
views
Margin content on the left side with tufte-book class
Is there a simple way to place all marginnotes and captions in a tufte-book environment in the left margin in stead of the right? If the class option twoside can do the job on every other page, I ...
1
vote
0
answers
67
views
Create margin notes in the header and footer area
For a historically accurate liturgical Gospel book, I am trying to create top and bottom margin notes that appear within the header and footer that display rubrical information for the given section ...
1
vote
1
answer
47
views
Marginnote and vertical alignment of boxes
After solving the problem I had with the vertical alignment of the margin notes (https://tex.stackexchange.com/a/721419/13180), I am facing a similar problem. I can't control the vertical position of ...
2
votes
1
answer
54
views
Vertical alignment problems with marginnote and titlesec
I'm with a document that has margin notes in the section titles. I have programmed a command that works if I don't load titlesec package. Here is a minimal example:
\documentclass[a4,twoside]{article}...
0
votes
1
answer
44
views
Parsing contents of tcolorbox inside parbox
I want result similar to the above, except that I want it be done without explictly using \parbox
\documentclass[11pt, a4paper]{book}
\usepackage{fancyhdr}
\pagestyle{empty}
\usepackage[a4paper]{...
0
votes
1
answer
41
views
Using parbox inside marginnote misaligns the baseline
The desired output is as in the second one, but I still want the flexbility of tcolorbox when placing margin notes
My MWE
\documentclass[11pt, a4paper,draft]{book}
\usepackage{fancyhdr}
\pagestyle{...