[OS X TeX] Problem in installing fonts

Vinay K. Ingle vingle at ece.neu.edu
Fri Mar 7 19:12:59 CET 2014


Thanks Michael.

Yes, that is the procedure I followed including editing the mathpi.map file
and uncommenting the last three lines.

% The first three entries apply to the Softkey clones of Mathematical Pi
%mh2 QuantaPiSixSSi <qua6.pfb
%mh2scr QuantaPiSixSSi " mh2scrEncoding ReEncodeFont " <mh2scr.enc <qua6.pfb
%mh6 QuantaPiFourSSi <qua4.pfb
% The lines below are for use with the Adobe fonts
mh2 MathematicalPi-Two <mh2.pfb
mh2scr MathematicalPi-Two " mh2scrEncoding ReEncodeFont " <mh2scr.enc
<mh2.pfb
mh6 MathematicalPi-Six <mh6.pfb

The error is still in "mh2scr" font:

<./artfiles/HW5_Pr04.pdf, id=16, 252.945pt x 198.7425pt>

<use ./artfiles/HW5_Pr04.pdf> [2 <./artfiles/HW5_Pr04.pdf>]

(./2014-Spring_EECE7310_Homework-5_problems.aux)
){/usr/local/texlive/2011/texm

f-dist/fonts/enc/dvips/base/8r.enc}{/usr/local/texlive/2011/texmf-dist/fonts/en

c/dvips/cm-super/cm-super-t1.enc}

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+77/600 --dpi 677
mh2scr

mktexpk: don't know how to create bitmap font for mh2scr.

mktexpk: perhaps mh2scr is missing from the map file.

kpathsea: Appending font creation commands to missfont.log.


!pdfTeX error: pdflatex (file mh2scr): Font mh2scr at 677 not found

 ==> Fatal error occurred, no output PDF file produced!

Collected error summary (may duplicate other messages):

  pdflatex: Command for 'pdflatex' gave return code 17920

Latexmk: Use the -f option to force complete processing,

 unless error was exceeding maximum runs of latex/pdflatex.

Latexmk: Errors, so I did not complete making targets



Any suggestions?


Thanks.



---------
Regards,

Vinay K. Ingle

=============================================================
Prof. Vinay K. Ingle                                 vingle at ece dot neu
dot edu
Electrical and Computer Engineering                Voice:  (617) 373-3008
440 Dana Research Center                                FAX:  (617) 373-8970
Northeastern University
360 Huntington Avenue
Boston, MA 02115-5000, USA
=============================================================


On Fri, Mar 7, 2014 at 11:10 AM, Michael Sharpe <msharpe at ucsd.edu> wrote:

>
> On Mar 7, 2014, at 6:56 AM, Vinay K. Ingle <vingle at ece.neu.edu> wrote:
>
> > Hi Herb:
> >
> > The mathpi.map file is placed in
> > /usr/local/texlive/texmf-local/fonts/map/dvips/mathpi
> >
> > Mountain Lion was updated about a year ago. When I tried using the
> mathpi fonts through the mathalfa package (I am using mathcal font)
> >
> > \usepackage[cal=mathpi,calscaled=0.94]{mathalfa}
> > …
> > $\mathcal{F}$
> > …
> >
> > I am got the following:
> >
> >
> > kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+77/600 --dpi 677
> mh2scr
> > mktexpk: don't know how to create bitmap font for mh2scr.
> > mktexpk: perhaps mh2scr is missing from the map file.
> > kpathsea: Appending font creation commands to missfont.log.
> >  )
> > !pdfTeX error: pdflatex (file mh2scr): Font mh2scr at 677 not found
> >  ==> Fatal error occurred, no output PDF file produced!
> > Collected error summary (may duplicate other messages):
> >   pdflatex: Command for 'pdflatex' gave return code 17920
> > Latexmk: Use the -f option to force complete processing,
> >  unless error was exceeding maximum runs of latex/pdflatex.
> > Latexmk: Errors, so I did not complete making targets
> >
> >
> > If I remove the above two red lines the typesetting works. So something
> is not installed correctly.
> >
> > ---------
> > Regards,
> >
> > Vinay K. Ingle
> >
> > =============================================================
> > Prof. Vinay K. Ingle                                 vingle at ece dot
> neu dot edu
> > Electrical and Computer Engineering                Voice:  (617) 373-3008
> > 440 Dana Research Center                                FAX:  (617)
> 373-8970
> > Northeastern University
> > 360 Huntington Avenue
> > Boston, MA 02115-5000, USA
> > =============================================================
> >
> >
> > On Fri, Mar 7, 2014 at 9:32 AM, Herbert Schulz <herbs at wideopenwest.com>
> wrote:
> >
> > On Mar 7, 2014, at 8:21 AM, Vinay K. Ingle <vingle at ece.neu.edu> wrote:
> >
> > > Hi Herb:
> > >
> > > Thanks. The typesetting in Texshop works fine. Using your tex file,
> /usr/texbin is now in $PATH. I tried font update and I got the following in
> the terminal which means update seems to be working, although the map file
> was not updated.
> > >
> > > vinaymacbook:~ vinay$ sudo mktexlsr
> > > mktexlsr: Updating /usr/local/texlive/2011/../texmf-local/ls-R...
> > > mktexlsr: Updating /usr/local/texlive/2011/texmf/ls-R...
> > > mktexlsr: Updating /usr/local/texlive/2011/texmf-config/ls-R...
> > > mktexlsr: Updating /usr/local/texlive/2011/texmf-dist/ls-R...
> > > mktexlsr: Updating /usr/local/texlive/2011/texmf-var/ls-R...
> > > mktexlsr: Done.
> > > vinaymacbook:~ vinay$ sudo -H updmap-sys --enable Map=mathpi.map
> > > Config file: "/usr/local/texlive/2011/texmf-config/web2c/updmap.cfg"
> > > /usr/local/texlive/2011/texmf-config/web2c/updmap.cfg unchanged.  Map
> files not recreated.
> > > /usr/texbin/updmap: Updating ls-R files.
> > > vinaymacbook:~ vinay$
> > >
> > > Thanks again.
> > >
> > > ---------
> > > Regards,
> > >
> > > Vinay K. Ingle
> >
> > Howdy,
> >
> > Where did you place the .map file? Does the font actually work properly
> now? Finally, did you update to Mountain Lion recently?
> >
> > Good Luck,
> >
> > Herb Schulz
> > (herbs at wideopenwest dot com)
> >
> >
> >
>
> The necessary support files and instructions are available under the name
> mathpiTDS.zip from
>
> http://dl.dropboxusercontent.com/u/3825336/TeX/index.html
>
> Michael
>
>
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20140307/a80b0ac4/attachment.html>


More information about the macostex-archives mailing list