[OS X TeX] Problem in installing fonts
Vinay K. Ingle
vingle at ece.neu.edu
Fri Mar 7 08:24:46 EST 2014
Thanks Herb for getting back to me quickly.
The TeX installation is TeXLive-2011:
[image: Inline image 1]
The outputs of the commands are:
vinaymacbook:~ vinay$ ls -alF /
total 16181
drwxr-xr-x 35 root wheel 1258 Mar 7 06:02 ./
drwxr-xr-x 35 root wheel 1258 Mar 7 06:02 ../
-rw-rw-r-- 1 root admin 15364 Feb 7 12:14 .DS_Store
d--x--x--x 8 root wheel 272 Mar 4 05:45 .DocumentRevisions-V100/
drwxr-xr-x+ 3 root wheel 102 Nov 30 11:34 .MobileBackups/
drwx------ 5 root admin 170 Mar 9 2012 .Spotlight-V100/
d-wx-wx-wt 3 root wheel 102 May 22 2013 .Trashes/
srwxrwxrwx 1 root wheel 0 Feb 4 20:10 .dbfseventsd=
---------- 1 root admin 0 Aug 16 2012 .file
drwx------ 52167 root wheel 1773678 Mar 7 07:07 .fseventsd/
drwxr-xr-x@ 2 root wheel 68 Jun 20 2012 .vol/
drwxrwxr-x+ 106 root admin 3604 Mar 7 06:21 Applications/
drwxrwxr-x 8 root admin 272 Apr 30 2013 Incompatible Software/
drwxr-xr-x+ 76 root wheel 2584 Oct 16 07:41 Library/
drwxr-xr-x@ 2 root wheel 68 Aug 16 2012 Network/
drwxrwxr-x 4 root admin 136 Nov 30 2010 Resources/
drwxr-xr-x+ 4 root wheel 136 Apr 30 2013 System/
lrwxr-xr-x 1 root admin 60 Nov 28 2008 User Guides And
Information@ -> /Library/Documentation/User Guides and Information.localized
drwxr-xr-x 6 root admin 204 Apr 30 2013 Users/
drwxrwxrwt@ 6 root admin 204 Mar 7 08:17 Volumes/
drwxr-xr-x@ 39 root wheel 1326 Jun 10 2013 bin/
drwxrwxr-t@ 2 root admin 68 Aug 16 2012 cores/
dr-xr-xr-x 3 root wheel 4529 Mar 7 05:45 dev/
lrwxr-xr-x@ 1 root wheel 11 Apr 30 2013 etc@ -> private/etc
dr-xr-xr-x 2 root wheel 1 Mar 7 05:45 home/
-rw-r--r-- 1 root wheel 8244640 Sep 29 16:34 mach_kernel
dr-xr-xr-x 2 root wheel 1 Mar 7 05:45 net/
drwxr-xr-x@ 4 root wheel 136 Jun 1 2013 opt/
drwxr-xr-x@ 6 root wheel 204 Apr 30 2013 private/
drwxr-xr-x@ 62 root wheel 2108 Sep 18 16:43 sbin/
lrwxr-xr-x@ 1 root wheel 11 Apr 30 2013 tmp@ -> private/tmp
drwxr-xr-x@ 13 root wheel 442 Jun 1 2013 usr/
lrwxr-xr-x@ 1 root wheel 11 Apr 30 2013 var@ -> private/var
vinaymacbook:~ vinay$ ls -alF /usr
total 24
drwxr-xr-x@ 13 root wheel 442 Jun 1 2013 ./
drwxr-xr-x 35 root wheel 1258 Mar 7 06:02 ../
lrwxr-xr-x 1 root wheel 8 Jun 1 2013 X11@ -> /opt/X11
lrwxr-xr-x 1 root wheel 8 Jun 1 2013 X11R6@ -> /opt/X11
drwxr-xr-x 980 root wheel 33320 Feb 26 05:58 bin/
drwxr-xr-x 3 root wheel 102 Nov 29 2008 include/
drwxr-xr-x 245 root wheel 8330 Sep 18 16:43 lib/
drwxr-xr-x 144 root wheel 4896 Feb 26 05:58 libexec/
drwxr-xr-x 8 root wheel 272 Apr 30 2013 local/
drwxr-xr-x 269 root wheel 9146 Feb 26 05:58 sbin/
drwxr-xr-x 48 root wheel 1632 Apr 30 2013 share/
drwxr-xr-x 4 root wheel 136 Apr 30 2013 standalone/
lrwxr-xr-x 1 root wheel 63 Mar 9 2012 texbin@ ->
/Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin
vinaymacbook:~ vinay$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
vinaymacbook:~ vinay$
---------
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 7:46 AM, Herbert Schulz <herbs at wideopenwest.com>wrote:
>
> On Mar 7, 2014, at 5:46 AM, Vinay K. Ingle <vingle at ece.neu.edu> wrote:
>
> > Hello:
> >
> > I am trying to install mathematical pi fonts. After properly copying
> font files into their respective directories, I issued the commands:
> >
> > sudo mktexlsr
> > sudo -H updmap-sys --enable Map=mathpi.map
> >
> > In both cases the system responded with "command not found". This used
> to work before so I am wondering if there is something wrong with my
> installation?
> >
> > I am using 2008 Macbook with Mountain-Lion and texlive-2011.
> >
> > Thanks.
> >
> > ---------
> > Regards,
> >
> > Vinay K. Ingle
>
> Howdy,
>
> First take a look at what the TeX Distribution Preference Pane, in system
> Preferences, gives as the active teX Distribution. If that seems fine let
> us know what the following commands return:
>
> ls -alF /
>
> ls -alf /usr
>
> echo $PATH
>
> so we can see if something changed permissions on your system.
>
> Good Luck,
>
> Herb Schulz
> (herbs at wideopenwest dot com)
>
>
>
>
> ----------- 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: <https://email.esm.psu.edu/pipermail/macosx-tex/attachments/20140307/48ae3568/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Untitled.png
Type: image/png
Size: 50624 bytes
Desc: not available
URL: <https://email.esm.psu.edu/pipermail/macosx-tex/attachments/20140307/48ae3568/attachment.png>
More information about the MacOSX-TeX
mailing list