Hi,

| > >>>>>>>>>>>>>>>>>>>>
| > $ /usr/bin/dvips.nonja mydoc.dvi -o mydoc.ps
| > This is dvips(k) 5.95a Copyright [. . .]
| > ' TeX output 2007.03.19:1507' -> mydoc.ps
| > <tex.pro><texps.pro>. <cmr10.pfb>[1]
| > $
| > <<<<<<<<<<<<<<<<<<<<
| > 
| > My dvips seems to be from the dvipsk-ja package,
| > while the other one is from the tetex-bin package.
| 
| I tried with dvipsk-ja installed here and I cannot replicate the bug.
| 
| I am just curious: in the examples above, are you using the same
| mydoc.tex you reported before?

Yes! 

  $ cat mydoc.tex
  \documentclass{article}
  \usepackage{tipa}
  \begin{document}
  [EMAIL PROTECTED]
  \end{document}
  $ latex mydoc.tex
  . . . .

  $ dvipdf mydoc.dvi
  dvips: Font tipa10 at 8000 not found; scaling 600 instead.
  dvips: Such scaling will generate extremely poor output.
  $ dvips mydoc.dvi
  This is dvips(k) p1.7a Copyright 2005 ASCII Corp. [. . .]
  based on dvips(k) 5.95a [. . .]
  ' TeX output 2007.03.19:2256' -> mydoc.ps
  <tex.pro><texps.pro>. <cmr10.pfb>[1]
  $ ps2pdf mydoc.ps
  $

|  Why is not "<tipa10.pfb>" getting included in the PS
| file?

I wish I knew. . . . I don't know if I'm answering your question,
but the generated PS file contains a tipa10 bitmap:

>>>>>>>>>>>>>>>>>>>>>>>>>>>
%DVIPSBitmapFont: Fa tipa10 10 3
/Fa 3 115 df<003FC00001FFF80007C07E000E001F001C000F80380007E0700003E060
[ . . . snip . . .]
%EndDVIPSBitmapFont
<<<<<<<<<<<<<<<<<<<<<<<<<

The generated PDF file (by ps2pdf) also seems to contain it:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
$ pdffonts mydoc.pdf
name                                 type         emb sub uni object ID
------------------------------------ ------------ --- --- --- ---------
SXUDLP+CMR10                         Type 1C      yes yes no       9  0
[none]                               Type 3       yes no  yes     10  0
$                                                               
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Adobe Acrobat says that mydoc.pdf contains a font named
a font called T3Font_O besides CMR10 (embedded).

So, it seems that how tipa fonts are handled is somehow different
on my system than on yours, right?  Do you have any idea on
where to look?  vflib2 ?

Regards,
Ryo


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to