alrojo / me

about me
21 stars 8 forks source link

Error while compiling the latex files for your resume #2

Closed ekdnam closed 2 years ago

ekdnam commented 2 years ago

Hi! First of all, thanks for open-sourcing the code of your very awesome resume! It will prove to be extremely helpful for me.

I was trying to compile the resume.tex file using TexWorks, and it gives the error.

Runaway argument?
'extractbb' is not recognized as an internal or external command, ope\ETC.
! File ended while scanning use of \__sys_tmp:w.
<inserted text> 
                \par 
l.148   { \sys_load_backend:n { } }

?

I searched on Stackoverflow and tex.stackexchange.com, but don't think the solutions proposed there pertain to my problem.

How to resolve this?

Entire output

This is XeTeX, Version 3.141592653-2.6-0.999993 (MiKTeX 21.3)
entering extended mode
(resume.tex
LaTeX2e <2020-10-01> patch level 4
L3 programming layer <2021-02-18> (awesome-cv.cls
Document Class: awesome-cv 2017/02/05 v1.6.1 Awesome Curriculum Vitae Class
(C:\MikTex\tex/latex/base\article.cls
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
(C:\MikTex\tex/latex/base\size11.clo))
(C:\MikTex\tex/latex/latex-tools\array.sty)
(C:\MikTex\tex/latex/enumitem\enumitem.sty)
(C:\MikTex\tex/latex/ragged2e\ragged2e.sty
(C:\MikTex\tex/latex/everysel\everysel.sty
(C:\MikTex\tex/latex/everysel\everysel-2011-10-28.sty)))
(C:\MikTex\tex/latex/geometry\geometry.sty
(C:\MikTex\tex/latex/graphics\keyval.sty)
(C:\MikTex\tex/generic/iftex\ifvtex.sty (C:\MikTex\tex/generic/iftex\iftex.sty)
) (C:\MikTex\tex/xelatex/xetexconfig\geometry.cfg))
(C:\MikTex\tex/latex/fancyhdr\fancyhdr.sty)
(C:\MikTex\tex/latex/xcolor\xcolor.sty
(C:\MikTex\tex/latex/graphics-cfg\color.cfg)
(C:\MikTex\tex/latex/graphics-def\xetex.def))
(C:\MikTex\tex/generic/iftex\ifxetex.sty)
(C:\MikTex\tex/latex/xifthen\xifthen.sty
(C:\MikTex\tex/latex/latex-tools\calc.sty) (C:\MikTex\tex/latex/base\ifthen.sty
) (C:\MikTex\tex/latex/ifmtarg\ifmtarg.sty))
(C:\MikTex\tex/latex/etoolbox\etoolbox.sty)
(C:\MikTex\tex/latex/setspace\setspace.sty)
(C:\MikTex\tex/latex/fontspec\fontspec.sty
(C:\MikTex\tex/latex/l3packages/xparse\xparse.sty
(C:\MikTex\tex/latex/l3kernel\expl3.sty
(C:\MikTex\tex/latex/l3backend\l3backend-xetex.def ())
Runaway argument?
'extractbb' is not recognized as an internal or external command, ope\ETC.
! File ended while scanning use of \__sys_tmp:w.
<inserted text> 
                \par 
l.148   { \sys_load_backend:n { } }

? 
alrojo commented 2 years ago

Hi, thanks for using my template! The project is downloaded from overleaf.com. Overleaf might use a specific engine to handle it. Have you tried to upload the project to overleaf.com?

ekdnam commented 2 years ago

Hi, thanks for using my template! The project is downloaded from overleaf.com. Overleaf might use a specific engine to handle it. Have you tried to upload the project to overleaf.com?

I did that, and it is working now. Thanks a lot!