问题标签 [renewcommand]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
latex - 将“章节”更改为“附件”未成功
我正在尝试将附录中的标题“章节”更改为“附件”,但无法这样做。我查找并找到了解决方案,
\renewcommand\appendixname{Annex}
但这并不能解决我的问题,并且标题仍显示为“章节”。
我的猜测是可能是因为我改变了章节的标题格式(或者可能不是因为它......)
如果有人可以帮助我解决这个问题。我在序言中的代码如下所示:
expand - 如何强制 \newcommand 立即“扩展”内容?
此代码不打印任何“消息”,但我希望它这样做:
我如何让它打印出来?这只是一个例子,我的真实案例当然要复杂得多,而且我不是在寻找要打印的消息 - 我需要\newcommand
在声明时计算里面的内容,然后“分配”到\foo
.