Hi all,
I am using the moderncv class to write my CV. The problem is that the list of publications is not in my desired order. I don't get which order is Latex using. How can I override the default order of the bibliography entries? The code for the publication section looks like this
\nocite{*}
\bibliographystyle{plain}
\bibliography{cv_bib}
Thanks a lot in advance for your help!!
Valentina
Document Classes ⇒ moderncv bib entries order
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
moderncv bib entries order
By default, plain.bst sorts in alphabetical order I think. Try
instead. You can further customize the appearance by changing the style to another file, or make your own with makebst.
Code: Select all
\bibliographystyle{unsrt}