在Latex中可通过重定义title支撑中英文标题:

Latex代码为:\title{中文标题}{英文标题},其重定义代码为:\renewcommand\title[2]{\newcommand{\@cntitle}{#1}\newcommand{\@entitle}{#2}}。这样就将中文标题存放到 @cntitle 中,英文标题存放到 @entitle 中。然后再重定义 \maketitle 命令可方便地编写不同格式的标题了。这个技巧也适用于中英文作者名等。

相关文章:

  • 2022-12-23
  • 2021-09-14
  • 2021-08-20
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-15
  • 2022-03-14
  • 2021-11-17
  • 2021-09-27
  • 2021-05-22
  • 2022-12-23
相关资源
相似解决方案