乳胶:碑文环境无线条

0 latex pdflatex

我有一个题词定义,如下所示:

\epigraph{This work has appeared in:}{Max Mustermann, How the Euro will crash.}
Run Code Online (Sandbox Code Playgroud)

如下所示

    This work has appeared in:
    -----------------------------
    Max Mustermann, How the Euro will crash.
Run Code Online (Sandbox Code Playgroud)

看起来不错,但我不喜欢两者之间的界线。有没有简单的方法可以摆脱这个问题?

小智 5

\epigraphrule 如果使用Epigraph包,则控制引号和来源后面的行。

将以下命令放在序言中。

\renewcommand{\epigraphrule}{0pt}
Run Code Online (Sandbox Code Playgroud)