You are not logged in.

#1 2023-09-11 16:16:26

bertulli
Member
Registered: 2021-11-25
Posts: 48

[SOLVED] TeXLive cannot compose eps pictures

Hi all, I was trying to make LaTeX compose a document with eps picture, but it fails. Here the log that I think is relevant:

(./thesis-main.aux) (/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texmf-dist/tex/latex/biblatex/lbx/english.lbx)
(/usr/share/texmf-dist/tex/latex/biblatex/lbx/italian.lbx) (./thesis-main.bbl)
(./thesis-main.out) (./thesis-main.out)
(/usr/share/texmf-dist/tex/latex/translations/translations-basic-dictionary-english.trsl) (/usr/share/texmf-dist/tex/latex/microtype/mt-cmr.cfg)sh: line 1: epstopdf: command not found
system returned with code 32512


./thesis-main.tex:157: Package pdftex.def Error: File `./logo_polimi_scritta-eps-converted-to.pdf' not found: using draft setting.

See the pdftex.def package documentation for explanation.
Type  H <return>  for immediate help.

It seems like epstopdf is not found, and actually I can't find it in PATH. If I googled right, it should be included in TeXLive (specifically texlive-fontutils), but apparently I'm missing something, because I have that package installed, and yet I cannot find the program(?), tho I see some related sty files. Am I doing something wrong (probable), or is the package broken? Thanks!

Last edited by bertulli (2023-09-12 09:35:31)


We are still learning
    - wise people

Offline

#2 2023-09-12 04:45:25

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 2,061
Website

Re: [SOLVED] TeXLive cannot compose eps pictures

# pacman -Qikk texlive-fontutils 

macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

#3 2023-09-12 09:35:08

bertulli
Member
Registered: 2021-11-25
Posts: 48

Re: [SOLVED] TeXLive cannot compose eps pictures

My very bad, I switched texlive-fontutils and texlive-fontextra in my mind, and when I said I had it installed I didn't realize I actually checked for the latter. Sorry (but thanks)!


We are still learning
    - wise people

Offline

Board footer

Powered by FluxBB