Forwarding to list
---------- Forwarded message --------- From: Carl Sorensen <carl.d.soren...@gmail.com> Date: Fri, Jan 26, 2024 at 6:34 PM Subject: Re: Error with texi2pdf on MacOS To: Werner LEMBERG <w...@gnu.org> On Fri, Jan 26, 2024 at 3:28 PM Werner LEMBERG <w...@gnu.org> wrote: > > >> Please also check whether the two TFM files from the LH fonts are > >> actually valid (for example, by testing with `tftopl <file>`). > > > > I tested this and got no errors. [...] > > OK, thanks. AFAICS, the `xetex` binary finds file `latt1095.tfm` but > `xdvipdfmx` (which convert's `xetex`'s output to PDF) does not.;; > I will run the test file. But since you suggested this problem, I decided to check xetex and xdvipdfmx: carl@carls-mbp-2 build % which xetex /Library/TeX/texbin/xetex carl@carls-mbp-2 build % which xdvipdfmx /opt/local/bin/xdvipdfmx It looks like xdvipdfmx is not part of my TeX installation, but part of my MacPorts installation. So maybe that's the conflict that is happening. Is that a possibility? Carl