我正在尝试在和quote
中正确排版脚注中嵌入的环境后的内联引用。这对于正确完成某些方面是必要的scrlttr2
scrartcl
蓝皮书式引用。以下 MWE 在article
和中按预期工作,memoir
但在 中却不起作用scrartcl
。
梅威瑟:
\documentclass{scrartcl} % or {article} or {memoir}
\begin{document}
Text.\footnote{This is some footnote text that leads into a quotation. As the
first line of a paragraph, it should have a different amount of indentation
compared to subsequent lines.
\begin{quote}
This is a block quote, which has the same degree of indentation across all
lines. Although this environment appears to work as expected, there is clearly
some problem as the subsequent lines demonstrate.
\end{quote}
The Author, \emph{The Article}, 2~\textsc{Some L.J.} 110, 110 (2016). This is a
citation that is part of the same paragraph. It should have the same
indentation as the other subsequent lines. It should not behave as a new
paragraph.\par
This is a new paragraph of text. It should, as such, have the same indentation
as the first line of this footnote, and each subsequent line should have normal
indentation.}
\end{document}
结果为scrartcl
: 和
中的预期格式分别为:
article
memoir
这也是坏了scrlttr2
,这就是我实际上关心,但因为它仍然被破坏(以不同的方式)letter
,所以我正在比较这些类。
答案1
随着KOMA-Script 3.22 的当前预发布版本你的例子产生了:
这3.21 版已知错误列表(德语)有一个条目:
- 聆听并接受来自注释内部环境的提示,这些提示会将环境信息输入到您的耳朵中。备注:我停止了听音乐,虽然我听到的声音很轻,但我仍然觉得很新鲜。尽管它是红色的,但它并不有趣。备注:AbKOMA 脚本 v3.22.2571它提供了一种全新的方法来处理注释的使用,但与 KOMA-Script-Version 3.22 的小版本不兼容。
用英语讲:
- 脚注内的列表和派生环境意外地影响了环境后面的缩进。备注:…注意:来自KOMA 脚本 v3.22.2571如果未选择与低于 3.22 的 KOMA-Script 兼容性,则使用新方法来输出脚注。
所以我认为问题已经解决了。