Generalexclude local bibliographies from TOC

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
khizarkyz
Posts: 2
Joined: Thu Apr 30, 2009 11:35 am

exclude local bibliographies from TOC

Post by khizarkyz »

This is urgent as I'm submitting my PhD thesis within hours.

The problem is that I have put a list of publications in the appendix of my thesis using the following code:
\section*{Journals}
\begin{bibunit}[plain]
\nocite{*}
{\def\chapter*#1{}\putbib[hayat_pub_jr]}%to suppress the title "Bibliography"
\end{bibunit}

\section*{Conferences}
\nocite{*}
{\def\chapter*#1{}\putbib[hayat_pub_conf]}
\end{bibunit}

\section*{French Language Conferences}
\begin{bibunit}[plain]
\nocite{*}
{\def\chapter*#1{}\putbib[hayat_pub_fr]}
\end{bibunit}

The rest is fine, but I have four bibliographies in my TOC, where I want just the global biblio to be there.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: exclude local bibliographies from TOC

Post by Stefan Kottwitz »

If it's urgent then just edit the .toc file manually before you run the compiler for the last time. You could delete those unwanted lines from the .toc file.
Be aware, if you compile again, the .toc file will be overwritten again.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

exclude local bibliographies from TOC

Post by localghost »

Perhaps multibib is the better solution. The manual has a very descriptive example. Should be no big deal to reorganize the bibliography.


Best regards and welcome to the board
Thorsten¹
khizarkyz
Posts: 2
Joined: Thu Apr 30, 2009 11:35 am

Re: exclude local bibliographies from TOC

Post by khizarkyz »

@Stefan_K
Well the solution works for the moment but I may need a permanent solution in the near future as I have delayed my submission till Monday.
@localghost
As you see in the example I'm already using the bibunit.

Thanx a lot Stefan_K and localghost.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

exclude local bibliographies from TOC

Post by localghost »

khizarkyz wrote:[...] As you see in the example I'm already using the bibunit. [...]
Of course I was aware that you are using bibunit. That's why I said better, because easier. Regarding the delay of your submission this should be possible for you. Necessary modifications seem not to be very comprehensive. The interesting part of the manual consists of only four pages.
Post Reply