Hi, I am using moderncv to create my CV. I want to sort the publications in chronologically descending order (not just by year, but by month as well). I have googled a lot of solutions and found a bib style file named
plainyrrev.bst. Here is the link:
https://svn.strategoxt.org/repos/Strate ... nyrrev.bst. The bst file is also attached at the end. However, this bib style file can only sort publication date in descending order by year. Publications in the same years are not strictly sorted in descending order by month. In my case, March 2013 has appeared before October 2013.
I am using multibib package to separate journal publications from conference publications. Here's the Tex code:
Code: Select all
\documentclass[10pt,legalpaper,roman]{moderncv}
\usepackage{multibib}
\newcites{jrnl}{Journal papers}
\begin{document}
......
\section{Selected publications}
\nocitejrnl{*}
\bibliographystylejrnl{plainyrrev}
\bibliographyjrnl{journalpapers}
\renewcommand{\refname}{Conference papers}
\nocite{*}
\bibliographystyle{plainyrrev}
\bibliography{confpapers}
\end{document}
How can I sort the publications in descending order by both year and month? or even day? Please refer to the given link for style file code I am currently using.
Thank you!
[1]:
https://svn.strategoxt.org/repos/Strate ... nyrrev.bst