插入引文

插入引文

我想在论文中插入一些文学引文。我的第一个想法是修改诗歌环境,如另一个问题,虽然结果不太令人满意。

我希望每个引用都用引号引起来,并提供一种简单的方法来在引用下方引用来源并右对齐。

答案1

如果您正在使用 KOMA-Script 文档类,请查看\dictum文档中的命令 - 这正是您想要的。

例如,在章节前面放置一段引文:

\setchapterpreamble{
  \dictum[Anonymous]{Forecasting is the art of saying what is going to happen
    and then to explain why it didn’t.}}

\chapter{Weather forecasting}

相关内容