LyX ⇒ Bibtex Bibliography as numbered item in TOC
-
- Posts: 2
- Joined: Tue May 10, 2011 3:40 pm
Bibtex Bibliography as numbered item in TOC
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Bibtex Bibliography as numbered item in TOC
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}
-
- Posts: 2
- Joined: Tue May 10, 2011 3:40 pm
Re: Bibtex Bibliography as numbered item in TOC
that worked out great. Thanks a lot!