memoir has at least one package that modifies the output routine and conflicts with footbib, does anyone know which one(s)?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 2 more comments |
|
(Derived from the comments of daleif)
|
||||
|
|
emulatedand thus LaTeX should not load them if the user ask for them. But in relation to your question,memoiritself change the output routine in various ways. – daleif Mar 1 '12 at 10:56biblatexhave support for this without the use of footbib? – daleif Mar 1 '12 at 11:00\DisemulatePackage{<packagename>}commands, to get rid of the conflict betweenfootbibandmemoirstemming from their modifications to the output routine. I.e., which packages need to be dis-emulated in order to getfootbibto work when used inside thememoirdocument class? – Mico Mar 1 '12 at 11:26memoiritself change the output routine. And\DisemulatePackageonly mean the package can be loaded, it does not change any changes to the output routine that memoir has already done. – daleif Mar 1 '12 at 12:15