Tagged Questions
4
votes
1answer
177 views
Decrease linespacing in margin notes of the fixme package?
Is it possible to get single-spaced marginnotes in a double-spaced document?
\documentclass[english,a4paper]{scrartcl}
\usepackage{babel}
\usepackage{blindtext}
\usepackage[draft]{fixme}
...
6
votes
1answer
1k views
Changing the baselineskip in marginpar
I’m adding explanations for definitions in the margin paragraph. I have a macro which looks as follows (simplified):
\newcommand*\define[2]{%
\marginpar{{\sffamily\footnotesize\textbf{#1}: #2}}}
...
6
votes
3answers
1k views
Single-spaced multi-line marginalia
When writing papers, I like to keep track of notes, thoughts and to do's inside the documents.
I'd love to have tiny coloured multi-line marginalia. So far I used sth like
...