Bug#266718: [tex-k] Bug#266718: [tex-live] Bug#266718: dvips font inclusionbroken inTeXlive

2007-05-03 Thread Norbert Preining
Hi Kakuto-san,

(reply back to the lists, maybe someone else has an idea)

what a pain, I am really surprised ...

On Don, 03 Mai 2007, Akira Kakuto wrote:
 The only difference is the final
 /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr10.pfb

Yup, do you have any idea where this can come from?

 Very sorry I cannot understand the reason.
 I send you my config.ps, config.pdf, alt-rule.pro, special.pro,
 tex.pro, texps.pro and texc.pro (My config.ps uses texc.pro
 instead of tex.pro).   (files.zip)

My idea was to search for differences in the files to understand/find a
different reason why here always this problems exhibits.

Unfortunately to no avail, I used your config.pdf, tex.pro, texc.pro,
... and still the same effect.

The only thing which now keeps me up is the question why here, with all
versions/variants of dvips, get this additional line of inclusion of
cmr10.pdf.

My psfonts.map contains simply
cmr10 CMR10 cmr10.pfb

do you have the same definition of fonts?

Otherwise I don't see why the freshly compiled dvips behaves
differently.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Università di Siena
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
MELCOMBE REGIS (n.)
The name of the style of decoration used in cocktail lounges in mock
Tudor hotels in Surrey.
--- Douglas Adams, The Meaning of Liff


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



Bug#266718: [tex-k] Bug#266718: [tex-live] Bug#266718: dvips font inclusionbroken inTeXlive

2007-05-03 Thread Akira Kakuto
 output of dvips from latest svn sources:
 
 This is dvips(k) 5.96 Copyright 2007 Radical Eye Software (www.radicaleye.com)
 ' TeX output 2007.05.03:1058' - test.ps
 Defining font () cmr10 at 10.0pt
 Font cmr10 CMR10 is resident.
 Checking for fonts in 'fig.0'
 Adding font 'CMSY10' from included postscript file 'fig.0'.
 Adding font 'CMR10' from included postscript file 'fig.0'.

  dvips prepares to download CMSY10 and CMR10 as headers in
  finclude.c and marks rf-sent = 2.

 /usr/share/texmf-texlive/dvips/base/tex.pro
 /etc/texmf/dvips/config/alt-rule.pro
 /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmsy10.pfb   (A)
 /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr10.pfb    (B)

  cmsy10.pfb and cmr10.pfb are downloaded as headers in
  output.c by using copyfile_general, thus they must be fully
  dowonloded irrespective of -j1 or -j0.

 /usr/share/texmf-texlive/dvips/base/texps.pro
 /usr/share/texmf-texlive/dvips/base/special.pro. 
 /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr10.pfb    (C)

  The above line (C) should not exist because cmr10.pfb is already
  downloaded as header at (B).  (C) is printed in download.c,
  in which the next code must prevent to download downloaded fonts:
if (rf-sent == 2) /* sent as header, from a PS file */
   return ;

 [1./fig.0]

I cannot understand why Norbert's dvips does not run naturally.

Thanks,
Akira


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



Bug#266718: [tex-k] Bug#266718: [tex-live] Bug#266718: dvips font inclusionbroken inTeXlive

2007-05-03 Thread Norbert Preining
Hi Akira!

On Don, 03 Mai 2007, Akira Kakuto wrote:
   The above line (C) should not exist because cmr10.pfb is already
   downloaded as header at (B).  (C) is printed in download.c,
   in which the next code must prevent to download downloaded fonts:
 if (rf-sent == 2) /* sent as header, from a PS file */
return ;

Now I checked the ps file and it is true, the pfb font is included 2
times, the first time it is included completely, the second time only
partially.

So it boils down to find out why it is downloaded a second time.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Università di Siena
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
You step in the stream,
But the water has moved on.
This page is not here.
   --- Windows Error Haiku


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