Curricula Vitae / Résumésxcolor error

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

xcolor error

Post by templateuser »

Hello whoever knight in shiny armour you ma be that hopefully can come to my rescue

I can't compile the friggeri CV and I get this automatic update for xcolor, I tell it to update but it doesn't seam to bite. I downloaded the xcolor-zip and extracted it in the same folder as the template, but still all i says is

Code: Select all

! LaTeX Error: File `xcolor.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
If anyone knows the magic trick, I'm forever grateful

Best regards

EvaSTHLM

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

xcolor error

Post by Vel »

Hi,

You should be able to install the xcolor package using the package manager in your LaTeX distribution, this is the easy automatic way to install packages.

If that's not working for some reason, you will need to do it the manual way. For this, you need to download the xcolor package as a zip file from: http://mirrors.ctan.org/macros/latex/contrib/xcolor.zip

Then, unzip it and navigate to the directory in a command prompt/terminal window. Once in the directory, type "latex xcolor.ins". This will create the xcolor.sty for you which you can put in the same directory as the template! You can delete all the other files.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply