svmiller / svm-r-markdown-templates

This is my (deprecated) suite of R Markdown templates for academic manuscripts, beamer presentations, and syllabi. DOWNLOAD {stevetemplates} INSTEAD.
http://svmiller.com/stevetemplates/
Other
896 stars 737 forks source link

CV template compile error: ! Package xcolor Error: Undefined color `Blue'. #33

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.

dojobo commented 2 years ago

Whoops, I see I should have posted this on svmiller/stevetemplates instead.