In a document I am required to put bibliography before appendices (personally I do not see the point of this, but such is the directive). This means I will have to generate a third bibliography for one of the appendices in addition to two other bibliographies already present. However, those two mentioned bibliographies should have chapters-like headers whereas bibliography for the appendix should ideally have a section-like header, i.e.:
Code: Select all
1 Introduction 1
...
8 Last Chapter Name 113
Bibliography A 125
...
Appendix A Abcabc 131
A.1 First section 136
...
Appendix Bibliography 148
Appendix B Xyzxyz 151
...
Author's Publications 177
Code: Select all
\usepackage[sectionbib]{bibunits}
Thanks in advance for any help or hints.
nvx