I am trying to use a CV template I got online. I really like it, but I am a bit of a noob and don't know how to resolve the errors when I compile. I get this error first, I am not sure if there may be any more:
unicode-math.sty 385 ! keyvalue error: "option-unknown" ! ! Unknown option 'vargreek-shape' for package unicode-math. ! ! See the keyvalue documentation for further information. ! ! For immediate help type H . !...............................................
l.385 \ProcessKeysOptions {unicode-math}
I have tried to look at resolutions online for similar problems, none of which helped very much. Is there a way I can modify it to make it compile?
This is the main code:
\documentclass[11pt, a4paper]{awesome-cv}
\fontdir[fonts/] % Specify the location of the included fonts
\colorlet{awesome}{awesome-red}
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
\name{Claud D.}{Park}
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
\mobile{(+82) 10-9030-1843}
\email{posquit0.bj@gmail.com}
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
\quote{``Make the change that you want to see in the world."}
\makecvfooter{\today}{Claud D. Park~~~•~~~Résumé}{\thepage}
\begin{document}
\makecvheader
\input{cv-sections/education.tex}
\input{cv-sections/skills.tex}
\input{cv-sections/experience.tex}
\end{document}
Sorry, i don't even know where to begin to look and what parts you'd like me to show to you.
\usepackage[vargreek-shape]{somepackage}which seems not to be defined. Maybe a simple typo, maybe something else. Hard to say without the complete example. – Jan Feb 10 '17 at 12:15