Biblatex-dw Conflicting options

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: Biblatex-dw Conflicting options

von gehess » Mo 20. Dez 2010, 22:22

Super! Das wars! Hatte eigentlich schon das Update gemacht. Allerdings hatte ich noch eine ältere Version im lokalen Baum, auf die demnach weiterhin zugegriffen wurde.
Also, herzlichen Dank dafür!
Grüße
gehess

von Mechanicus » Mo 20. Dez 2010, 21:37

Hi,

du hast noch biblatex-dw v1.2n. Es gibt aber schon v1.3b
 *File List*
 article.cls    2007/10/19 v1.4h Standard LaTeX document class
  size10.clo    2007/10/19 v1.4h Standard LaTeX file (size option)
   babel.sty    2008/07/06 v3.8l The Babel package
ngermanb.ldf    2008/07/06 v2.6n new German support from the babel system
 fontenc.sty
   t1enc.def    2005/09/27 v1.99g Standard LaTeX file
inputenc.sty    2008/03/30 v1.1d Input encoding file
  latin1.def    2008/03/30 v1.1d Input encoding file
csquotes.sty    2010/11/19 v5.1 context-sensitive quotations
etoolbox.sty    2010/09/12 v2.0a e-TeX tools for LaTeX
    etex.sty    1998/03/26 v2.0 eTeX basic definition package (PEB)
  keyval.sty    1999/03/16 v1.13 key=value parser (DPC)
csquotes.def    2010/11/19 v5.1 csquotes generic definitions
csquotes.cfg    
biblatex.sty    2010/11/19 v1.0 programmable bibliographies
  logreq.sty    2010/08/04 v1.0 xml request logger
  logreq.def    2010/08/04 v1.0 logreq spec v1.0
  ifthen.sty    2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
     url.sty    2006/04/12  ver 3.3  Verb mode for urls, etc.
blx-compat.def    2010/11/19 v1.0 biblatex generic compatibility
biblatex.def    2010/11/19 v1.0 biblatex generic definitions
standard.bbx    2010/11/19 v1.0 biblatex bibliography style
standard-dw.bbx    2010/11/21 v1.3b biblatex bibliography style
authortitle-dw.bbx    2010/11/21 v1.3b biblatex bibliography style
standard-dw.cbx    2010/11/21 v1.3b biblatex citation style
authortitle-dw.cbx    2010/11/21 v1.3b biblatex citation style
biblatex.cfg    
  german.lbx    2010/11/19 v1.0 biblatex localization
german-dw.lbx    2010/11/21 v1.3b biblatex localization file
 ngerman.lbx    2010/11/19 v1.0 biblatex localization
    test.bbl
 ***********
Mit der neuen Version gibt es keine Probleme.

Gruß
Marco

Biblatex-dw Conflicting options

von gehess » Mo 20. Dez 2010, 20:11

Hallo zusammen,
seit zwei Tagen habe ich ohne wissentlich etwas verändert zu haben ein Problem mit biblatex-dw. Ich bekomme immer eine Meldung über "conflicting options" (siehe log-Datei), selbst bei folgendem mini-bsp:
\begin{filecontents}{test.bib}
@book{Musti,
 author = {Musti,Max},
 year = {1985},
 title = {Nikomachische Ethik},
 editor = {Günther Bien},
 address = {Hamburg},
 edition = {4},
}
\end{filecontents}

\documentclass{article}              
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[style=authortitle-dw]{biblatex}

\bibliography{test}
\begin{document}
\cite{Musti}

\printbibliography

\end{document}
Bin etwas ratlos und freue mich über bisschen Hilfe.
Grüße
gehess
EDIT: ums noch bisschen einsichtiger zu machen: es geht um diese Fehler
! Package biblatex Error: Conflicting options.

See the biblatex package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.50   \csuse{bool#1}{bbx:doi}}
                               
The option 'doi' is already defined.


! Package biblatex Error: Conflicting options.

See the biblatex package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.52   \csuse{bool#1}{bbx:eprint}}
                                  
The option 'eprint' is already defined.


! Package biblatex Error: Conflicting options.

See the biblatex package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.54   \csuse{bool#1}{bbx:isbn}}
                                
The option 'isbn' is already defined.

)

Package biblatex Warning: Macro 'publisher+location+year' undefined.
(biblatex)                Using \newbibmacro.
und weiter unten gibts noch den Fehler:
! Package keyval Error: bytypeauthor undefined.
Dateianhänge
neu.txt
(12.85 KiB) 1029-mal heruntergeladen

Nach oben