Skip to content

[求助] 如何在 博士论文模板里的学术成果清单部分 进一步区分SCI论文、EI论文、已授权专利、实审中专利等 #451

Answered by YDX-2147483647
YoungZnBIT asked this question in Q&A
Discussion options

You must be logged in to vote

可以通过keyword/keywords区分。

misc/4_pub.tex:

\printbibliography[…, keyword=dummy, …]{}
\printbibliography[…, keyword=sci, …]{}

% \printbibliography[heading=none,type=book,category=mypub,keyword=dummy,resetnumbers=true]{}

reference/pub.bib:

@article{
  …
  keywords = {dummy},
  …
}
@article{
  …
  keywords = {sci},
  …
}

keywords = {dummy, keywords},

此外printbibliography还支持notkeyword=<keyword>subtype=<subtype>等筛选选项,详情请参考 biblatex 手册

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fky2015
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #450 on April 10, 2024 16:01.