Search found 2 matches

by Malerun
Fri Feb 25, 2011 1:06 am
Forum: General
Topic: Bibunits and table of contents
Replies: 2
Views: 3286

Bibunits and table of contents

Putting it in a command like

\newcommand{\putbibtwo}[2][References]{\section{#1}
\renewcommand{\bibname}{}
\vspace{-1cm} % eyeballed, but a little too much
\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}}
\putbib[#2]
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}}

But I would prefer ...
by Malerun
Sun Feb 20, 2011 6:23 pm
Forum: General
Topic: Bibunits and table of contents
Replies: 2
Views: 3286

Bibunits and table of contents

Hi

I have bibliographies in some chapters and a final bibliography. That is working using bibunits.

But in the the ToC the chapter bibliographies shows up as unnumbered chapters instead of numbered sections. This is what I get:
Contents 1
1 First 3
Bibliography 3
What I wanted was:
Contents 1
1 ...