RFC: 致谢环境
#253
Replies: 2 comments 9 replies
-
在 fduthesis/source/fduthesis.dtx Line 6301 in a1bf528 \@@_define_name:nnn 定义。
足够了。用上述方法创建的致谢环境实际是个无编号的 chapter。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
致谢环境已经添加了,见 d8f86e3。 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
希望有一个单独的致谢环境以和摘要环境的目录以及正文风格保持一致(以及满足强迫症)。用chapter等方法实现致谢,想与摘要align比较麻烦。
目前自己按照摘要环境加了个致谢环境,由于完全不了解dtx编写,遇到两个问题。
按照这里的代码:
我将abstract全部替换成acknowledgement,将acknowledgement_end置空,即:
Q1:编译后遇到如下error:
显然与
\c_@@_name_abstract_tl相同,\c_@@_name_acknowledgement_tl需要被替换成"致谢",但未找到\c_@@_name_abstract_tl是如何被替换成"摘要"的?Q2:将将acknowledgement_end置空是否已经足够?
Beta Was this translation helpful? Give feedback.
All reactions