<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>The following minimal example shows in my case a vertically moved side note. The side note does not share the same base line with the text to which it belongs to.</div><div><br></div><div>What could be the reason for this behaviour and how could I resolve it?</div><div><br></div><div>--------------</div><div><span class="Apple-style-span" style="font-family: verdana; font-size: 13px; white-space: pre-wrap; ">\documentclass{scrartcl}
\usepackage[svgnames]{xcolor}
\newcommand{\randt}[1]{\marginpar{\sffamily\slshape%
\footnotesize\color{blue}\raggedright{#1}}}
\begin{document}
Hier steht jetzt text \randt{sezb erbu eaubra eroaebr} Hier steht jetzt text Hier steht jetzt text Hier steht jetzt text Hier steht jetzt text Hier steht jetzt text
\end{document}</span></div><div>--------------</div><div><br></div><div>Christian</div></body></html>