在锻炼环境后添加空间
我不知道如何在 锻炼环境 。我不想为每个练习手动执行此操作,而是通过使用 \addtolength 自动执行 或者重新定义环境什么的。
为了在它前面留下一些空间,我设法想出了这个:
\renewcommand{\ExerciseHeader}{\vskip 3em\centerline{\textbf{\large\smallpencil
\ExerciseHeaderNB\ExerciseHeaderTitle%
\ExerciseHeaderDifficulty\ExerciseHeaderOrigin\medskip}}}
我怀疑必须重新定义这个,
\def\endExerciseEnv{\termineliste{1}\@EndExeBox}
我试图重新定义它,但它不起作用,
谢谢。
I can't figure out how to add a space (say 3em) after the Exercise environment
. I don't want to do it manually for every exercise, but automatically, by using \addtolength
or redefining the environment or something.
For leaving some space in front of it I managed to come up with this:
\renewcommand{\ExerciseHeader}{\vskip 3em\centerline{\textbf{\large\smallpencil
\ExerciseHeaderNB\ExerciseHeaderTitle%
\ExerciseHeaderDifficulty\ExerciseHeaderOrigin\medskip}}}
I suspect this one must be redefined
\def\endExerciseEnv{\termineliste{1}\@EndExeBox}
I tried to redefine it but it doesn't work
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 #latex @ freenode.net 的支持下,我发现了这个 hack:
如果有人知道解决这个问题的干净方法,请随意发布。
With support from #latex @ freenode.net, I found this hack:
If anyone knows a clean way to solve it, feel free to post it.