Tagged Questions
5
votes
1answer
32 views
\setstretch and fixme package. How to reset stretch to 1 for fixmes?
I am using
\usepackage{setspace}
\setstretch{1.5}
\usepackage[status=draft,layout=margin]{fixme}
in my document preamble. The notes are therefore also set with 1.5 stretch. How can I avoid that?
4
votes
1answer
172 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}
...