I am using biblatex with the Memoir class and this setup for my thesis in Political Theory:
Code: Select all
\usepackage[ngerman]{babel}
\usepackage[babel,german=guillemets]{csquotes}
\usepackage[natbib=true,style=verbose-inote,indexing=cite]{biblatex}
\bibliography{/Users/Maksi/Studium/Politikwissenschaft/Diplomarbeit/TeX/politischer_islam}
In this place I have cited Ottmann already so it refers to the first citation. This again seems to be in another chapter as biblatex sets the footnote counter to 0 at the start of every chapter. A citation as above is more than confusing then as it seems to refer to a citation already written that is to take place in the future... ah... well...?
I thought of two solutions but could not figure out any of them:
- I configure biblatex to print something like: Ottmann, as in footnote 23 on page XY
- I configure biblatex to not reset the counter at the beginning of every chapter
Regards,
Maksi