zepinglee / gbt7714-bibtex-style

GB/T 7714-2015 BibTeX Style
LaTeX Project Public License v1.3c
1.17k stars 196 forks source link

建议在super选项下添加一个行内引用的命令 #51

Closed DaftDogeee closed 4 years ago

DaftDogeee commented 4 years ago

如下的代码实现是否合适?

\DeclareRobustCommand\citeinline{\begingroup%
    \NAT@superfalse%
    \citestyle{numbers}%
    \let\NAT@ctype\z@\NAT@partrue\NAT@swatrue\@ifstar{\NAT@fulltrue\NAT@cites}{\NAT@fullfalse\NAT@cites}}
zepinglee commented 4 years ago

这个命令的名字还需要商榷:

  1. biblatex 的是 \parencite
  2. thuthesis 的是 inlinecite

另外我一般不建议混用“角标”和“文内”两种风格。