[OS X TeX] font installation problem

Kyle Johnson kbj at linguist.umass.edu
Mon Jul 27 20:33:41 CEST 2009


I am trying to install Springer minion and linotype syntax fonts into  
a MacTex 2008 system on the latest version IMac running 10.5.7. I'm  
using the (dated) sfourier.sty from Walter Schmidt (and lsyntax.sty).  
I've downloaded the .pfb files, .tfm files, .vf files, .afm files and  
springer.map into /usr/local/texlive/texmf-local/fonts. I've run sudo  
updmap-sys --enable Map springer.map and sudo texhash. When I run:

\documentclass{article}
\renewcommand{\encodingdefault}{T1}
\usepackage[T1]{fontenc}
\usepackage{lsyntax}							% syntax sans serif font
\usepackage{sfourier}							% minion text with fourier math


\begin{document}

Here is a very plain document.
\textsf{here is a sans-serif}


\end{document}

through Tex+dvi on TeXShop, I get font substitutions. The console reads:

### This is /usr/texbin/simpdftex, Version 20070809
### /usr/texbin/latex test.tex
This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
  %&-line parsing enabled.
entering extended mode
(./test.tex
LaTeX2e <2005/12/01>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax,  
dumylang, noh
yphenation, german-x-2008-06-18, ngerman-x-2008-06-18, ancientgreek,  
ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech,  
danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german,  
ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish,  
italian, la
tin, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, polish,  
portuguese, r
omanian, russian, sanskrit, serbian, slovak, slovenian, spanish,  
swedish, turki
sh, ukenglish, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2008/texmf-dist/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/local/texlive/2008/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/texlive/2008/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2008/texmf-dist/tex/latex/base/t1enc.def))
(/Users/kbj/Library/texmf/tex/latex/misc/lsyntax.sty
(/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/keyval.sty))
(/Users/kbj/Library/texmf/tex/latex/misc/sfourier.sty

LaTeX Font Warning: Encoding `OT1' has changed to `T1' for symbol font
(Font)              `operators' in the math version `normal' on input  
line 12.


LaTeX Font Warning: Encoding `OT1' has changed to `T1' for symbol font
(Font)              `operators' in the math version `bold' on input  
line 12.


LaTeX Font Warning: Encoding `OML' has changed to `FML' for symbol font
(Font)              `letters' in the math version `normal' on input  
line 14.


LaTeX Font Warning: Encoding `OML' has changed to `FML' for symbol font
(Font)              `letters' in the math version `bold' on input line  
14.


LaTeX Font Warning: Encoding `OMS' has changed to `FMS' for symbol font
(Font)              `symbols' in the math version `normal' on input  
line 39.


LaTeX Font Warning: Encoding `OMS' has changed to `FMS' for symbol font
(Font)              `symbols' in the math version `bold' on input line  
39.


LaTeX Font Warning: Encoding `OMX' has changed to `FMX' for symbol font
(Font)              `largesymbols' in the math version `normal' on  
input line 4
0.


LaTeX Font Warning: Encoding `OMX' has changed to `FMX' for symbol font
(Font)              `largesymbols' in the math version `bold' on input  
line 40.


)
No file test.aux.
(/usr/local/texlive/2008/texmf-dist/tex/latex/fourier/fmlfutm.fd)
(/usr/local/texlive/2008/texmf-dist/tex/latex/fourier/fmsfutm.fd)
(/usr/local/texlive/2008/texmf-dist/tex/latex/fourier/fmxfutm.fd)

LaTeX Font Warning: Font shape `T1/fmnj/m/n' undefined
(Font)              using `T1/cmr/m/n' instead on input line 9.


LaTeX Font Warning: Font shape `T1/lsx/m/n' undefined
(Font)              using `T1/cmr/m/n' instead on input line 12.

[1] (./test.aux)

LaTeX Font Warning: Some font shapes were not available, defaults  
substituted.

  )
Output written on test.dvi (1 page, 284 bytes).
Transcript written on test.log.
### /usr/texbin/dvips -R -Poutline  -o /tmp/altpdflatex. 
10963-1248719167/test.ps test.dvi
This is dvips(k) 5.97 Copyright 2008 Radical Eye Software (www.radicaleye.com 
)
' TeX output 2009.07.27:1426' -> /tmp/altpdflatex.10963-1248719167/ 
test.ps
</usr/local/texlive/2008/texmf/dvips/base/tex.pro>
</usr/local/texlive/2008/texmf-dist/fonts/enc/dvips/cm-super/cm-super- 
t1.enc>
</usr/local/texlive/2008/texmf/dvips/base/texps.pro>.
</usr/local/texlive/2008/texmf-dist/fonts/type1/public/cm-super/ 
sfrm1000.pfb>
[1]
### Saving intermediary ps file /tmp/altpdflatex.10963-1248719167/ 
test.ps as test.ps
### ps2pdf13 /tmp/altpdflatex.10963-1248719167/test.ps /tmp/ 
altpdflatex.10963-1248719167/test.pdf
### Copying/moving pdf file /tmp/altpdflatex.10963-1248719167/test.pdf  
to test.pdf
### Succesfully generated test.dvi, test.pdf and test.ps


I wonder if one of the font gurus could nudge me onto the next step.

Many thanks,
Kyle



More information about the macostex-archives mailing list