Latex:碑文环境无线
我有一个铭文定义,如下所示:
\epigraph{This work has appeared in:}{Max Mustermann, How the Euro will crash.}
看起来如下:
This work has appeared in:
-----------------------------
Max Mustermann, How the Euro will crash.
它看起来确实不错,但我不喜欢中间的线。有没有简单的方法可以摆脱 这个的?
I have an epigraph definition that looks as follows:
\epigraph{This work has appeared in:}{Max Mustermann, How the Euro will crash.}
That looks then as follows
This work has appeared in:
-----------------------------
Max Mustermann, How the Euro will crash.
It does look okay, but I do not like the line in between. Is there an easy way to get rid
of this one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 epigraph 包,
\epigraphrule
控制引用和源后面的行。将以下命令放在序言中。
\epigraphrule
controls the line after the quote and source if you are using the epigraph package.Place the following command in the preamble.