renewcommand

2020-09-12 15:28发布

## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x ] TexLive ...

## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x ] TexLive `2019` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 假如已经有了命令A,该命令有一个必选参数 我该如何重定义该命令呢? ps:本来是想这么写\renewcommand{\A}[1]{\A{#1}},但是会报错,就不知道怎么办了