Reference中的note field不显示 #1058
-
维护者你好,
|
Beta Was this translation helpful? Give feedback.
Answered by
LogCreative
Aug 23, 2024
Replies: 1 comment 1 reply
-
可以向下面的位置添加 Line 112 in f5b9b29 例如: \documentclass{sjtuthesis}
\begin{filecontents}{refs.bib}
@misc{LLP_signature,
author = {Heather Russell},
title = {LLP Overview},
url = {https://hrussell.web.cern.ch/hrussell/graphics.html},
annote = {This work is modified from the original copy and licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit \url{http://creativecommons.org/licenses/by/4.0/}.}
}
\end{filecontents}
\usepackage[style=gb7714-2015,gbannote=true]{biblatex}
\addbibresource{refs.bib}
\usepackage{hyperref}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Biblehome
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
可以向下面的位置添加
gbannote=true
,并将note
改为annote
来添加注释。SJTUThesis/setup.tex
Line 112 in f5b9b29
例如: