Curricula Vitae / Résumésxkeyval error when compiling

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

xkeyval error when compiling

Post by templateuser »

Helo guys I am compiling it and I am getting an error something like “xkeyval” error can any one tell me what is this? and how can I fix it

Bilal

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

xkeyval error when compiling

Post by Stefan Kottwitz »

The cause is often a key, which simply doesn't exist, such as with

\includegraphics[weekday=Monday]{file}

which would raise the error

! Package xkeyval Error: `weekday' undefined in families `Gin'.

because I used an undefined key. Your actual error message (not shown in your post) should tell you, which key in which line.

Stefan
LaTeX.org admin
Post Reply