ich habe schon soo oft hier die Lösung zu meinen Problemen gefunden.
Leider dieses mal nicht. Oder besser: Ich habe zwar das Problem und die Lösung gefunden, aber lösen tut sie es bei mir nicht
Ich habe folgenden Text:
\documentclass[a4paper]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[babel,german=quotes]{csquotes}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{blindtext}
\usepackage{csquotes}
\usepackage[backend=biber]{biblatex}
\addbibresource{literatur.bib}
\begin{document}
\blindtext
\parencite{knuth1997,lamport1978}
Dies sehen wir auch bei \parencite{lamport1978}.
\nocite{*}
\printbibliography[title={Quellenverzeichnis}]
\end{document}@book{knuth1997,
title = {Fundamental Algorithms},
author = {Donald E. Knuth},
publisher = {Addison-Wesley Professional},
series = {The Art of Computer Programming},
volume = {1},
year = {1997},
month = {July},
edition = {Third},
}
@article{lamport1978,
author = {Leslie Lamport},
title = {Time, clocks, and the ordering of events in a
distributed system},
journal = {Communications of the ACM},
volume = {21},
issue = {7},
month = {July},
year = {1978},
pages = {558--565},
numpages = {8},
url = {http://doi.acm.org/10.1145/359545.359563},
doi = {http://doi.acm.org/10.1145/359545.359563},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {clock synchronization, computer networks,
distributed systems, multiprocess systems},
}Mein TeXnicCenter ist mit
"D:\Programme\MiKTeX 2.9\miktex\bin\biber.exe" und "%tm" so weit ich sagen kann für die Benutzung vonm Biber konfiguriert.
Und da "LaTeX1.blg" erstellt wird, gehe ich davon aus, dass auch alles geklappt hat.
In "LaTeX1.blg" steht:
[0] Config.pm:361> INFO - This is Biber 1.5 [0] Config.pm:364> INFO - Logfile is 'LaTeX1.blg' [76] biber-MSWIN:190> INFO - === %a %b %e, %Y, %H:%M:%S [76] Biber.pm:327> INFO - Reading 'LaTeX1.bcf' [150] Utils.pm:167> WARN - Warning: Found biblatex control file version 2.5, expected version 2.3 [150] Biber.pm:598> INFO - Using all citekeys in bib section 0 [171] Biber.pm:2976> INFO - Processing section 0 [190] Biber.pm:3086> INFO - Looking for bibtex format file 'literatur.bib' for section 0 [193] bibtex.pm:889> INFO - Decoding LaTeX character macros into UTF-8 [193] bibtex.pm:764> INFO - Found BibTeX data source 'literatur.bib'
Package biblatex Warning: Please (re)run Biber on the file: (biblatex) LaTeX1 (biblatex) and rerun LaTeX afterwards. Package logreq Info: Writing requests to 'LaTeX1.run.xml'. )
Ich habe mehrfach kompiliert und hatte eigentlich erwarter, dass eine "LaTeX1.bbl" angelegt wird. Diese bleibt leider aus.
Mein Dokument sieht weiterhin so aus:
Ich danke euch/dir schonmal bis jetzt fürs Lesen und hoffe ihr/Du hast einen tollen Tip für mich[...]Fremdsprachige Texte wie „Lorem ipsum“ dienen
nicht dem eigentlichen Zweck, da sie eine falsche Anmutung vermitteln. [knuth1997, lamport1978 ]
Dies sehen wir auch bei [lamport1978 ].
Liebe Grüße, Silent



