我正在使用“marginnote”和“geometry”包来设置marginnotes 功能:
\usepackage[a4paper, top=3.2cm, bottom=3cm, outer=4cm, inner=4cm, heightrounded, marginparwidth=2.3cm, marginparsep=0.3cm]{geometry}
\usepackage{marginnote}\renewcommand*{\marginfont}{\scriptsize\sffamily\bfseries}
我在本段前面加上了边注:
\marginnote{Unification sociétale.}[0.4cm]Le Monde comme \og{}société\fg{} représente la \og{}combinaison...
在页面末尾,如果将某个段落推到下一页,则边注不会跟随与其相连的段落。在此图中,我希望边注“Unification sociétale”与下一页以“Le Monde...”开头的段落对齐。
有人知道怎样才能使边注和段落连在一起吗?
谢谢 !
答案1
最简单的解决方案应该是使用\marginnote
后段落的第一个单词,而不是在它之前:
Le\marginnote{Unification sociétale.}[0.4cm] Monde comme ...
我没有提供完整的示例,因为问题也没有提供示例,而且事实证明自己构建一个示例并不像我想象的那么容易。