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.

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