The metsymb package was just uploaded to CTAN. This is the final stage in a long process to include (custom) vectorial symbols in Python plots via LaTeX - and for which I already got a lot of help from the hivemind here, there, and over there.
I am able to install the font manually using the instructions listed in the Github repo. I (naïvely ?) thought that with the package on CTAN, I could then install it more easily using Tex Live Utility.
Sadly, although the installation was "successful" according to Tex Live Utility:
- I cannot run the
metsymb_mwe.pyMWE, which gives me the following error:
LookupError: An associated PostScript font (required by Matplotlib) could not be found
for TeX font 'metsymb' in '/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map';
this problem can often be solved by installing a suitable PostScript font package in
your TeX package manager
- Trying to plot any symbol using LaTeXiT fails with the following log message:
LaTeX Font Warning: Font shape `U/metsymb/m/n' undefined (Font) using `U/cmr/m/n' instead on input line 8.[1{/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./latexit-1.aux)
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
Which begs the question: is something wrong with the metsymb package (that prevents a successful automatic install), or is it simply not possible to install a package like metsymb with Tex Live Utility ?
This post indirectly suggests the latter. But surely, there is something I could improve in metsymb to enable a working automatic install via package managers ?
Running OSX 13.0 with a fresh MacTeX 2023 install.