Tagged Questions
1
vote
1answer
60 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.
...
2
votes
1answer
268 views
Lonely \item - perhaps a missing list environment
My problem is:
I am using moderncv and splitbib on a mac. In Linux my file compiles fine. In the mac, however, i run pdflatex and bibtex all right, but when I run pdflatex again, I get the error
...
4
votes
1answer
588 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
531 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 ...