I have my publications as BibTeX entries and I would like to list them in my CV.
Up to now, I've been used to do something like :
Code: Select all
\bibliographystyle{unsrt}
\renewcommand{\bibname}{References}
\bibliography{bib}
Now I want ALL of my BibTeX entries to appear in a certain section of my CV, without having to \cite them. How do I do that?
Thanks a lot!