I'm improving my CV and I've used the moderncv package, but there are two things that I haven't could do it.
1. How can I use hyperref package with moderncv: I want to add some links in pdf file to "sections" of my cv. Also I want to define the pdftitle, autor, etc. I've used this in preable:
Code: Select all
\usepackage[unicode=true,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=false] {hyperref}
\hypersetup{pdftitle={Titulo},
pdfauthor={Autor},
pdfsubject={CV},
pdfkeywords={CV Keywords}}
How can I solve it.
2. I have two types of articles and I have the references of each one in a separate bib file. I want to create two "sections" with this references like:
Papers Type 1
Here the references of first type.
Papers Type 1
Here the references of second type.
It's possible?
Thanks in advance