[OS X TeX] Problem with TLU and .map

Peter Dyballa Peter_Dyballa at Web.DE
Wed Jan 20 16:55:52 CET 2010


Am 20.01.2010 um 13:29 schrieb Alain Matthes:

> !!! ERROR! The map file `CONCRETE.map' has not been found at all.
>
> but I have
>
> /usr/local/texlive/texmf-local/fonts/map/CONCRETE.MAP
> /usr/local/texlive/texmf-local/fonts/map/pdftex/CONCRETE.MAP

Did you run texhash on /usr/local/texlive/texmf-local? (sudo texhash / 
usr/local/texlive/texmf-local) Is 'kpsewhich CONCRETE.MAP' returning  
any path name? Are 'sudo updmap-sys --listavailablemaps' and 'updmap -- 
listavailablemaps' returning the file name(s) CONCRETE.MAP?

>
> I need first to remove ~/.texlive2009/
> then I need
>
> sudo updmap --syncwithtrees

This recreates the mess!

When you want CONCRETE.MAP to be available for all, you'd need to run:

	sudo updmap-sys --syncwithtrees
	sudo updmap-sys --enable Map=CONCRETE.MAP


If you want CONCRETE.MAP to be available only for you, you'd need to  
run:

	updmap --syncwithtrees
	updmap --enable Map=CONCRETE.MAP


>
> and then
>
> sudo fmtutil-sys --all

The state of the MAP files has no connections with the FMT files...

> #
> # 2) add your local map entries to the file
> #       TEXMFLOCAL/web2c/updmap-local.cfg
> #    and then call
> #       tlmgr generate updmap
> #    which will concatenate updmap-local.cfg to the end of the final
> #    updmap.cfg.  (You can override the local.cfg file location with  
> the
> #    --localcfg option; see tlmgr --help.)
> #
> # If you use either of these methods, your local adaptations will be
> # preserved when tlmgr updates the installation or this config file.
> # Manual edits to updmap.cfg may be lost on update.

When you insert into /usr/local/texlive/texmf-local/web2c/updmap- 
local.cfg lines like

	#!urwvn.map
	#!vntopia.map

then these MAP file fragments will be disabled. When you insert lines  
like

	LW35 ADOBEkb
	pdftexDownloadBase14 false
	dvipdfmDownloadBase14 false
	CONCRETE.MAP

then these options or MAP file fragments will be enabled.


And you should be very accurate with the case of the letters in file's  
name!

--
Greetings

   Pete

Work is the curse of the drinking class.
				– Oscar Wilde




More information about the macostex-archives mailing list