meine systembedingungen:
windows 7, erst miktex für 64 bit, dann auf 32 bit neuinstalliert, apa6-datein manuell nach installiert (ausder 64er version heraus), statt apacite biblatex-apa und biber genutzt (apacite ging auch nicht). editor: TeXstudio 2.6.0
\documentclass[man,a4paper]{apa6} %apacite in options mit rein eigentlich?? \usepackage[ngerman,english, american]{babel} \usepackage{csquotes} %\usepackage{apacite} ?? \usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex} %\usepackage[backend=biber]{biblatex} \DeclareLanguageMapping{american}{american-apa} %was macht dieser Befehl? % laut apa6.sty - Datei soll folgendes eingefügt werden, das funktioniert aber nicht: %\documentstyle[...,apa-dp28,...]{...} %\bibliographystyle{apa-dp28} %welches der beiden funktioniert? \bibliography{literatur.bib} \addbibresource{literatur.bib} \begin{document} %\include{./sections/Theory/theory} %eingefügt aus theory: \section{Theory} Carl Rogers as one of the main figures of humanistic psychology and the founder of Client-centred therapy based his therapeutic approach on the three core concepts of empathy, congruence and acceptance \cite{Rogers1959}. In his recent publication \outcite{Silani2013} associates Rogers' humianstic concepts to cognitive processes and links these to respective/putative brain areas. \subsection{Social cognition} Social cognition addresses the question on how people process, store, and apply information about other people and social situations. It centers on the role that cognitive processes play in our social interactions and how these influence how we think, feel, and interact with the world around us \cite{socialcognition_a}. \end{document}
so sieht der bibtex-code aus (mit JabRef):
@ARTICLE{Rogers1959, author = {Rogers, Carl Ransom and Koch, Sigmund}, title = {A Theory of Therapy, Personality, and Interpersonal Relationships: As Developed in the Client-centered Framework}, year = {1959}, owner = {hopscatulli}, publisher = {McGraw-Hill New York}, timestamp = {2013.06.24} } @INCOLLECTION{Silani2013, author = {Silani, Giorgia and Zucconi, Alberto and Lamm, Claus}, title = {Carl Rogers Meets the Neurosciences: Insights from Social Neuroscience for Client-Centered Therapy}, booktitle = {Interdisciplinary Handbook of the Person-Centered Approach}, publisher = {Springer}, year = {2013}, pages = {63--78}, file = {:silani2013_RogersmeetsNeuroschience.pdf:PDF}, owner = {hopscatulli}, timestamp = {2013.06.13}, url = {http://link.springer.com/chapter/10.1007/978-1-4614-7141-7_5} }