svmiller / stevetemplates

My collection of R Markdown templates, as an R package.
http://svmiller.com/stevetemplates
125 stars 22 forks source link

CV tex compile error: ! Package xcolor Error: Undefined color `Blue'. #8

Closed dojobo closed 2 years ago

dojobo commented 2 years ago

If the YAML header does not have values specified for linkcolor and urlcolor, then knitting fails:

output file: cv.knit.md

! Package xcolor Error: Undefined color `Blue'.

Error: LaTeX failed to compile cv.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See cv.log for more info.
Execution halted

The problem appears to be that the template.tex for cv specifies Blue rather than blue as a default color. Making this change (Blue to blue) in template.tex fixed the error on my local copy. I will fork and issue a PR.