下午好,
我的参考书目有问题,它可以与 natbib 一起使用,但不幸的是,现在我需要使用带有“phys”风格的 biblatex,并且出现了一些错误,它不再起作用了。这是代码,对不起,前言很长......
\documentclass[12pt,twoside,openright]{book} % default square logo
\usepackage[english]{babel}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{breqn}
\usepackage[section]{placeins}
\usepackage{graphicx}
\usepackage{caption}
\usepackage[utopia]{quotchap}
\usepackage{fancyhdr}
\setlength{\headheight}{15.2pt}
\usepackage{lipsum}
\usepackage[svgnames]{xcolor}
\usepackage{hyperref}
\usepackage{chemformula}
\usepackage{physics}
\usepackage{siunitx}
\usepackage[
backend=biber,
style=phys,
]{biblatex}
\addbibresource{References}
\hypersetup{colorlinks=true, pdfstartview=foo, linkcolor=black, citecolor=black, plainpages=false, pdfpagelabels=true, urlcolor=blue}
\usepackage[all]{hypcap}
\captionsetup[figure]{font=small,labelfont=bf}
\title{Manipulation of SPEs} %note \\[1ex] is a line break in the title
\author{Nicola} %your name
\usepackage{titlesec}
\newcommand{\chapfnt}{\fontsize{25}{19}}
\newcommand{\secfnt}{\fontsize{12}{17}}
\newcommand{\ssecfnt}{\fontsize{12}{14}}
\titleformat{\chapter}[display]
{\normalfont\chapfnt\bfseries}
{\Large\chaptertitlename\ \thechapter}{10pt}{\chapfnt}
\titlespacing*{\chapter}{0pt}{0pt}{10pt}
\def\baselinestretch{2}
\titleformat{\section}
{\normalfont\fontsize{15pt}{14pt}\selectfont\bfseries}{\thesection}{1em}{}
\titleformat{\subsection}
{\normalfont\fontsize{13pt}{14pt}\selectfont\bfseries}{\thesection}{1em}{}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[RO]{{\fontsize{8}{20} \selectfont\rightmark}}
\fancyhead[LE]{{\fontsize{8}{20} \selectfont\leftmark}}
\cfoot{\thepage}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.0pt}
\addtolength{\oddsidemargin}{-0.5cm}
\addtolength{\evensidemargin}{-0.5cm}
\addtolength{\textwidth}{1cm}
\addtolength{\topmargin}{-0.5cm}
\addtolength{\textheight}{1cm}
\begin{document}
\baselineskip=18pt plus1pt
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\maketitle
\include{Abstract}
\tableofcontents
\include{Intro/Chapter1}
\include{chapter2/Chapter2}
\include{chapter3/Chapter3}
\include{chapter4/Chapter4}
\include{chapter5/Chapter5}
\include{Conclusions}
\include{ChapterPublications}
\include{ChapterAcknowledgements}
\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography
\end{document}
当我用 bibtex 编译文件时,出现以下错误:
进程已启动
这是 BibTeX,版本 0.99d (MiKTeX 2.9.7250 64-bit) 顶级辅助文件:Thesis-Nicola.aux 一级辅助文件:Abstract.aux 一级辅助文件:Intro/Chapter1.aux一级辅助文件:chapter2/Chapter2.aux 一级辅助文件:chapter3/Chapter3.aux 一级辅助文件:chapter4/Chapter4.aux 一级辅助文件:chapter5/Chapter5.aux 一级-1 辅助文件:Conclusions.aux 1 级辅助文件:ChapterPublications.aux 1 级辅助文件:ChapterAcknowledgements.aux 我没有找到 \citation 命令---在读取文件 Thesis-Nicola.aux 时我没有找到 \bibdata命令---在读取文件 Thesis-Nicola.aux 时我发现没有 \bibstyle 命令---在读取文件 Thesis-Nicola.aux 时(有 3 条错误消息)
进程因错误而退出
有人知道我做错了什么吗?非常感谢你,尼古拉。