在锻炼环境后添加空间

发布于 2024-08-31 11:03:44 字数 560 浏览 1 评论 0原文

我不知道如何在 锻炼环境 。我不想为每个练习手动执行此操作,而是通过使用 \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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葬﹪忆之殇 2024-09-07 11:03:44

在 #latex @ freenode.net 的支持下,我发现了这个 hack:

\makeatletter\def\endExerciseEnv{\termineliste{1}\@EndExeBox\vskip3em}\makeatother

如果有人知道解决这个问题的干净方法,请随意发布。

With support from #latex @ freenode.net, I found this hack:

\makeatletter\def\endExerciseEnv{\termineliste{1}\@EndExeBox\vskip3em}\makeatother

If anyone knows a clean way to solve it, feel free to post it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文