ykphysics
ykphysics
这家伙很懒,什么也没写!

注册于 4年前

回答
1
文章
0
关注者
0

等了好久,没有等到满意的答案。今天个人找到了完美解决方案,大家参考:

\documentclass[cn,15pt]{article}
\usepackage[UTF8]{ctex}

%\RequirePackage[backend=biber,
%natbib=true,
%sorting=none,
%style=numeric-comp,
%url=false,
%doi=false]{biblatex}

\RequirePackage{hyperref}
\hypersetup{
    breaklinks,
    unicode,
    linktoc=all,
    bookmarksnumbered=true,
    bookmarksopen=true,
    colorlinks,
    linkcolor=blue,
    citecolor=blue,
    urlcolor=blue,
    plainpages=false,
    pdfstartview=FitH,
    pdfborder={0 0 0},
    linktocpage
}

\usepackage[%
backend=biber,
style=phys,%
articletitle=false,biblabel=brackets,%
chaptertitle=false,pageranges=false,
]
{biblatex}

\addbibresource{reference.bib}

%%----------------%%

\begin{document}

文献一\cite{RN2306}
    
文献二\cite{RN791}
 
\printbibliography[heading=bibliography,title=参考文献]
    
    
\end{document}

发布
问题