moewew
moewew
Options to enable/disable cite tracking and back references in floats are implemented in https://github.com/plk/biblatex/commit/18e39d5c835749446e9e0c5512a2c029a11e2636. @plk Currently back references in floats are enabled (`backreffloats=true,`) and citation tracking is disabled (`trackfloats=false,`). Should...
Actually now that I think about it again, citation tracking and back references are quite different and it may make sense to stick with the current behaviour: Citation tracking is...
https://github.com/moewew/biblatex/commit/f18276bdc46f728cb02eb2cb68a440ed57de6ac9 has a first stab at decoupling `citecounter` from the `citetracker` bool. Conceptually I think this is the right thing to do, since citation tracking is more context dependent and...
I think "BibTeX(8)" is a compact way to say "BibTeX or BibTeX8". I don't think this is supposed to refer to any man pages. There is almost no code on...
Hmm, I don't think I'd like to add an option to disable all warnings (I'm too afraid templates set this option to get rid of warnings). For @kberry's use case...
There is precedent for commands to disable certain warnings https://github.com/plk/biblatex/blob/442473354b79126a2fb5ec89dd692dff0c4ef384/tex/latex/biblatex/biblatex.sty#L16345-L16348 so we could add one for the backend.
I'd really love a canonical quick start-guide people can be pointed to, but I appreciate that writing a short guide is not going to be easy. The nice guide at...
@PaulStanley Thank you very much for making this available. This might become my new favourite `biblatex` quick start guide. I just fear that it might be a bit too long...
Clea F. Rees (cfr) has just uploaded a cheat sheet to CTAN http://ctan.org/pkg/biblatex-cheatsheet
Thank you very much for reporting that issue. It looks like this is caused by `\mknormrange`. ```latex \documentclass{article} \usepackage[T1]{fontenc} \usepackage[language=american]{biblatex} \addbibresource{biblatex-examples.bib} % original % \DeclareFieldFormat{postnote}{\mkpageprefix[pagination][\mknormrange]{#1}} \DeclareFieldFormat{postnote}{\mkpageprefix[pagination]{#1}} \begin{document} \cite[\mkbibquote{here}, \mkbibquote{there}]{westfahl:space} \cite[{\mkbibquote{here},}...