posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.03k stars 4.79k forks source link

Unable to format publications in the latest build #284

Closed ravijo closed 5 years ago

ravijo commented 5 years ago

I am not able to format the publication section in the latest build. However, it works fine with an old build available here

Let me explain it in detail. I have a .bib file which contains all of my publications. I want to add them inside the CV like following.

\input{cv/publications.tex}

There are many similar questions/pull requests here, such as Issue 271, Req. 21, Req. 279, Issue 81, Issue 38, Req. 23 but don't contain an answer.

Can someone please provide a working example with the latest code?

ravijo commented 5 years ago

Any suggestions, please?

aminmkhan commented 5 years ago

@ravijo Have you tried using the following version?

https://github.com/aminmkhan/Awesome-CV/tree/feature/publications-biblatex

ravijo commented 5 years ago

@aminmkhan: Thank you very much for the suggestion. Lately, I forked this repository and implemented my version. You can check it out here.

This is how my version looks like.

Thank you.

aminmkhan commented 5 years ago

Thanks @ravijo. If you get a chance, can you please submit a PR at aminmkhan/Awesome-CV, and I will try to integrate your modifications.

ravijo commented 5 years ago

@aminmkhan: done. have a look here