cv-boilerplate icon indicating copy to clipboard operation
cv-boilerplate copied to clipboard

make error

Open viajerus opened this issue 1 year ago • 0 comments

Hi, I tried to create a pdf output using make and this is the error I got:

$ make
pandoc details.yml -o output.pdf --template=template.tex --pdf-engine=xelatex
[WARNING] Could not deduce format from file extension .yml
  Defaulting to markdown

kpathsea: Running mktextfm 
/home/dabanto/.TinyTeX/texmf-dist/web2c/mktexnam: Could not map source abbreviation  for 600.
/home/dabanto/.TinyTeX/texmf-dist/web2c/mktexnam: Need to update ?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input 
This is METAFONT, Version 2.71828182 (TeX Live 2024) (preloaded base=mf)


kpathsea: Running mktexmf 
! I can't find file `'.
<*> \mode:=ljfour; mag:=1; ; nonstopmode; input
                                               
Please type another input file name
! Emergency stop.
<*> \mode:=ljfour; mag:=1; ; nonstopmode; input
                                               
Transcript written on /tmp/tex2pdf.-6f93a000d68e1709/mfput.log.
grep: .log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input ' failed to make .tfm.
kpathsea: Appending font creation commands to /tmp/tex2pdf.-6f93a000d68e1709/missfont.log.

kpathsea: Running mktextfm 
/home/dabanto/.TinyTeX/texmf-dist/web2c/mktexnam: Could not map source abbreviation  for 600.
/home/dabanto/.TinyTeX/texmf-dist/web2c/mktexnam: Need to update ?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input 
This is METAFONT, Version 2.71828182 (TeX Live 2024) (preloaded base=mf)


kpathsea: Running mktexmf 
! I can't find file `'.
<*> \mode:=ljfour; mag:=1; ; nonstopmode; input
                                               
Please type another input file name
! Emergency stop.
<*> \mode:=ljfour; mag:=1; ; nonstopmode; input
                                               
Transcript written on /tmp/tex2pdf.-6f93a000d68e1709/mfput.log.
grep: .log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input ' failed to make .tfm.
kpathsea: Appending font creation commands to /tmp/tex2pdf.-6f93a000d68e1709/missfont.log.
Error producing PDF.
! Package fontspec Error: 
(fontspec)                The font "" cannot be found; this may be but
(fontspec)                usually is not a fontspec bug. Either there is a
(fontspec)                typo in the font name/file, the font is not
(fontspec)                installed (correctly), or there is a bug in the
(fontspec)                underlying font loading engine (XeTeX/luaotfload).

For immediate help type H <return>.
 ...                                              
                                                  
l.27 \setsansfont

make: *** [makefile:6: output.pdf] Error 43

I can't really tell where the error lies. I have TinyTex installed, running on Ubunto 22.04. Am I missing something?

viajerus avatar Dec 07 '24 13:12 viajerus