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.
General ⇒ exclude local bibliographies from TOC
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
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
Be aware, if you compile again, the .toc file will be overwritten again.
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
exclude local bibliographies from TOC
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¹
Best regards and welcome to the board
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: exclude local bibliographies from TOC
@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.
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.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
exclude local bibliographies from TOC
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.khizarkyz wrote:[...] As you see in the example I'm already using the bibunit. [...]
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10