Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make error #17

Open
viajerus opened this issue Dec 7, 2024 · 0 comments
Open

make error #17

viajerus opened this issue Dec 7, 2024 · 0 comments

Comments

@viajerus
Copy link

viajerus commented Dec 7, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant