okay. dann probieren wir es hier nochmal mit einem Minimalbeispiel und wenn das nicht funktioniert, muss ich wirklich deine Hilfe in Anspruch nehmen.
*unique2.bib
@article{B_55,
author = {Suh, Sangwon and Lenzen, Manfred and Treloar, Graham J. and Hondo, Hiroki},
title = {System Boundary Selection in Life-Cycle Inventories Using Hybrid Approaches},
journal = {Environmental Science & Technology},
volume = {38},
number = {3},
pages = {657-664},
abstract = {Hello, some words},
keywords = {LCA
methode
system boundary},
DOI = {10.1021/es0263745},
year = {2004},
type = {Journal Article}
}
*unique2
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english,ngerman]{babel}
%\usepackage[babel]{csquotes}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage%
[%
style = authoryear-comp, % authoryear-comp oder
backend = biber,
hyperref = true,
maxnames = 2,
isbn = true,
doi = true, % DOIs im LitVZ
language = german,
% texencoding=utf8,
% bibencoding=utf8,
firstinits = true, % Vornamen abkürzen
uniquename = init,
%backref = true, % Seitenzahlen der Verweise im LitVZ
dashed = false, % Falls mehrere gleiche Autoren auftauchen, werden die Einträge mit
% einem Strich abgekürzt. S.a. http://projekte.dante.de/DanteFAQ/BiblatexStile --> autoryear
]{biblatex}
\addbibresource{unique2.bib}
\begin{document}
Hallo Welt! \cite{B_55}
\printbibliography
\end{document}
Es kommt folgende Fehlermeldung:
! Misplaced alignment tab character &.
<argument> Environmental Science &
Technology
l.37 \end
{document}
I can't figure out why you would want to use a tab mark
here. If you just want an ampersand, the remedy is
simple: Just type `I\&' now. But if some right brace
up above has ended a previous alignment prematurely,
you're probably due for more error messages, and you
might try typing `S' now just to see what is salvageable.
Und wenn ich das & entferne oder die Quelle auskommentiere/lösche oder eine andere Quelle wähle, nervt ihn diese Stelle trotzdem noch.
Ich glaube dass das
! Package inputenc Error: Unicode char \u8:̈ not set up for use with LaTeX.
auch damit zusammenhängt. Leider bekomme ich diesen Error nicht im Minimalbeispiel reproduziert.
Danke nochmal an dieser Stelle für Eure/Deine Hilfe!