
I would like to have the bibliographies of the chapters of my book at its end.
I did succeed to do it one year ago, but I'm no longer able to do it.
Meanwhile I updated MikeTex, Biber and Texniccenter yesterday.
With Texniccenter:
I can compile a first time (with pdflatex) but not a second time with biber. In the past I used to clic on bibtex to do this but it is gray, that is to say unavailable.
Without Texniccenter:
I can compile a first time (with pdflatex) through the black window of Windows 7.
I can compile a second time (with biber) through this window.
I can compile a third time (with pdflatex) through this window.
I can compile a fourth time (with pdflatex) through this window.
But it is as if I only compiled a first time, since nothing changes in the pdf after the second, third and fourth compiling.
Here is what I'm compiling:
Code: Select all
\begin{filecontents}{nicrgolatex2.bib}@BOOKLET{Aarts2004,title = {The {I}nternal and the {E}xternal: {T}he {H}ouse of {S}aud's {R}esilienceexplained},author = {Aarts, Paul},howpublished = {European University Institute; EUI Working Paper RSCAS No. 2004/33},address = {San Domenico di Fiesole},year = {2004},url = {http://cadmus.iue.it/dspace/retrieve/1937/04_33.pdf},urldate = {17.05.05}}@INCOLLECTION{Aarts2005,author = {Aarts, Paul},title = {Events versus Trends: The Role of Energy and Security in Sustainingthe US-Saudi Relationship},editor = {Aarts, Paul and Nonneman, Gerd},booktitle = {Saudi Arabia in the Balance},publisher = {New York University Press},address = {New York},year = {2005},pages = {399--429},timestamp = {2007.07.09}}\end{filecontents}\documentclass[bibliography=totoc]{scrartcl}\usepackage{selinput}\SelectInputMappings{udieresis={ü}}\usepackage[ngerman]{babel}\usepackage[backend=biber,style=numeric,]{biblatex}\addbibresource{nicrgolatex2.bib}\begin{document}\section{Grunnlaget}
Please could you help me to be able to compile orderly with Texniccenter and with the black window?
Thereafter I would be very happy, if you could help me to produce a pdf with the bibliographies of all chapters at the end.