Hey Guys,
I am currently writing my master's thesis with Lyx/LaTeX and need some help with my bibliography:
When using the automatically created BibTex bibliography with the "bibliography to TOC" option activated, the Bibliography appears as unnumbered item in my Table of Contents. Is there any way to tag it with a continuous number? I would like to have it matched up with my other chapters.
I am using documentclass Koma/book.
Thanks a lot,
Bill
LyX ⇒ Bibtex Bibliography as numbered item in TOC
-
- Posts: 2
- Joined: Tue May 10, 2011 3:40 pm
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
Bibtex Bibliography as numbered item in TOC
Hi Bill,
welcome to the board!
You could use the KOMA book class option bibliography=totocnumbered. Set it as class option in LyX and remove the bibliography to TOC option.
Or, instead of this option, write in your document preamble, also available via LyX's settings:
Stefan
welcome to the board!
You could use the KOMA book class option bibliography=totocnumbered. Set it as class option in LyX and remove the bibliography to TOC option.
Or, instead of this option, write in your document preamble, also available via LyX's settings:
Code: Select all
\KOMAoptions{bibliography=totocnumbered}
LaTeX.org admin
-
- Posts: 2
- Joined: Tue May 10, 2011 3:40 pm
Re: Bibtex Bibliography as numbered item in TOC
Hey,
that worked out great. Thanks a lot!
that worked out great. Thanks a lot!