LyXBibliography as a section

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
helstreak
Posts: 2
Joined: Fri May 30, 2014 8:46 pm

Bibliography as a section

Post by helstreak »

Hi All

I'm using LyX 2.1.0.

When I insert the Bibliography, it shows up as an un-numbered section, for example:

1. Intro
2. Stuff
Bibliography

I would like:

1. Intro
2. Stuff
3. References

How can I achieve that?

Thanks

Recommended reading 2024:

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

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

StarValkyrie
Posts: 89
Joined: Fri Jan 24, 2014 12:42 am

Bibliography as a section

Post by StarValkyrie »

Put this in your preamble:

Code: Select all

\usepackage[numbib]{tocbibind}
Post Reply