From MacOSX-TeX@email.esm.psu.edu Thu Dec 26 09:49:33 2002
Received: from engrmail2.engr.psu.edu ([130.203.201.8]) by engrmail1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Tue, 24 Dec 2002 20:01:42 -0500
Received: from email.esm.psu.edu ([130.203.247.204]) by engrmail2.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Tue, 24 Dec 2002 20:01:42 -0500
Date: Tue, 24 Dec 2002 20:00:01 -0500
Subject: MacOSX-TeX Digest #520 - 12/24/02
From: "TeX on Mac OS X Mailing List" 
To: "TeX on Mac OS X Mailing List" 
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-transfer-encoding: quoted-printable
Sender: 
Precedence: Bulk
List-Software: LetterRip Pro 4.0 by LetterRip Software, LLC.
List-Subscribe: 
List-Digest: 
List-Unsubscribe: 
Return-Path: MacOSX-TeX@email.esm.psu.edu
Message-ID: 
X-OriginalArrivalTime: 25 Dec 2002 01:01:42.0716 (UTC) FILETIME=[30449FC0:01C2ABB1]

MacOSX-TeX Digest #520 - Tuesday, December 24, 2002

  Re: [OS X TeX] More Updmap problems
          by "Adrian Heathcote" 
  Re: [OS X TeX] More Updmap problems
          by "Gerben Wierda" 
  Re: [OS X TeX] More Updmap problems
          by "Adrian Heathcote" 
  cool ConTeXt stuff
          by "Bruce D'Arcus" 


----------------------------------------------------------------------

Subject: Re: [OS X TeX] More Updmap problems
From: "Adrian Heathcote" 
Date: Tue, 24 Dec 2002 14:18:53 +1100

I've just run a further set of tests. Post script fonts that I've added  
work fine (a lot of these map files may be being loaded unnecessarily,  
but at least they are being loaded)---but they are the only fonts that  
do. No computer modern fonts, rsfs, or symbol fonts (which I guess are  
computer modern) work. Rather, bitmaps of these are created and put  
into the document.

There must be a simple terminal command that will make sure these CM  
files get loaded but I don't know what it is. I've tried updmap yet  
again, to no avail.

Getting a bit desperate.

Adrian Heathcote


On Tuesday, December 24, 2002, at 08:35  AM, Gerben Wierda wrote:

> On Monday, Dec 23, 2002, at 16:12 Europe/Amsterdam, Adrian Heathcote  
> wrote:
>
>> )  
>> [1{/usr/local/teTeX/share/texmf.local/dvips/config/pdftex.map}{/usr/ 
>> local/teT
>> eX/share/texmf.os/dvips/config/Ttbbold.map}{/usr/local/teTeX/share/ 
>> texmf.local/
>> dvips/config/mbv.map}{/usr/local/teTeX/share/texmf.local/dvips/ 
>> config/mbb.map}{
>> /usr/local/teTeX/share/texmf.local/dvips/config/mvd.map}{/usr/local/ 
>> teTeX/share
>> /texmf.local/dvips/config/msx.map}{/usr/local/teTeX/share/ 
>> texmf.local/dvips/con
>> fig/pgj.map}{/usr/local/teTeX/share/texmf.local/dvips/config/ 
>> pos.map}{/usr/loca
>> l/teTeX/share/texmf.local/dvips/config/ptj.map}{/usr/local/teTeX/ 
>> share/texmf.lo
>> cal/dvips/config/psb.map}{/usr/local/teTeX/share/texmf.local/dvips/ 
>> config/mur.m
>> ap}{/usr/local/teTeX/share/texmf.local/dvips/config/pad.map}{/usr/ 
>> local/teTeX/s
>> hare/texmf.local/dvips/config/mgm.map}{/usr/local/teTeX/share/ 
>> texmf.local/dvips
>> /config/mpn.map}{/usr/local/teTeX/share/texmf.local/dvips/config/ 
>> pig.map}]
>
> It looks like your pdftex.cfg file loads a lot of maps. Just loading  
> pdftex.map should be enough. Whatever other maps you need can be added  
> with updmap, which adds them to pdftex.map.
>
> So, updmap produces one big map which is different from the past where  
> you would add a lot of maps to pdftex.cfg and config.ps (for dvips).
>
> G
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>


----------------------------------------------------------------------

Subject: Re: [OS X TeX] More Updmap problems
From: "Gerben Wierda" 
Date: Tue, 24 Dec 2002 08:14:39 +0100

On Tuesday, Dec 24, 2002, at 04:18 Europe/Amsterdam, Adrian Heathcote 
wrote:

> I've just run a further set of tests. Post script fonts that I've 
> added work fine (a lot of these map files may be being loaded 
> unnecessarily, but at least they are being loaded)---but they are the 
> only fonts that do. No computer modern fonts, rsfs, or symbol fonts 
> (which I guess are computer modern) work. Rather, bitmaps of these are 
> created and put into the document.

1. To clean up your dvips and pdftex config, copy the default ones to 
your local ones

.../teTeX/share/texmf/dvips/config/config.ps to 
.../teTeX/share/texmf.local/dvips/config/config.ps
.../teTeX/share/texmf/pdftex/config/pdftex.cfg to 
.../teTeX/share/texmf.local/pdftex/config/pdftex.cfg

This loses you the settings for paper size you may have changed and it 
loses all the extra map files that might be in there.

2. With respect to the bitmaps: Have you installed the CM-Super 
i-Package? If you have, re-run the configuration stage of that 
i-Package. It will run the right updmap commands for outline versions 
of CM Super to be used.

Hope this helps, after all I cannot see from a distance what is wrong 
and your problem could have another reason.

G


----------------------------------------------------------------------

Subject: Re: [OS X TeX] More Updmap problems
From: "Adrian Heathcote" 
Date: Wed, 25 Dec 2002 01:03:56 +1100

Thanks Gerben
>

> 1. To clean up your dvips and pdftex config, copy the default ones to 
> your local ones
>
> .../teTeX/share/texmf/dvips/config/config.ps to 
> .../teTeX/share/texmf.local/dvips/config/config.ps
> .../teTeX/share/texmf/pdftex/config/pdftex.cfg to 
> .../teTeX/share/texmf.local/pdftex/config/pdftex.cfg
>
> This loses you the settings for paper size you may have changed and it 
> loses all the extra map files that might be in there.

That did it. I copied back in the map entries, ran updmap and 
everything now seems back to normal.

merry xmas to you!

Adrian Heathcote


----------------------------------------------------------------------

Subject: cool ConTeXt stuff
From: "Bruce D'Arcus" 
Date: Tue, 24 Dec 2002 09:14:14 -0800


Don't know how many of you follow ConTeXt development, but in the last
few weeks alone Hans has released support for color separations, unicode
(utf-8), and an incredibly cool new GUI framework that interfaces with
the ConTeXt system and things like ps2pdf via XML and Ruby.  More on the
latter at:

http://www.pragma-ade.com/general/manuals/ex-gui.pdf

The only unfortunate thing is that one cannot submit form data with
Acrobat Reader, and Adobe hasn't released the web browser plug-in that
will allow this.  Hence, one needs the full Acrobat to access the
functionality.  Got me thinking, though: wouldn't it be cool to have the
GUI handled by Cocoa instead?

Best for the holidays...

Bruce

-- 
http://fastmail.fm - A fast, anti-spam email service.

----------------------------------------------------------------------
End of MacOSX-TeX Digest

-----------------------------------------------------
Mac TeX info, resources, and news can be found at:

-----------------------------------------------------
List archives can be found at:

-----------------------------------------------------
See message headers for list info.
-----------------------------------------------------