PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Zusammenspiel TeXnic Center und BibLatex



burny112
13-05-2016, 16:28
Hallo in die Runde,
ich möchte mein LitVz nach ISO 690 aufbauen. Laut den Experten geht das nur mit BibLatex. Bisher habe ich BibTex gneutzt und will das Dokument jetzt umstellen.
Aber schon im Minimal-Bsp hängt es. Es wird einfach kein Lit Vz ausgeworfen



\documentclass[paper=a4,fontsize=11pt]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage[babel, german=quotes]{csquotes}
\usepackage[style=numeric-comp]{
biblatex}
\addbibresource{test.bib}
\begin{document}
Anhand der verschiedenen Untersuchungen \cite{AllenI.Laskin.2004,Allweyer.2009} der letzten \cite{Allen.2004} und \cite{Alonso.2007}.
\printbibliography % <\
\end{document}


Meine test.bib sieht so aus


% This file was created with Citavi 5.3.1.0

@article{Allen.2004,
author = {Allen, Katrina Louise and Mansfield, Peter Richard},
year = {2004},
title = {Changing attitudes to `the change'},
pages = {939--940},
pagination = {page},
volume = {33},
journaltitle = {Australian Family Physician},
issue = {11},
abstract = {},
pagetotal = {2},
file = {Allen, Mansfield 2004 - Changing attitudes to ‘the change’:B\:\\Citavi\\Citavi Attachments\\Allen, Mansfield 2004 - Changing attitudes to ‘the change’.pdf:pdf;Australian family physician_2004_Changing attitudes to 'the change'._Allen, Mansfield:B\:\\Citavi\\Citavi Attachments\\Australian family physician_2004_Changing attitudes to 'the change'._Allen, Mansfield.pdf:pdf}
}


@collection{AllenI.Laskin.2004,
year = {2012},
title = {Advances in applied microbiology},
url = {http://www.worldcat.org/oclc/794814114},
keywords = {Industrial microbiology},
publisher = {Academic},
isbn = {978-0-12-394381-1},
editor = {Allen, I. Laskin and Bennett and Gadd, Joan W. and Geoffrey, M.},
abstract = {},
pagetotal = {1 v. ;},
language = {Englisch},
location = {Oxford}
}


@book{Allweyer.2009,
author = {Allweyer, Thomas},
year = {2009},
title = {BPMN 2.0 - Business Process Model and Notation},
keywords = {Modellierungssprache;Prozessmanagement},
edition = {2},
publisher = {{Books on Demand}},
isbn = {978-3-8391-2134-4},
location = {Norderstedt},
abstract = {},
pagetotal = {168},
file = {http://deposit.d-nb.de/cgi-bin/dokserv?id=3373451&prov=M&dok_var=1&dok_ext=htm},
file = {http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=3644424&custom_att_2=simple_viewer}
}


@collection{Alonso.2007,
year = {2007},
title = {Business Process Management},
url = {http://dx.doi.org/10.1007/978-3-540-75183-0},
keywords = {Informationsmodellierung;Prozessmanagement},
volume = {4714},
publisher = {Springer-Verlag},
isbn = {978-3-540-75183-0},
series = {Lecture Notes in Computer Science},
editor = {Alonso, Gustavo},
abstract = {},
subtitle = {5th International Conference, BPM 2007, Brisbane, Australia, September 24-28, 2007. Proceedings},
location = {Berlin and Heidelberg}
}





und in TeXNic Center habe ich folgendes eingestellt:
6197

Liegt der Fehler hier im TC und was muss ich noch einstellen das ich den
https://github.com/michal-h21/biblatex-iso690
auch nutzen kann?

Tx4h

Johannes_B
13-05-2016, 16:42
Was steht denn in der von biber erzeugten blg-Datei?

burny112
13-05-2016, 17:10
Hallo Johannes,
[0] Config.pm:340> INFO - This is Biber 2.4
[0] Config.pm:343> INFO - Logfile is 'LaTeX1.blg'
[63] biber-MSWIN64:287> INFO - ===
[90] Biber.pm:347> INFO - Reading 'LaTeX1.bcf'
[257] Biber.pm:741> INFO - Found 4 citekeys in bib section 0
[274] Biber.pm:3150> INFO - Processing section 0
[378] Biber.pm:3307> INFO - Looking for bibtex format file 'test.bib' for section 0
[667] bibtex.pm:1124> INFO - Decoding LaTeX character macros into UTF-8
[674] bibtex.pm:985> INFO - Found BibTeX data source 'C:/Program Files/MiKTeX 2.9/bibtex/bib/base/test.bib'
[693] Utils.pm:147> WARN - I didn't find a database entry for 'AllenI.Laskin.2004' (section 0)
[693] Utils.pm:147> WARN - I didn't find a database entry for 'Allweyer.2009' (section 0)
[693] Utils.pm:147> WARN - I didn't find a database entry for 'Allen.2004' (section 0)
[693] Utils.pm:147> WARN - I didn't find a database entry for 'Alonso.2007' (section 0)
[711] UCollate.pm:65> INFO - Overriding locale 'de-DE' defaults 'normalization = NFD' with 'normalization = prenormalized'
[711] UCollate.pm:65> INFO - Overriding locale 'de-DE' defaults 'variable = shifted' with 'variable = non-ignorable'
[711] Biber.pm:3027> INFO - Sorting list 'nty/global' of type 'entry' with scheme 'nty' and locale 'de-DE'
[711] Biber.pm:3031> INFO - No sort tailoring available for locale 'de-DE'
[712] bbl.pm:519> INFO - Writing 'LaTeX1.bbl' with encoding 'ascii'
[712] bbl.pm:615> INFO - Output to LaTeX1.bbl
[713] Biber.pm:108> INFO - WARNINGS: 4

thats all...hilft Dir das weiter?

rais
13-05-2016, 17:52
[674] bibtex.pm:985> INFO - Found BibTeX data source 'C:/Program Files/MiKTeX 2.9/bibtex/bib/base/test.bib'

das tönt verdächtig danach, als ob eine falsche `test.bib' gefunden wird. Versuch es erstmal mit einem anderen Dateinamen für Deine .bib-Datei (natürlich auch beim \addbibresource-Aufruf anpassen).

VG

burny112
13-05-2016, 18:15
Sauber, funktioniert schon, zumindest das Minibsp. Hast Du auch noch einen Tip wie ich den ISO Style hinbekomme mit den GITHUB Dateien?

rais
13-05-2016, 18:53
folge einfach den Anweisungen dessen README-Datei, also unter $TEXMFHOME/tex/latex die zip-Datei auswickeln (es wird dort dann ein Unterordner `biblatex-iso690-master' angelegt, worin dann die dazugehörigen Dateien landen) und setze bei der style-Option fürs biblatex-Paket ` z. B. style=iso-authoryear.

VG

Johannes_B
13-05-2016, 20:19
Wenn du einen numerische Stil verwendest, dann nimm numeric, wenn du Autor-Datum brauchst, dann authoryear.

Ich würde keine Zeit in eine spezielle Implementierung von ISO690 verschwenden.

Johannes_B
15-05-2016, 10:13
Mittlerweile ist das ganze übrigens auch auf CTAN verfügbar.