论文关于中英文双题目的排版

2020-06-13 12:02发布

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

## 编译环境 操作系统 * [ ]x Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x ] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 写论文,怎么在已有中文题目,作者,摘要的前提下,再添加英文题目,作者,摘要???..
2条回答
可以这样做。 先把现在的 `maketitle` 存起来。 ``` \let\savedmaketitle\maketitle ``` 然后仿照以前的 `maketitle` 改一个新的出来,可以看 `article.cls` 中的 `maketitle`,和 `latex.ltx` 里面的 `@title` `@author` `@date` 是如何定义的。

一周热门 更多>

相关问答