Fonts & Character Setsan error on Mac but not on PC: maybe due to missing font

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
gc_zhao
Posts: 1
Joined: Wed Sep 25, 2013 2:33 am

an error on Mac but not on PC: maybe due to missing font

Post by gc_zhao »

I used to write my thesis on a PC, and have successfully complied the thesis. The template I am using is downloaded from this website: https://cecs.anu.edu.au/current_student ... monitoring

The master file in the zip files is thesis.tex. Everything is OK on a PC. However, recently I switched to Mac (texshop + texlive 2013) and I need to revise my thesis based on examiners' reports. Then the Texhshop stopped and return the following error information:

Code: Select all

(./thesis.aux)
(/usr/local/texlive/2013basic/texmf-dist/tex/latex/psnfss/t1pplx.fd)
kpathsea: Running mktextfm pplr9e
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input pplr9e
This is METAFONT, Version 2.718281 (TeX Live 2013)

kpathsea: Running mktexmf pplr9e

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

./thesis.tex:63: Font T1/pplx/m/n/10.95=pplr9e at 10.95pt not loadable: Metric 
(TFM) file not found.
<to be read again> 
                   relax 
l.63 \begin{document}
                     
? 
Process aborted
I searched the forum, and it seems that I missed some font. However, I cannot figure out what package or font I should install to fix this problem.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

an error on Mac but not on PC: maybe due to missing font

Post by localghost »

Make sure that at least the PSNFSS bundle is installed correctly on the Mac. The template loads the custom anuthesis package with the option palatino, which in turn requires the mathpazo package from that bundle.


Best regards and welcome to the board
Thorsten
Post Reply