All Questions
5 questions
5
votes
2
answers
1k
views
Problem with patching babel package
I am trying to use babel and biblatex package together but I am getting following error:
! Package biblatex Error: Patching 'babel' package failed.
This is my code example:
\documentclass[12pt,...
1
vote
1
answer
165
views
Pass option to each occurence of command (especially \printbibliography with biblatex)
In a large book with many sub-bibliographies, I want to ensure that crucial bibchecks are executed at every call to \printbibliography. Normally, one would simply call \printbibliography[check=...] ...
3
votes
0
answers
161
views
pdfx and biblatex attempt to patch the same things? [closed]
The below MWE gives errors.
Moving the line \usepackage{pdfx} below the biblatex package
(right before \begin{document})
will currently not give explicit errors, but
“it is best if pdfx is the first ...
1
vote
0
answers
61
views
patchcmd, #1 as hook, and AtEndPreamble [duplicate]
I'm trying to patch some bidi footnote commands (\@footnotetext, \@LTRfootnotetext, and \@RTLfootnotetext) in biblatex.
The footnote patching commands in biblatex occur in an AtEndPreamble macro in ...
20
votes
1
answer
3k
views
biblatex: Is it possible to patch macros created with \newbibmacro?
This question led to a new feature in a package:
xpatch
The etoolbox package provides various tools that "are useful to hook into or modify existing code" (etoolbox manual, section 3.4). The most ...