Curricula Vitae / RésumésCompilation:impossible

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

Compilation:impossible

Post by templateuser »

Hi guys,
This template is really nice but since this morning there was no way to compile it.

I tried to fix some issues, according to what have been said in the topics before and in other forum across the internets..but without success.

Here are some issues encountered:

Code: Select all

\RequirePackage
[math-style=TeX,vargreek-shape=unicode]{unicode-math}^^M
The option `quiet' was not declared in package `fontspec', perhaps you
misspelled its name. Try typing <return> to proceed.


l.53 \newfontfamily\thinfont
[]{Helvetica Neue CE 35 Thin}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.

[]\OT1/cmr/m/n/10 Mapping=tex-text [Mapping=tex-text, Color=textcolor]<strong>H
elvetica Neue</strong>
[]
! Undefined control sequence.
<argument> \fontspec_set_fontface:NNnn
\l_um_font \l_um_family_tl {BoldItali...
l.59 \setmathfont{XITS Math}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
And others...
I'm very new to LaTeX tough.
I compiled with xelatex and modified the font wich provoque some issues.

Any help or advice..please?

Hamza

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Compilation:impossible

Post by Stefan Kottwitz »

Regarding this error:

Code: Select all

The option `quiet' was not declared in package `fontspec', perhaps you
misspelled its name. Try typing <return> to proceed.
It seems the quiet option has been used but is not defined yet. From the manual:
fontspec manual wrote:This package can give many warnings that can be harmless if you know what you’re doing.
Use the [quiet] package option to write these warnings to the transcript (.log) file instead.
Use the [silent] package option to completely suppress these warnings if you don’t
even want the .log file cluttered up.
So in the current version it is defined. Possibly you simply need to update the fontspec package on your computer. For a consistent TeX setup, I recommend an update of the whole TeX installation.

The other errors could simply be a consequence or also be caused by using an older version. This can finally be said after seeing your code and your .log file.

Stefan
LaTeX.org admin
LucaCrippa
Posts: 1
Joined: Mon Aug 31, 2015 2:37 pm

Compilation:impossible

Post by LucaCrippa »

Hi guys,

also for me compiling this template seems to be very hard. I'm using TeXworks (up-to-date), and as I choose XeLaTex I get this error:

Code: Select all

! Undefined control sequence.
<argument> \c_keys_code_root_tl 
                                fontspec/Ligatures/Historical
l.8 ...tureoption{Ligatures}{Historic}{Historical}
Thanks!
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Compilation:impossible

Post by Johannes_B »

Welcome, update your TeX distribution.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Re: Compilation:impossible

Post by Stefan Kottwitz »

Hi Luca,

welcome to the forum!

I think the same. The message points to LaTeX3, which is developing, so there may be a gap somewhere - I would update my TeX too in that case.

Stefan
LaTeX.org admin
Post Reply