Skip to content

统一参考文献引用命令 #91

Description

@sikouhjw

还有gdutcite{}没有文献提示,这个用起来虽然比平常期刊论文费劲但是比word方便很多,我目前的方案是先用cite{}之后再关键词替换成gdutcite{}。看看前辈后续会不会能不能更新gdutcite{}文献提示吧。

\gdutcite 是为了统一两种不同 bib 处理方式下的引用命令

gdutthesis/gdutthesis.cls

Lines 1712 to 1741 in f7e5fd5

\ctex_at_end_preamble:n
{
\bool_if:NTF \l__gdut_bibtex_bool
{
\NewDocumentCommand {\gdutcite} { s O{} m }
{
\IfBooleanTF {#1}
{
\setcitestyle{numbers}
\cite[#2]{#3}
\setcitestyle{super}
}
{
\cite[#2]{#3}
}
}
}
{
\NewDocumentCommand {\gdutcite} { s O{} m }
{
\IfBooleanTF {#1}
{
\parencite[#2]{#3}
}
{
\cite[#2]{#3}
}
}
}
}

zepinglee/gbt7714-bibtex-style#95 (comment) 中,提供了一种解决方案,即使用 \cite\parencite 来引用:

  • 如果发行版是最新的,那可以直接使用 \cite\parencite 来引用
  • 如果发行版不是最新的,可以在导言区定义 bibtex 下的 \parencite

后续我再把 \gdutcite 删掉,换成 \cite\parencite

Originally posted by @sikouhjw in #89 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions