From fae281fbece087c7c7d65904d574f34721aa8468 Mon Sep 17 00:00:00 2001 From: Timo Weike Date: Wed, 9 Oct 2019 16:26:04 +0200 Subject: [PATCH] Added a parbox to the marginnote command to address the problem described in this https://tex.stackexchange.com/q/511586/189822 stackexchange equestion --- style.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.tex b/style.tex index 525da01..cf39200 100644 --- a/style.tex +++ b/style.tex @@ -301,6 +301,7 @@ % we do not override marginpar. \strictpagecheck \newcommand{\marginnote}[1]{\hspace*{0pt}\marginpar{ + \parbox[b]{\marginparwidth}{ \microtypesetup{disable}% \slshape\footnotesize% \vspace*{-0.725em}% @@ -312,6 +313,7 @@ \fi% {#1}% \microtypesetup{enable}% + } }\ignorespaces} \newcommand{\marginfloat}[8]{\marginnote{{#1}%