TexShop, Mendeley Bibtex & apacite

Erstellung eines Literaturverzeichnisses mit BibTeX, Biber, BibLaTeX und Co.


smilla

TexShop, Mendeley Bibtex & apacite

Beitrag von smilla »

Liebe Alle,

ich versuche mit apacite zu zitieren. leider bekomme ich permanent die fehlermeldung:


./MainDoc_Diss_Sabs.tex:192: Undefined control sequence.
\hyper@@link ->\let \Hy@reserved@a
\relax \@ifnextchar [{\hyper@link@ }{\hyp...
l.192 \cite{Franconeri2013}

?
./MainDoc_Diss_Sabs.tex:192: Argument of \@@cite has an extra }.
<inserted text>
\par
l.192 \cite{Franconeri2013}

?
Runaway argument?
>{\hyper@link@ }\def \reserved@b {\hyper@link@ [link]}\futurelet \@let@token \E
TC.
./MainDoc_Diss_Sabs.tex:192: Paragraph ended before \@@cite was complete.
<to be read again>
\par
l.192 \cite{Franconeri2013}

?
./MainDoc_Diss_Sabs.tex:192: Undefined control sequence.
\hyper@@link ->\let \Hy@reserved@a
\relax \@ifnextchar [{\hyper@link@ }{\hyp...
l.192 \cite{Franconeri2013}

?
./MainDoc_Diss_Sabs.tex:192: Argument of \@@cite has an extra }.
<inserted text>
\par
l.192 \cite{Franconeri2013}

?
Runaway argument?
>{\hyper@link@ }\def \reserved@b {\hyper@link@ [link]}\futurelet \@let@token \E
TC.
./MainDoc_Diss_Sabs.tex:192: Paragraph ended before \@@cite was complete.
<to be read again>
\par
l.192 \cite{Franconeri2013}

?

Weiter unten mein Beispiel. Ich freue mich über Hilfe. Danke, smilla.




\documentclass[
12pt, % 11 Punkt Schrift verwenden (auch 10pt, 12pt mlich)
a4paper, % Dokumentgroesse A4
oneside, % einseitiger Druck (auch two side moeglich)
titlepage, % Titelblatt generieren
headsepline, % Kopfzeile durch Linie vom Text getrennt
DIV10, % Gre des Satzspiegels (z.B. DIV10 od. DIVcalc fr Optimum)
% %BCOR0.5cm % GrÔøΩe des Bindungsrandes (z.B.: BCOR2.5cm)
parskip = half, %halfparskip,
english,
headings=normal,
listof=totoc, % Im table of contents auffuerhen
bibliography=totoc]{scrreprt}


\setcounter{tocdepth}{2} % Bis zu welcher Ebene sollen subsections ins tableofcontent; subsection = 2
\pagestyle{headings}
\usepackage[utf8]{inputenc}
%\usepackage[latin1]{inputenc} % Umlaute koennen direkt eingegeben werden
\usepackage[applemac]{inputenc} % Umlaute im Mac
\usepackage{amssymb} %unusual symbols
\usepackage{amsmath, amssymb}
\usepackage{amsfonts}
\usepackage{subfigure}
\usepackage[english]{babel} % Nutzen, wenn Text auf englisch ist
\usepackage{apacite}
\bibliographystyle{apacite}


\usepackage[pdftex]{graphicx} % Paket zu Einbindung von Grafiken
\DeclareGraphicsExtensions{.pdf,.png,.jpg}
\usepackage{parskip} % Absatzlayout auf Leerzeile statt Einr¸ckung

\usepackage[official,right]{eurosym} % f¸r ein \euro{} Symbol
\usepackage{mathpazo} % Helvetica (entspr. Arial) als serifenlose Schrift
\usepackage{Utopia}
\usepackage{mathpazo} % Courier als Festbreitenschrift


\usepackage{hyperref}
\usepackage{color}
\definecolor{black}{gray}{0} % 10% gray
\usepackage[colorlinks=true,linkcolor=black,citecolor=black]{hyperref}
\usepackage{setspace}
\onehalfspacing % anderthalbzeilig (oder auch \doublespace)


\usepackage{longtable} % Fuer Tabellen, die ¸ber eine Seite hinausgehen

\usepackage{url} % Fuer korrekte Angabe von Webseiten mit Umbruch

\usepackage{remreset} % Einleitung daf¸r, dass bestimmte Zaehler ueber
\makeatletter % Kapitelgrenze hinaus weitergezahlt werden
\@removefromreset{footnote}{chapter} % Fussnotenzahlung NICHT in jedem Kapitel
\makeatother % von vorn starten
\clubpenalty = 10000 % Verhindert einzelne Zeile auf neuer Seite
\widowpenalty = 10000 % Verhindert einzelnes Wort auf neuer Zeile
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{latexsym}
\newcommand{\degree}{\ensuremath{^\circ}}
\newcommand{\mi}{\ensuremath{\mu}}

\usepackage{geometry}
\geometry{a4paper,left=30mm,right=30mm,top=35mm,bottom=30mm}
_____________


und noch der .bib code


@article{Franconeri2013,
abstract = {The brain has finite processing resources so that, as tasks become harder, performance degrades. Where do the limits on these resources come from? We focus on a variety of capacity-limited buffers related to attention, recognition, and memory that we claim have a two-dimensional 'map' architecture, where individual items compete for cortical real estate. This competitive format leads to capacity limits that are flexible, set by the nature of the content and their locations within an anatomically delimited space. We contrast this format with the standard 'slot' architecture and its fixed capacity. Using visual spatial attention and visual short-term memory as case studies, we suggest that competitive maps are a concrete and plausible architecture that limits cognitive capacity across many domains.},
author = {Franconeri, Steven L and Alvarez, George A and Cavanagh, Patrick},
doi = {10.1016/j.tics.2013.01.010},
file = {:Users/sw/Dropbox/Literature/Papers/Visual_Attention/FRanconeriAlvarez&Cavanagh_FlexibleResources&MapsForAtt&Mem_TICS_2013.pdf:pdf},
issn = {1879-307X},
journal = {Trends in Cognitive Sciences},
month = feb,
number = {3},
pages = {134--141},
pmid = {23428935},
publisher = {Elsevier Ltd},
title = {{Flexible cognitive resources: competitive content maps for attention and memory.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/23428935},
volume = {17},
year = {2013}
}

Benutzeravatar
u_fischer
Forum-Meister
Forum-Meister
Beiträge: 4309
Registriert: Do 22. Nov 2012, 11:09
Kontaktdaten:

Beitrag von u_fischer »

Weiter unten mein Beispiel. Ich freue mich über Hilfe. Danke, smilla.
Das ist kein (Minimal)-Beispiel sondern ein (zu großer) Ausschnitt aus deiner Präambel. Damit kann man dein Problem nicht testen.
\usepackage[utf8]{inputenc} 
 ...
 \usepackage[applemac]{inputenc} % Umlaute im Mac

Deine Datei kann nicht sowohl utf8 als auch applemac kodiert sein. Also nimm die Option, die nicht stimmt, raus.

smilla

Beitrag von smilla »

Vielen Dank für die Antwort. Ich habe mich nochmal bemüht, das Beispiel übersichtlicher zu machen. Die Literaturangabe habe ich unten in den Code Kopiert. Eigentlich habe ich sie aber in einer extra bib datei. Mein Eindruck ist, dass die Jahreszahl in den Einträgen nicht gefunden wird, denn es werden allerhöchstens die Autor_innen angezeigt, wenn ich apacite verwende.
Viele Grüsse,
smilla
\documentclass[
    12pt,         % 11 Punkt Schrift verwenden (auch 10pt, 12pt mlich)
    a4paper,      % Dokumentgroesse A4
   oneside,      % einseitiger Druck (auch two side moeglich)
    titlepage,    % Titelblatt generieren
    headsepline,  % Kopfzeile durch Linie vom Text getrennt
	DIV10,        % Gre des Satzspiegels (z.B. DIV10 od. DIVcalc fr Optimum)
%                   %BCOR0.5cm       % GrÔøΩe des Bindungsrandes (z.B.: BCOR2.5cm)
 	parskip = half, %halfparskip,
    english,
    headings=normal,
    listof=totoc, % Im table of contents auffuerhen
    bibliography=totoc]{scrreprt}        % Dokumentenklasse (hier KomaScript - Report)
    
    
\usepackage[english]{babel} % Nutzen, wenn Text auf englisch ist
\usepackage{apacite}
\bibliographystyle{apacite}%{plain}%
\usepackage{hyperref}



\usepackage{geometry}
	\geometry{a4paper,left=30mm,right=30mm,top=35mm,bottom=30mm}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
zitier mich bitte so:
\cite{Franconeri2013}





\bibliography{Diss}

\end{document}      
%%%%%%%%%%%%%%%%%%



@article{Franconeri2013,
abstract = {The brain has finite processing resources so that, as tasks become harder, performance degrades. Where do the limits on these resources come from? We focus on a variety of capacity-limited buffers related to attention, recognition, and memory that we claim have a two-dimensional 'map' architecture, where individual items compete for cortical real estate. This competitive format leads to capacity limits that are flexible, set by the nature of the content and their locations within an anatomically delimited space. We contrast this format with the standard 'slot' architecture and its fixed capacity. Using visual spatial attention and visual short-term memory as case studies, we suggest that competitive maps are a concrete and plausible architecture that limits cognitive capacity across many domains.},
author = {Franconeri, Steven L and Alvarez, George A and Cavanagh, Patrick},
doi = {10.1016/j.tics.2013.01.010},
file = {:Users/sw/Dropbox/Literature/Papers/Visual_Attention/FRanconeriAlvarez&Cavanagh_FlexibleResources&MapsForAtt&Mem_TICS_2013.pdf:pdf},
issn = {1879-307X},
journal = {Trends in Cognitive Sciences},
month = feb,
number = {3},
pages = {134--141},
pmid = {23428935},
publisher = {Elsevier Ltd},
title = {{Flexible cognitive resources: competitive content maps for attention and memory.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/23428935},
volume = {17},
year = {2013}
}

Benutzeravatar
u_fischer
Forum-Meister
Forum-Meister
Beiträge: 4309
Registriert: Do 22. Nov 2012, 11:09
Kontaktdaten:

Beitrag von u_fischer »

Lade apacite nach hyperref, siehe auch Dokumentation von apacite Abschnitt 8.2 hyperref, backref, and url.

Antworten