Biber 不再起作用(使用 TeXnicCenter 中的 biblatex-apa)

Biber 不再起作用(使用 TeXnicCenter 中的 biblatex-apa)

今天我遇到了问题并且biblatex我似乎必须将biblatex包更新到最新版本才能解决这个问题。

所以我对我的 MikTeX 安装进行了全面更新(安装了所有可能的软件包更新……也许那是一个错误,不知道)。我知道我需要最新版本biber(1.7),所以我下载了它。日志显示biblatex是 v2.7a。在此过程中,我还更新到了最新版本apa6.cls和 TeXnicCenter 2.02 稳定版(Win 7 上的 32 位,之前使用的是测试版)。

在做所有这些事情之前,一切都编译正确......但现在我收到这些警告,如引用未定义......空参考书目,未定义的参考等。任何帮助都将不胜感激!

这是我的 biber 的 TeXnicCenter 配置:

这是工作示例,请注意我得到了backend=biber

\documentclass[man,12pt,a4paper,noextraspace,donotrepeattitle,longtable]{apa6} % 12 pt., doppelter Zeilenabstand usw.

\usepackage[latin1]{inputenc} % für ä,ö,ü,Ä,Ö,Ü,ß usw.

\usepackage[english,ngerman]{babel}

\usepackage[T1]{fontenc}      % für exakte Darstellung von Umlauten wie Ä

\usepackage{lipsum}           % Dummy-Text
\setlipsumdefault{8}          % Standard-Einstellung: Verwendung nur eines Lipsum-Paragraphs (in diesem Fall des achten)

\setlength{\LTleft}{0pt}      % linksbündige Tabellen (longtable)

\usepackage{environ}

\usepackage{threeparttablex}

\usepackage{textgreek}        % griechische Buchstaben im Text-Modus

%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ von apa6.cls automatisch geladene Packages
% booktabs, etoolbox, lmodern, threeparttable



%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Scriptsize (ca. 8pt) Für Anmerkungen in Tabellen
\makeatletter 
\g@addto@macro\TPT@defaults{\scriptsize} 
\makeatother
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Bibliographie/Biblatex/Literatur
\usepackage{csquotes}

\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex} 

\DeclareLanguageMapping{ngerman}{ngerman-apa}

\DefineBibliographyStrings{ngerman}{             % ändert den Titel des LV von Literatur in Literaturverzeichnis
  references = {Literaturverzeichnis}
}

\DefineBibliographyStrings{ngerman}{%            % ändert "u. a." in "et al."
  andothers ={et\addabbrvspace al\adddot},
  andmore   ={et\addabbrvspace al\adddot},
}

\addbibresource{Literatur.bib}                   % lädt LV-Datei

%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% Hier werden die (Unter-)Überschriften neu definiert (d. h. nicht fett usw.)

\makeatletter
\renewcommand{\section}{\@startsection {section}{1}
  {\z@}
  {\b@level@one@skip}
  {\e@level@one@skip}
  {\centering\normalfont\normalsize}}
\renewcommand{\subsection}{\@startsection{subsection}{2}
  {\z@}
  {\b@level@two@skip}
  {\e@level@two@skip}
  {\centering\normalfont\normalsize\itshape}}
\renewcommand{\subsubsection}{\@startsection{subsubsection}{3}
  {\z@}
  {\b@level@two@skip}
  {\e@level@two@skip}
  {\normalfont\normalsize\itshape}}
\renewcommand{\paragraph}{\@startsection{paragraph}{4}{\parindent}%
  {0\baselineskip \@plus 0.2ex \@minus 0.2ex}%
  {-1em}%
  {\normalfont\normalsize\itshape\addperi}}
\makeatother

%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%+++ TITELBLATT
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

\title{title}
\shorttitle{shorttitle}
\renewcommand{\rheadname}{Kolumnentitel}     % Running head übersetzt

\author{\null C A}     
\affiliation{
\null
Universität 

Fachbereich 

Institut

Fachgebiet
}

%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%+++ ZUSAMMENFASSUNG / ABSTRACT
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

\abstract{\noindent 
\textit{Theoretischer Hintergrund:}

\textit{Fragestellung:}

\textit{Methode:}

\textit{Ergebnisse:}

\textit{Schlussfolgerungen:}

\begin{otherlanguage}{english}
\clearpage
\section{\normalfont\normalsize\abstractname}
\textit{Background:}

\textit{Objective:}

\textit{Methods:}

\textit{Results:}

\textit{Conclusions:}
\par
\end{otherlanguage}
}
\patchcmd{\maketitle}{\abstractname}{Zusammenfassung}{}{} % Umbenennen des ersten Abstracts in "Zusammenfassung" mit Paket etoolbox

\begin{document}
\thispagestyle{empty}
\vspace*{.1\textheight}             % Vertikaler Abstand zum oberen Seitenrand

%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%+++ Deckblatt
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

\begin{center}
Title

\null
Wissenschaftliche Arbeit 

\null
Universität 

Fachbereich 

Fachgebiet 

\null
vorgelegt von

\null
C A

\null
\selectlanguage{ngerman}Bla, den \today
\end{center}
\pagestyle{otherpage}
\clearpage\setcounter{page}{1}
\thispagestyle{titlepage}\maketitle             % Einfügen der Titelseite

%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%+++ EINLEITUNG
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\section{Einleitung}

\lipsum

%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%+++ METHODE
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\newpage{\section{Methode}}


\subsection{Überblick}

\lipsum


\subsection{Stichprobe}


\subsection{Material}


\subsubsection{Stimulusmaterial}


\paragraph{Wortpaare}

\lipsum


\subsubsection{Geräte/Apparaturen}


\subsubsection{Aufgabe}

\lipsum

\subsubsection{Fragebögen}


\paragraph{Index}

\lipsum


\paragraph{Screening}

\lipsum


\paragraph{Inventory}

\lipsum

\cite{MacLeodetal2002}

\subsubsection{Übungen}

\lipsum


\subsection{Versuchsablauf}

\lipsum


%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%+++ ERGEBNISSE
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\newpage{\section{Ergebnisse}}


%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%+++ DISKUSSION
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\newpage{\section{Diskussion}}


%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%+++ Literatur
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\printbibliography



\end{document}

编辑:我在此示例中引用的 .bib 内容:

@article{MacLeodetal2002,
    author={Colin MacLeod and Elizabeth Rutherford and Lyn Campbell and Greg Ebsworthy and Lin Holker},
    year={2002},
    title={Selective attention and emotional vulnerability: Assessing the causal basis of their association through the experimental manipulation of attentional bias},
    journal={Journal of Abnormal Psychology},
    volume={111},
    number={1},
    pages={107-123},
}

编辑2:我不知道这是否有帮助...... biber 日志:

答案1

有时您直到发布问题后才找到解决方案......

是解决方案(有关 biber 的临时缓存的答案的底部部分)。

相关内容