Stefano Franchi schrieb:

I have been trying to produce a format for marginal notes more suitable to my documents, but I am stuck with leading space. I can successfully change the font size of the margin note by using the marginnote package and then issuing:

\let\marginpar\marginnote
\renewcommand*{\marginfont}{\scriptsize}

in the preamble. However, the line spacing is not correct.

Use this command instead:

\let\Mymarginpar\marginpar
\renewcommand{\marginpar}[1]{%
 \Mymarginpar{\scriptsize #1}
}

regards Uwe

Reply via email to