1
vote
1answer
67 views

Proceedings bibliography problem - not displaying year, address and pages

I want to show proceedings information in the output PDF file using data from publications.bib. Particularly, I have a problem displaying year, address and pages. ...
4
votes
1answer
81 views

Reverse numbering of bibitems — moderncv and plainnat

I want to number bibliography items in the reverse order -- with moderncv and plainnat bibliography style. A picture of what I want: Reference: Enrico's answer at: Bibtex reverse numbering I ...
4
votes
1answer
596 views

Implementing \bibhang in multibib

I have been using moderncv as a template for several years, but I am now trying to solve a problem that has long bothered me: being able to use \bibhang in my list of publications. The moderncv ...
1
vote
1answer
2k views

\nocite{*} problem using moderncv with multibib

I am recently using the moderncv template with multibib package for writing my cv. The problem that I encounter is as the following: \documentclass[11pt,a4paper,sans]{moderncv} ...
5
votes
1answer
538 views

Antichronological ordering of references in moderncv using apacite

I'm using the moderncv documentclass to create my CV and I need the reference list to adhere to the APA guidelines. I know biblatex provides sorting options but unfortunately moderncv does not support ...
6
votes
1answer
1k views

Remove bibliography title in moderncv with multibib

I want to have multiple bibliographies within my CV (moderncv class) so I've been using multibib. The trouble is, multibib automatically places a bibliography title above each bibliography, which I ...