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

Is there a way to insert references? #163

Open Miail opened 7 years ago

Miail commented 7 years ago

I don't see any native/similar stylewise way to insert ones language proficiencies, or references?

Could an example be provided showing how this could be added?

lijunzh commented 6 years ago

@Miail I have the same problem. I use a simple hack based on biber. You can check out my resume repo.

nicholeuf commented 6 years ago

I discovered cvskills and cvskill in the styles section. I use it like so:

\cvsection{Technical Skills}
\begin{cvskills}
 \cvskill{Strong}{Blah, blah, blah}
 \cvskill{Knowledgeable}{Blah, blah, blah}
\end{cvskills}

The same could by applied to language proficiences or references, I imagine

damiankward commented 4 years ago

For references I have found {cventry} with the following fields to be quite nice:

\cventry
    {Job Title} % Job title
    {First Last} % Name
    {CompanyName} % Company
    {first.last@company.com} % email
    {
        \begin{cvitems} % Relationship to reference? Other notes
            \item {This guy know I'm awesome because raisins - just ask him!}
        \end{cvitems}
    }

Example output here: https://i.imgur.com/ArlJ2kH.png

When I get a moment, I would like to put some time into this to see if I can get it to show in two colums, like this: https://i.imgur.com/zhPWP6r.png

inmybrain commented 4 years ago

@damiankward Please find this solution that quite fits here: https://github.com/posquit0/Awesome-CV/issues/94#issuecomment-440388422

thatonesysadmin commented 4 years ago

Hey everyone if you're still looking for a solution I submitted a PR to include references in the build see PR#313 and let me know what you think