引入垂直调整后,行距略大

引入垂直调整后,行距略大

我用snotez包来生成边注。我发现当我使用垂直偏移来移动边注时,第一行和第二行之间的垂直间距会变大一点。

梅威瑟:

\documentclass[11pt,a4paper]{article}

\usepackage[margin=1in,bottom=1.25in]{geometry}
\setlength\textwidth{\dimexpr\textwidth-2.2\marginparwidth\relax}
\setlength{\marginparwidth}{2.5\marginparwidth}
\setlength{\marginparsep}{1.5\marginparsep}

\usepackage{snotez}
\setsidenotes{
  note-mark-format=#1.,
  text-mark-format=\textsuperscript{\hspace*{.04em}#1},
  text-format+=\scriptsize\raggedright,
}

\begin{document}
test\sidenote(\baselineskip){The is a test this is a test this is a test this is a test this is a test this is a test this is a test this is a test}
\end{document}

输出:

无偏移的输出:

您可能会注意到前两行之间的垂直空间确实增加了。

我该如何解决这个问题?

答案1

我找到了答案。问题出在marginnote包(snotez将调用)上。请参阅这个问题

相关内容