ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* urw-garamond with MKIV
@ 2008-04-12  7:44 Peter Münster
  2008-04-13  9:38 ` Taco Hoekwater
  2008-04-14  7:13 ` Wolfgang Schuster
  0 siblings, 2 replies; 26+ messages in thread
From: Peter Münster @ 2008-04-12  7:44 UTC (permalink / raw)
  To: ConTeXt list

Hello,

This does no more work with MKIV:

\usemodule[urwgaramond]
\starttext
\rm\input knuth

\it\input knuth

\bf\input knuth

\bi\input knuth
\stoptext

Could anybody help me, to get urw-garamond with MKIV?

(ftp://dante.ctan.org/tex-archive/fonts/urw/garamond.zip must be installed)

TIA!
Greetings, Peter

-- 
http://pmrb.free.fr/contact/

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-12  7:44 urw-garamond with MKIV Peter Münster
@ 2008-04-13  9:38 ` Taco Hoekwater
  2008-04-13 11:37   ` Peter Münster
  2008-04-14  7:13 ` Wolfgang Schuster
  1 sibling, 1 reply; 26+ messages in thread
From: Taco Hoekwater @ 2008-04-13  9:38 UTC (permalink / raw)
  To: ConTeXt list

Peter Münster wrote:
> Hello,
> 
> This does no more work with MKIV:

I can tell you the cause of the problem:

context mkiv loads the font from the AFM files in unicode mode,
but the typescript defines TFM fonts in texnansi only. This
results in mayhem (I am not sure what exactly goes wrong, but
that does not really matter).

If you want existing tfms to have precedence over any afms
(thereby loosing unicode support for legacy fonts) you can add
this to cont-sys or the top of your input:

   \ctxlua{fonts.define.method=2}

Otherwise, you will have to extend type-urwgaramand.tex in some
way that I do not quite grasp.

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-13  9:38 ` Taco Hoekwater
@ 2008-04-13 11:37   ` Peter Münster
  2008-04-13 18:53     ` Henning Hraban Ramm
  0 siblings, 1 reply; 26+ messages in thread
From: Peter Münster @ 2008-04-13 11:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, Apr 13 2008, Taco Hoekwater wrote:

> If you want existing tfms to have precedence over any afms
> (thereby loosing unicode support for legacy fonts) you can add
> this to cont-sys or the top of your input:
> 
>    \ctxlua{fonts.define.method=2}

Thanks, Taco! This works.

The right method for MKIV, without loosing unicode, would be even better.

> Otherwise, you will have to extend type-urwgaramand.tex in some
> way that I do not quite grasp.

Extend, or perhaps replace completely.  Unfortunately, my knowledge about
these font-things and typescripts is about 0...

Best wishes, Peter

-- 
http://pmrb.free.fr/contact/

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-13 11:37   ` Peter Münster
@ 2008-04-13 18:53     ` Henning Hraban Ramm
  0 siblings, 0 replies; 26+ messages in thread
From: Henning Hraban Ramm @ 2008-04-13 18:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2080 bytes --]

Am 2008-04-13 um 13:37 schrieb Peter Münster:
> On Sun, Apr 13 2008, Taco Hoekwater wrote:
>> Otherwise, you will have to extend type-urwgaramand.tex in some
>> way that I do not quite grasp.
> Extend, or perhaps replace completely.  Unfortunately, my knowledge  
> about
> these font-things and typescripts is about 0...

Maybe my attached typescripts are a source of inspiration.
These are for the (commercial) URW++ font families Garamond, Antiqua  
and Grotesk.
I tried to adapt my old typescript to XeTeX/kuaTeX and ended with  
this subset:

\starttypescript	[sans]	[urw-grotesk]
	\definefontsynonym	[URWGroteskT-LighNarr]	[file:u004242t]	 
[features=default]
	\definefontsynonym	[URWGroteskT-MediNarr]	[file:u004244t]	 
[features=default]
	\definefontsynonym	[URWGroteskT-LighNarrObli]	[file:u004262t]	 
[features=default]
	\definefontsynonym	[URWGroteskT-MediNarrObli]	[file:u004264t]	 
[features=default]
\stoptypescript

% sans urw-grotesk narrow
\starttypescript	[sans]	[urw-grotesk]	%[name]
	\definefontsynonym	[Sans]			[URWGroteskT-LighNarr]
	\definefontsynonym	[SansItalic]	[URWGroteskT-LighNarrObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-MediNarr]
	\definefontsynonym	[SansBoldItalic][URWGroteskT-MediNarrObli]
	\definefontsynonym	[SansSlanted]	[SansItalic]
	\definefontsynonym	[SansBoldSlanted]	[SansBoldItalic]
\stoptypescript


\starttypescript	[fiee]	[mix]
%	\definetypeface	[mix]	[rm]	[serif]	[schola]	[default]	[]
	\definetypeface	[mix]	[ss]	[sans]	[urw-grotesk]	[default]	[rscale=1.2]
%	\definetypeface	[mix]	[tt]	[mono]	[default]	%[default]	[]
%	\definetypeface	[mix]	[mm]	[math]	[helvetica]	[default]	[]
\stoptypescript
\usetypescript		[fiee][mix]
\setupbodyfont		[mix,ss,8pt]

Hans mentioned to use "compose=yes" as a feature to enable composed  
accented characters (for those missing in these old Type1 fonts), but  
I didn't try it yet.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)


[-- Attachment #1.2.1: Type: text/html, Size: 9034 bytes --]

[-- Attachment #1.2.2: type-urw.tex --]
[-- Type: application/octet-stream, Size: 35043 bytes --]

%
% Typescript for serif family urw antiqua and sans family urw grotesk
% by Henning Hraban Ramm
%
% Write in your TeX file something like:
% \usetypescriptfile	[type-urw]
% \usetypescript	[fiee][urw]
% \setupbodyfont	[urw, rm, 12pt]
% \setupbodyfontenvironment	[default]	[em=italic]

%%% MAP %%%

% load mapfile
\starttypescript	[map]	[ec,texnansi,qx,t5]
	\loadmapfile	[\typescripttwo-urw-antiqua.map]
	\loadmapfile	[\typescripttwo-urw-grotesk.map]
\stoptypescript

%%% FILENAMES %%%

% serif urw-antiqua
\starttypescript	[serif]	[urw-antiqua]	[ec,texnansi,qx,t5]
	\definefontsynonym	[URWAntiquaT-Regu]	[\typescriptthree-u003003t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-Medi]	[\typescriptthree-u003004t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-Bold]	[\typescriptthree-u003006t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBold]	[\typescriptthree-u003008t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBold]	[\typescriptthree-u003009t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ReguObli]	[\typescriptthree-u003223t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-MediObli]	[\typescriptthree-u003224t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-BoldObli]	[\typescriptthree-u003226t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBoldObli]	[\typescriptthree-u003228t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBoldObli]	[\typescriptthree-u003229t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ReguNarr]	[\typescriptthree-u003243t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-MediNarr]	[\typescriptthree-u003244t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-BoldNarr]	[\typescriptthree-u003246t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBoldNarr]	[\typescriptthree-u003248t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBoldNarr]	[\typescriptthree-u003249t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ReguNarrObli]	[\typescriptthree-u003263t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-MediNarrObli]	[\typescriptthree-u003264t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-BoldNarrObli]	[\typescriptthree-u003266t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBoldNarrObli]	[\typescriptthree-u003268t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBoldNarrObli]	[\typescriptthree-u003269t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ReguWide]	[\typescriptthree-u003283t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-MediWide]	[\typescriptthree-u003284t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-BoldWide]	[\typescriptthree-u003286t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBoldWide]	[\typescriptthree-u003288t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBoldWide]	[\typescriptthree-u003289t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ReguWideObli]	[\typescriptthree-u003303t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-MediWideObli]	[\typescriptthree-u003304t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-BoldWideObli]	[\typescriptthree-u003306t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBoldWideObli]	[\typescriptthree-u003308t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBoldWideObli]	[\typescriptthree-u003309t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ReguExtrNarr]	[\typescriptthree-u003323t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-MediExtrNarr]	[\typescriptthree-u003324t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-BoldExtrNarr]	[\typescriptthree-u003326t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBoldExtrNarr]	[\typescriptthree-u003328t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBoldExtrNarr]	[\typescriptthree-u003329t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ReguExtrNarrObli]	[\typescriptthree-u003333t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-MediExtrNarrObli]	[\typescriptthree-u003334t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-BoldExtrNarrObli]	[\typescriptthree-u003336t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBoldExtrNarrObli]	[\typescriptthree-u003338t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBoldExtrNarrObli]	[\typescriptthree-u003339t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ReguExtrWide]	[\typescriptthree-u003363t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-MediExtrWide]	[\typescriptthree-u003364t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-BoldExtrWide]	[\typescriptthree-u003366t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBoldExtrWide]	[\typescriptthree-u003368t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBoldExtrWide]	[\typescriptthree-u003369t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ReguExtrWideObli]	[\typescriptthree-u003373t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-MediExtrWideObli]	[\typescriptthree-u003374t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-BoldExtrWideObli]	[\typescriptthree-u003376t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-ExtrBoldExtrWideObli]	[\typescriptthree-u003378t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWAntiquaT-UltrBoldExtrWideObli]	[\typescriptthree-u003379t]	[encoding=\typescriptthree]
\stoptypescript

% serif urw-antiqua
% for XeTeX / luaTeX
\starttypescript	[serif]	[urw-antiqua]	[uc]
	\loadmapfile[urw-antiqua-ec.map]
	\definefontsynonym	[URWAntiquaT-Regu]	[file:u003003t]	[features=default]
	\definefontsynonym	[URWAntiquaT-Medi]	[file:u003004t]	[features=default]
	\definefontsynonym	[URWAntiquaT-Bold]	[file:u003006t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBold]	[file:u003008t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBold]	[file:u003009t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ReguObli]	[file:u003223t]	[features=default]
	\definefontsynonym	[URWAntiquaT-MediObli]	[file:u003224t]	[features=default]
	\definefontsynonym	[URWAntiquaT-BoldObli]	[file:u003226t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBoldObli]	[file:u003228t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBoldObli]	[file:u003229t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ReguNarr]	[file:u003243t]	[features=default]
	\definefontsynonym	[URWAntiquaT-MediNarr]	[file:u003244t]	[features=default]
	\definefontsynonym	[URWAntiquaT-BoldNarr]	[file:u003246t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBoldNarr]	[file:u003248t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBoldNarr]	[file:u003249t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ReguNarrObli]	[file:u003263t]	[features=default]
	\definefontsynonym	[URWAntiquaT-MediNarrObli]	[file:u003264t]	[features=default]
	\definefontsynonym	[URWAntiquaT-BoldNarrObli]	[file:u003266t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBoldNarrObli]	[file:u003268t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBoldNarrObli]	[file:u003269t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ReguWide]	[file:u003283t]	[features=default]
	\definefontsynonym	[URWAntiquaT-MediWide]	[file:u003284t]	[features=default]
	\definefontsynonym	[URWAntiquaT-BoldWide]	[file:u003286t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBoldWide]	[file:u003288t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBoldWide]	[file:u003289t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ReguWideObli]	[file:u003303t]	[features=default]
	\definefontsynonym	[URWAntiquaT-MediWideObli]	[file:u003304t]	[features=default]
	\definefontsynonym	[URWAntiquaT-BoldWideObli]	[file:u003306t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBoldWideObli]	[file:u003308t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBoldWideObli]	[file:u003309t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ReguExtrNarr]	[file:u003323t]	[features=default]
	\definefontsynonym	[URWAntiquaT-MediExtrNarr]	[file:u003324t]	[features=default]
	\definefontsynonym	[URWAntiquaT-BoldExtrNarr]	[file:u003326t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBoldExtrNarr]	[file:u003328t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBoldExtrNarr]	[file:u003329t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ReguExtrNarrObli]	[file:u003333t]	[features=default]
	\definefontsynonym	[URWAntiquaT-MediExtrNarrObli]	[file:u003334t]	[features=default]
	\definefontsynonym	[URWAntiquaT-BoldExtrNarrObli]	[file:u003336t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBoldExtrNarrObli]	[file:u003338t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBoldExtrNarrObli]	[file:u003339t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ReguExtrWide]	[file:u003363t]	[features=default]
	\definefontsynonym	[URWAntiquaT-MediExtrWide]	[file:u003364t]	[features=default]
	\definefontsynonym	[URWAntiquaT-BoldExtrWide]	[file:u003366t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBoldExtrWide]	[file:u003368t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBoldExtrWide]	[file:u003369t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ReguExtrWideObli]	[file:u003373t]	[features=default]
	\definefontsynonym	[URWAntiquaT-MediExtrWideObli]	[file:u003374t]	[features=default]
	\definefontsynonym	[URWAntiquaT-BoldExtrWideObli]	[file:u003376t]	[features=default]
	\definefontsynonym	[URWAntiquaT-ExtrBoldExtrWideObli]	[file:u003378t]	[features=default]
	\definefontsynonym	[URWAntiquaT-UltrBoldExtrWideObli]	[file:u003379t]	[features=default]
\stoptypescript

% sans urw-grotesk
\starttypescript	[sans]	[urw-grotesk]	[ec,texnansi,qx,t5]
	\definefontsynonym	[URWGroteskT-ExtrLigh]	[\typescriptthree-u004001t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-Ligh]	[\typescriptthree-u004002t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-Regu]	[\typescriptthree-u004003t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-Medi]	[\typescriptthree-u004004t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-Bold]	[\typescriptthree-u004006t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ExtrLighObli]	[\typescriptthree-u004221t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-LighObli]	[\typescriptthree-u004222t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ReguObli]	[\typescriptthree-u004223t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-MediObli]	[\typescriptthree-u004224t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-BoldObli]	[\typescriptthree-u004226t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ExtrLighNarr]	[\typescriptthree-u004241t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-LighNarr]	[\typescriptthree-u004242t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ReguNarr]	[\typescriptthree-u004243t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-MediNarr]	[\typescriptthree-u004244t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-BoldNarr]	[\typescriptthree-u004246t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ExtrLighNarrObli]	[\typescriptthree-u004261t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-LighNarrObli]	[\typescriptthree-u004262t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ReguNarrObli]	[\typescriptthree-u004263t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-MediNarrObli]	[\typescriptthree-u004264t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-BoldNarrObli]	[\typescriptthree-u004266t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ExtrLighWide]	[\typescriptthree-u004281t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-LighWide]	[\typescriptthree-u004282t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ReguWide]	[\typescriptthree-u004283t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-MediWide]	[\typescriptthree-u004284t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-BoldWide]	[\typescriptthree-u004286t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ExtrLighWideObli]	[\typescriptthree-u004301t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-LighWideObli]	[\typescriptthree-u004302t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ReguWideObli]	[\typescriptthree-u004303t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-MediWideObli]	[\typescriptthree-u004304t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-BoldWideObli]	[\typescriptthree-u004306t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ExtrLighExtrNarr]	[\typescriptthree-u004321t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-LighExtrNarr]	[\typescriptthree-u004322t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ReguExtrNarr]	[\typescriptthree-u004323t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-MediExtrNarr]	[\typescriptthree-u004324t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-BoldExtrNarr]	[\typescriptthree-u004326t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ExtrLighExtrNarrObli]	[\typescriptthree-u004331t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-LighExtrNarrObli]	[\typescriptthree-u004332t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ReguExtrNarrObli]	[\typescriptthree-u004333t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-MediExtrNarrObli]	[\typescriptthree-u004334t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-BoldExtrNarrObli]	[\typescriptthree-u004336t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ExtrLighExtrWide]	[\typescriptthree-u004361t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-LighExtrWide]	[\typescriptthree-u004362t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ReguExtrWide]	[\typescriptthree-u004363t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-MediExtrWide]	[\typescriptthree-u004364t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-BoldExtrWide]	[\typescriptthree-u004366t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ExtrLighExtrWideObli]	[\typescriptthree-u004371t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-LighExtrWideObli]	[\typescriptthree-u004372t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-ReguExtrWideObli]	[\typescriptthree-u004373t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-MediExtrWideObli]	[\typescriptthree-u004374t]	[encoding=\typescriptthree]
	\definefontsynonym	[URWGroteskT-BoldExtrWideObli]	[\typescriptthree-u004376t]	[encoding=\typescriptthree]
\stoptypescript

% sans urw-grotesk
% for XeTeX/luaTeX
\starttypescript	[sans]	[urw-grotesk]	%[uc]
	\loadmapfile[urw-grotesk-ec.map]
	\definefontsynonym	[URWGroteskT-ExtrLigh]	[file:u004001t]	[features=default]
	\definefontsynonym	[URWGroteskT-Ligh]	[file:u004002t]	[features=default]
	\definefontsynonym	[URWGroteskT-Regu]	[file:u004003t]	[features=default]
	\definefontsynonym	[URWGroteskT-Medi]	[file:u004004t]	[features=default]
	\definefontsynonym	[URWGroteskT-Bold]	[file:u004006t]	[features=default]
	\definefontsynonym	[URWGroteskT-ExtrLighObli]	[file:u004221t]	[features=default]
	\definefontsynonym	[URWGroteskT-LighObli]	[file:u004222t]	[features=default]
	\definefontsynonym	[URWGroteskT-ReguObli]	[file:u004223t]	[features=default]
	\definefontsynonym	[URWGroteskT-MediObli]	[file:u004224t]	[features=default]
	\definefontsynonym	[URWGroteskT-BoldObli]	[file:u004226t]	[features=default]
	\definefontsynonym	[URWGroteskT-ExtrLighNarr]	[file:u004241t]	[features=default]
	\definefontsynonym	[URWGroteskT-LighNarr]	[file:u004242t]	[features=default]
	\definefontsynonym	[URWGroteskT-ReguNarr]	[file:u004243t]	[features=default]
	\definefontsynonym	[URWGroteskT-MediNarr]	[file:u004244t]	[features=default]
	\definefontsynonym	[URWGroteskT-BoldNarr]	[file:u004246t]	[features=default]
	\definefontsynonym	[URWGroteskT-ExtrLighNarrObli]	[file:u004261t]	[features=default]
	\definefontsynonym	[URWGroteskT-LighNarrObli]	[file:u004262t]	[features=default]
	\definefontsynonym	[URWGroteskT-ReguNarrObli]	[file:u004263t]	[features=default]
	\definefontsynonym	[URWGroteskT-MediNarrObli]	[file:u004264t]	[features=default]
	\definefontsynonym	[URWGroteskT-BoldNarrObli]	[file:u004266t]	[features=default]
	\definefontsynonym	[URWGroteskT-ExtrLighWide]	[file:u004281t]	[features=default]
	\definefontsynonym	[URWGroteskT-LighWide]	[file:u004282t]	[features=default]
	\definefontsynonym	[URWGroteskT-ReguWide]	[file:u004283t]	[features=default]
	\definefontsynonym	[URWGroteskT-MediWide]	[file:u004284t]	[features=default]
	\definefontsynonym	[URWGroteskT-BoldWide]	[file:u004286t]	[features=default]
	\definefontsynonym	[URWGroteskT-ExtrLighWideObli]	[file:u004301t]	[features=default]
	\definefontsynonym	[URWGroteskT-LighWideObli]	[file:u004302t]	[features=default]
	\definefontsynonym	[URWGroteskT-ReguWideObli]	[file:u004303t]	[features=default]
	\definefontsynonym	[URWGroteskT-MediWideObli]	[file:u004304t]	[features=default]
	\definefontsynonym	[URWGroteskT-BoldWideObli]	[file:u004306t]	[features=default]
	\definefontsynonym	[URWGroteskT-ExtrLighExtrNarr]	[file:u004321t]	[features=default]
	\definefontsynonym	[URWGroteskT-LighExtrNarr]	[file:u004322t]	[features=default]
	\definefontsynonym	[URWGroteskT-ReguExtrNarr]	[file:u004323t]	[features=default]
	\definefontsynonym	[URWGroteskT-MediExtrNarr]	[file:u004324t]	[features=default]
	\definefontsynonym	[URWGroteskT-BoldExtrNarr]	[file:u004326t]	[features=default]
	\definefontsynonym	[URWGroteskT-ExtrLighExtrNarrObli]	[file:u004331t]	[features=default]
	\definefontsynonym	[URWGroteskT-LighExtrNarrObli]	[file:u004332t]	[features=default]
	\definefontsynonym	[URWGroteskT-ReguExtrNarrObli]	[file:u004333t]	[features=default]
	\definefontsynonym	[URWGroteskT-MediExtrNarrObli]	[file:u004334t]	[features=default]
	\definefontsynonym	[URWGroteskT-BoldExtrNarrObli]	[file:u004336t]	[features=default]
	\definefontsynonym	[URWGroteskT-ExtrLighExtrWide]	[file:u004361t]	[features=default]
	\definefontsynonym	[URWGroteskT-LighExtrWide]	[file:u004362t]	[features=default]
	\definefontsynonym	[URWGroteskT-ReguExtrWide]	[file:u004363t]	[features=default]
	\definefontsynonym	[URWGroteskT-MediExtrWide]	[file:u004364t]	[features=default]
	\definefontsynonym	[URWGroteskT-BoldExtrWide]	[file:u004366t]	[features=default]
	\definefontsynonym	[URWGroteskT-ExtrLighExtrWideObli]	[file:u004371t]	[features=default]
	\definefontsynonym	[URWGroteskT-LighExtrWideObli]	[file:u004372t]	[features=default]
	\definefontsynonym	[URWGroteskT-ReguExtrWideObli]	[file:u004373t]	[features=default]
	\definefontsynonym	[URWGroteskT-MediExtrWideObli]	[file:u004374t]	[features=default]
	\definefontsynonym	[URWGroteskT-BoldExtrWideObli]	[file:u004376t]	[features=default]
\stoptypescript

%%% NAME %%%

%% ANTIQUA %%

% serif urw-antiqua (normal)
\starttypescript	[serif]	[urw-antiqua]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]		[URWAntiquaT-Regu]
	\definefontsynonym	[SerifItalic]	[URWAntiquaT-ReguObli]
	\definefontsynonym	[SerifBold]	[URWAntiquaT-Bold]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-BoldObli]
\stoptypescript

% serif urw-antiqua (normal bold)
\starttypescript	[serif]	[urw-antiqua-bold]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]		[URWAntiquaT-Medi]
	\definefontsynonym	[SerifItalic]	[URWAntiquaT-MediObli]
	\definefontsynonym	[SerifBold]	[URWAntiquaT-ExtrBold]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-ExtrBoldObli]
%	\definefontsynonym	[SerifUltra]	[URWAntiquaT-UltrBold]
%	\definefontsynonym	[SerifUltraItalic]	[URWAntiquaT-UltrBoldObli]
\stoptypescript

% serif urw-antiqua narrow
\starttypescript	[serif]	[urw-antiqua-narrow]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]			[URWAntiquaT-ReguNarr]
	\definefontsynonym	[SerifItalic]		[URWAntiquaT-ReguNarrObli]
	\definefontsynonym	[SerifBold]		[URWAntiquaT-BoldNarr]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-BoldNarrObli]
\stoptypescript

% serif urw-antiqua narrow
\starttypescript	[serif]	[urw-antiqua-narrow-bold]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]			[URWAntiquaT-MediNarr]
	\definefontsynonym	[SerifItalic]		[URWAntiquaT-MediNarrObli]
	\definefontsynonym	[SerifBold]		[URWAntiquaT-ExtrBoldNarr]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-ExtrBoldNarrObli]
%	\definefontsynonym	[SerifUltra]		[URWAntiquaT-UltrBoldNarr]
%	\definefontsynonym	[SerifUltraItalic]	[URWAntiquaT-UltrBoldNarrObli]
\stoptypescript

% serif urw-antiqua extra narrow
\starttypescript	[serif]	[urw-antiqua-extranarrow]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]			[URWAntiquaT-ReguExtrNarr]
	\definefontsynonym	[SerifItalic]		[URWAntiquaT-ReguExtrNarrObli]
	\definefontsynonym	[SerifBold]		[URWAntiquaT-BoldExtrNarr]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-BoldExtrNarrObli]
\stoptypescript

% serif urw-antiqua extra narrow bold
\starttypescript	[serif]	[urw-antiqua-extranarrow-bold]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]			[URWAntiquaT-MediExtrNarr]
	\definefontsynonym	[SerifItalic]		[URWAntiquaT-MediExtrNarrObli]
	\definefontsynonym	[SerifBold]		[URWAntiquaT-ExtrBoldExtrNarr]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-ExtrBoldExtrNarrObli]
%	\definefontsynonym	[SerifUltra]		[URWAntiquaT-UltrBoldExtrNarr]
%	\definefontsynonym	[SerifUltraItalic]	[URWAntiquaT-UltrBoldExtrNarrObli]
\stoptypescript

% serif urw-antiqua wide
\starttypescript	[serif]	[urw-antiqua-wide]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]			[URWAntiquaT-ReguWide]
	\definefontsynonym	[SerifItalic]		[URWAntiquaT-ReguWideObli]
	\definefontsynonym	[SerifBold]		[URWAntiquaT-BoldWide]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-BoldWideObli]
\stoptypescript

% serif urw-antiqua wide bold
\starttypescript	[serif]	[urw-antiqua-wide-bold]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]			[URWAntiquaT-MediWide]
	\definefontsynonym	[SerifItalic]		[URWAntiquaT-MediWideObli]
	\definefontsynonym	[SerifBold]		[URWAntiquaT-ExtrBoldWide]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-ExtrBoldWideObli]
%	\definefontsynonym	[SerifUltra]		[URWAntiquaT-UltrBoldWide]
%	\definefontsynonym	[SerifUltraItalic]	[URWAntiquaT-UltrBoldWideObli]
\stoptypescript

% serif urw-antiqua extra wide
\starttypescript	[serif]	[urw-antiqua-extrawide]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]			[URWAntiquaT-ReguExtrWide]
	\definefontsynonym	[SerifItalic]		[URWAntiquaT-ReguExtrWideObli]
	\definefontsynonym	[SerifBold]		[URWAntiquaT-BoldExtrWide]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-BoldExtrWideObli]
\stoptypescript

% serif urw-antiqua extra wide bold
\starttypescript	[serif]	[urw-antiqua-extrawide-bold]	[name]
\usetypescript	[serif]	[urw-antiqua]	[\defaultencoding]
	\definefontsynonym	[Serif]			[URWAntiquaT-MediExtrWide]
	\definefontsynonym	[SerifItalic]		[URWAntiquaT-MediExtrWideObli]
	\definefontsynonym	[SerifBold]		[URWAntiquaT-ExtrBoldExtrWide]
	\definefontsynonym	[SerifBoldItalic]	[URWAntiquaT-ExtrBoldExtrWideObli]
%	\definefontsynonym	[SerifUltra]		[URWAntiquaT-UltrBoldExtrWide]
%	\definefontsynonym	[SerifUltraItalic]	[URWAntiquaT-UltrBoldExtrWideObli]
\stoptypescript

%% GROTESK %%

% sans urw-grotesk (normal)
\starttypescript	[sans]	[urw-grotesk]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-Ligh]
	\definefontsynonym	[SansItalic]		[URWGroteskT-LighObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-Medi]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-MediObli]
\stoptypescript

% sans urw-grotesk (normal light)
\starttypescript	[sans]	[urw-grotesk-light]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-ExtrLigh]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ExtrLighObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-Regu]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-ReguObli]
\stoptypescript

% sans urw-grotesk (normal bold)
\starttypescript	[sans]	[urw-grotesk-bold]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-Regu]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ReguObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-Bold]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-BoldObli]
\stoptypescript

% sans urw-grotesk narrow
\starttypescript	[sans]	[urw-grotesk-narrow]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-LighNarr]
	\definefontsynonym	[SansItalic]		[URWGroteskT-LighNarrObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-MediNarr]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-MediNarrObli]
\stoptypescript

% sans urw-grotesk narrow light
\starttypescript	[sans]	[urw-grotesk-narrow-light]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-ExtrLighNarr]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ExtrLighNarrObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-ReguNarr]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-ReguNarrObli]
\stoptypescript

% sans urw-grotesk narrow bold
\starttypescript	[sans]	[urw-grotesk-narrow-bold]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-ReguNarr]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ReguNarrObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-BoldNarr]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-BoldNarrObli]
\stoptypescript

% sans urw-grotesk extranarrow
\starttypescript	[sans]	[urw-grotesk-extranarrow]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-LighExtrNarr]
	\definefontsynonym	[SansItalic]		[URWGroteskT-LighExtrNarrObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-MediExtrNarr]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-MediExtrNarrObli]
\stoptypescript

% sans urw-grotesk extranarrow light
\starttypescript	[sans]	[urw-grotesk-extranarrow-light]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-ExtrLighExtrNarr]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ExtrLighExtrNarrObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-ReguExtrNarr]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-ReguExtrNarrObli]
\stoptypescript

% sans urw-grotesk extranarrow bold
\starttypescript	[sans]	[urw-grotesk-extranarrow-bold]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-ReguExtrNarr]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ReguExtrNarrObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-BoldExtrNarr]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-BoldExtrNarrObli]
\stoptypescript

% sans urw-grotesk wide
\starttypescript	[sans]	[urw-grotesk-wide]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-LighWide]
	\definefontsynonym	[SansItalic]		[URWGroteskT-LighWideObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-MediWide]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-MediWideObli]
\stoptypescript

% sans urw-grotesk wide light
\starttypescript	[sans]	[urw-grotesk-wide-light]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-ExtrLighWide]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ExtrLighWideObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-ReguWide]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-ReguWideObli]
\stoptypescript

% sans urw-grotesk wide bold
\starttypescript	[sans]	[urw-grotesk-wide-bold]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-ReguWide]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ReguWideObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-BoldWide]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-BoldWideObli]
\stoptypescript

% sans urw-grotesk extrawide
\starttypescript	[sans]	[urw-grotesk-extrawide]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-LighExtrWide]
	\definefontsynonym	[SansItalic]		[URWGroteskT-LighExtrWideObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-MediExtrWide]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-MediExtrWideObli]
\stoptypescript

% sans urw-grotesk extrawide light
\starttypescript	[sans]	[urw-grotesk-extrawide-light]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-ExtrLighExtrWide]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ExtrLighExtrWideObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-ReguExtrWide]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-ReguExtrWideObli]
\stoptypescript

% sans urw-grotesk extrawide bold
\starttypescript	[sans]	[urw-grotesk-extrawide-bold]	[name]
\usetypescript	[sans]	[urw-grotesk]	[\defaultencoding]
	\definefontsynonym	[Sans]			[URWGroteskT-ReguExtrWide]
	\definefontsynonym	[SansItalic]		[URWGroteskT-ReguExtrWideObli]
	\definefontsynonym	[SansBold]		[URWGroteskT-BoldExtrWide]
	\definefontsynonym	[SansBoldItalic]	[URWGroteskT-BoldExtrWideObli]
\stoptypescript

%%% FAMILY %%%

% normal width family definition
\starttypescript	[fiee]	[urw]
	\definetypeface	[urw]	[rm]	[serif]	[urw-antiqua]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw]	[ss]	[sans]	[urw-grotesk]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript

% normal width bold family definition
\starttypescript	[fiee]	[urw-bold]
	\definetypeface	[urw-bold]	[rm]	[serif]	[urw-antiqua-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-bold]	[ss]	[sans]	[urw-grotesk-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-bold]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-bold]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript

% narrow width family definition
\starttypescript	[fiee]	[urw-narrow]
	\definetypeface	[urw-narrow]	[rm]	[serif]	[urw-antiqua-narrow]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-narrow]	[ss]	[sans]	[urw-grotesk-narrow]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-narrow]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-narrow]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript

% narrow width bold family definition
\starttypescript	[fiee]	[urw-narrow-bold]
	\definetypeface	[urw-narrow-bold]	[rm]	[serif]	[urw-antiqua-narrow-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-narrow-bold]	[ss]	[sans]	[urw-grotesk-narrow-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-narrow-bold]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-narrow-bold]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript

% extranarrow width family definition
\starttypescript	[fiee]	[urw-extranarrow]
	\definetypeface	[urw-extranarrow]	[rm]	[serif]	[urw-antiqua-extranarrow]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extranarrow]	[ss]	[sans]	[urw-grotesk-extranarrow]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extranarrow]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extranarrow]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript

% extranarrow width bold family definition
\starttypescript	[fiee]	[urw-extranarrow-bold]
	\definetypeface	[urw-extranarrow-bold]	[rm]	[serif]	[urw-antiqua-extranarrow-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extranarrow-bold]	[ss]	[sans]	[urw-grotesk-extranarrow-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extranarrow-bold]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extranarrow-bold]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript

% wide width family definition
\starttypescript	[fiee]	[urw-wide]
	\definetypeface	[urw-wide]	[rm]	[serif]	[urw-antiqua-wide]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-wide]	[ss]	[sans]	[urw-grotesk-wide]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-wide]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-wide]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript

% wide width bold family definition
\starttypescript	[fiee]	[urw-wide-bold]
	\definetypeface	[urw-wide-bold]	[rm]	[serif]	[urw-antiqua-wide-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-wide-bold]	[ss]	[sans]	[urw-grotesk-wide-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-wide-bold]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-wide-bold]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript

% extrawide width family definition
\starttypescript	[fiee]	[urw-extrawide]
	\definetypeface	[urw-extrawide]	[rm]	[serif]	[urw-antiqua-extrawide]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extrawide]	[ss]	[sans]	[urw-grotesk-extrawide]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extrawide]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extrawide]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript

% extrawide width bold family definition
\starttypescript	[fiee]	[urw-extrawide-bold]
	\definetypeface	[urw-extrawide-bold]	[rm]	[serif]	[urw-antiqua-extrawide-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extrawide-bold]	[ss]	[sans]	[urw-grotesk-extrawide-bold]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extrawide-bold]	[tt]	[mono]	[default]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-extrawide-bold]	[mm]	[math]	[default]	[default]	[encoding=\defaultencoding]
\stoptypescript


[-- Attachment #1.2.3: Type: text/html, Size: 123 bytes --]

[-- Attachment #1.2.4: type-urw-garamond.tex --]
[-- Type: application/octet-stream, Size: 16623 bytes --]

%
% Typescript for serif family urw garamond
% written by install-font.pl (copyleft Henning Hraban Ramm)
% adapted 2003-08-16
%
% Write in your TeX file something like:
% \usetypescriptfile	[type-urw-garamond]
% \usetypescript	[fiee][urw-garamond]
% \setupbodyfont	[urw-garamond, rm, 12pt]


% load mapfile
\starttypescript	[map]	[\defaultencoding]
	\loadmapfile	[\defaultencoding-urw-garamond.map]
	\loadmapfile	[\defaultencoding-urw-garamond2.map]
\stoptypescript

% serif urw garamond
\starttypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[URWGaramondT-Regu]	[\defaultencoding-g003013t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-Medi]	[\defaultencoding-g003014t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-Demi]	[\defaultencoding-g003015t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-Bold]	[\defaultencoding-g003016t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBold]	[\defaultencoding-g003017t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ReguObli]	[\defaultencoding-g003233t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-MediObli]	[\defaultencoding-g003234t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-DemiObli]	[\defaultencoding-g003235t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-BoldObli]	[\defaultencoding-g003236t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBoldObli]	[\defaultencoding-g003237t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ReguNarr]	[\defaultencoding-g003253t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-MediNarr]	[\defaultencoding-g003254t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-DemiNarr]	[\defaultencoding-g003255t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-BoldNarr]	[\defaultencoding-g003256t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBoldNarr]	[\defaultencoding-g003257t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ReguNarrObli]	[\defaultencoding-g003273t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-MediNarrObli]	[\defaultencoding-g003274t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-DemiNarrObli]	[\defaultencoding-g003275t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-BoldNarrObli]	[\defaultencoding-g003276t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBoldNarrObli]	[\defaultencoding-g003277t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ReguWide]	[\defaultencoding-g003293t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-MediWide]	[\defaultencoding-g003294t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-DemiWide]	[\defaultencoding-g003295t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-BoldWide]	[\defaultencoding-g003296t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBoldWide]	[\defaultencoding-g003297t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ReguWideObli]	[\defaultencoding-g003313t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-MediWideObli]	[\defaultencoding-g003314t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-DemiWideObli]	[\defaultencoding-g003315t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-BoldWideObli]	[\defaultencoding-g003316t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBoldWideObli]	[\defaultencoding-g003317t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ReguExtrNarr]	[\defaultencoding-g003323t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-MediExtrNarr]	[\defaultencoding-g003324t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-DemiExtrNarr]	[\defaultencoding-g003325t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-BoldExtrNarr]	[\defaultencoding-g003326t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBoldExtrNarr]	[\defaultencoding-g003327t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ReguExtrNarrObli]	[\defaultencoding-g003333t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-MediExtrNarrObli]	[\defaultencoding-g003334t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-DemiExtrNarrObli]	[\defaultencoding-g003335t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-BoldExtrNarrObli]	[\defaultencoding-g003336t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBoldExtrNarrObli]	[\defaultencoding-g003337t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ReguExtrWide]	[\defaultencoding-g003363t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-MediExtrWide]	[\defaultencoding-g003364t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-DemiExtrWide]	[\defaultencoding-g003365t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-BoldExtrWide]	[\defaultencoding-g003366t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBoldExtrWide]	[\defaultencoding-g003367t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ReguExtrWideObli]	[\defaultencoding-g003373t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-MediExtrWideObli]	[\defaultencoding-g003374t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-DemiExtrWideObli]	[\defaultencoding-g003375t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-BoldExtrWideObli]	[\defaultencoding-g003376t]	[encoding=\defaultencoding]
	\definefontsynonym	[URWGaramondT-ExtrBoldExtrWideObli]	[\defaultencoding-g003377t]	[encoding=\defaultencoding]
	\definefontsynonym	[GaramondNo2DCD-Regu]	[\defaultencoding-g021e03d]	[encoding=\defaultencoding]
	\definefontsynonym	[GaramondNo2DCD-Medi]	[\defaultencoding-g021e04d]	[encoding=\defaultencoding]
	\definefontsynonym	[GaramondNo2SCT-Regu]	[\defaultencoding-g021803t]	[encoding=\defaultencoding]
	\definefontsynonym	[GaramondNo2SCT-Medi]	[\defaultencoding-g021804t]	[encoding=\defaultencoding]
\stoptypescript

%%% normal width

% serif garamond
\starttypescript	[serif]	[garamond]	[name]
% DCD = lower Caps
%	\definefontsynonym	[SerifCaps]		[GaramondNo2DCD-Regu]
%	\definefontsynonym	[SerifBoldCaps]	[GaramondNo2DCD-Medi]
	\definefontsynonym	[SerifCaps]		[GaramondNo2SCT-Regu]
	\definefontsynonym	[OldStyle]		[GaramondNo2SCT-Regu]
	\definefontsynonym	[SerifBoldCaps]	[GaramondNo2SCT-Medi]

	\definefontsynonym	[Serif]			[URWGaramondT-Regu]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-ReguObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-Demi]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-DemiObli]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
\stoptypescript

% serif garamond medium
\starttypescript	[serif]	[garamond-medi]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifCaps]		[GaramondNo2SCT-Regu]
	\definefontsynonym	[OldStyle]		[GaramondNo2SCT-Regu]
	\definefontsynonym	[SerifBoldCaps]	[GaramondNo2SCT-Medi]

	\definefontsynonym	[Serif]			[URWGaramondT-Medi]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-MediObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-Bold]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-BoldObli]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
\stoptypescript

% serif garamond bold
\starttypescript	[serif]	[garamond-bold]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifCaps]	[GaramondNo2SCT-Medi]

	\definefontsynonym	[Serif]			[URWGaramondT-Demi]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-DemiObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-ExtrBold]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-ExtrBoldObli]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
\stoptypescript

%%% narrow width

% serif garamond narrow
\starttypescript	[serif]	[garamond-nar]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-ReguNarr]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-ReguNarrObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-DemiNarr]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-DemiNarrObli]
\stoptypescript

% serif garamond narrow medium
\starttypescript	[serif]	[garamond-nar-medi]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-MediNarr]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-MediNarrObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-BoldNarr]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-BoldNarrObli]
\stoptypescript

% serif garamond narrow bold
\starttypescript	[serif]	[garamond-nar-bold]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-DemiNarr]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-DemiNarrObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-ExtrBoldNarr]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-ExtrBoldNarrObli]
\stoptypescript

%%% extra narrow width

% serif garamond extra narrow
\starttypescript	[serif]	[garamond-ena]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-ReguExtrNarr]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-ReguExtrNarrObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-DemiExtrNarr]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-DemiExtrNarrObli]
\stoptypescript

% serif garamond extra narrow medium
\starttypescript	[serif]	[garamond-ena-medi]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-MediExtrNarr]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-MediExtrNarrObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-BoldExtrNarr]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-BoldExtrNarrObli]
\stoptypescript

% serif garamond extra narrow bold
\starttypescript	[serif]	[garamond-ena-bold]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-DemiExtrNarr]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-DemiExtrNarrObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-ExtrBoldExtrNarr]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-ExtrBoldExtrNarrObli]
\stoptypescript

%%% wide width

% serif garamond wide
\starttypescript	[serif]	[garamond-wid]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-ReguWide]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-ReguWideObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-DemiWide]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-DemiWideObli]
\stoptypescript

% serif garamond wide medium
\starttypescript	[serif]	[garamond-wid-medi]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-MediWide]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-MediWideObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-BoldWide]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-BoldWideObli]
\stoptypescript

% serif garamond wide bold
\starttypescript	[serif]	[garamond-wid-bold]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-DemiWide]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-DemiWideObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-ExtrBoldWide]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-ExtrBoldWideObli]
\stoptypescript

%%% extra wide width

% serif garamond extra wide
\starttypescript	[serif]	[garamond-ewi]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-ReguExtrWide]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-ReguExtrWideObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-DemiExtrWide]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-DemiExtrWideObli]
\stoptypescript

% serif garamond extra wide medium
\starttypescript	[serif]	[garamond-ewi-medi]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[Serif]			[URWGaramondT-MediExtrWide]
	\definefontsynonym	[SerifSlanted]		[URWGaramondT-MediExtrWideObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-BoldExtrWide]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-BoldExtrWideObli]
\stoptypescript

% serif garamond extra wide bold
\starttypescript	[serif]	[garamond-ewi-bold]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	\definefontsynonym	[SerifBold]		[URWGaramondT-DemiExtrWide]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-DemiExtrWideObli]
	\definefontsynonym	[SerifBold]		[URWGaramondT-ExtrBoldExtrWide]
	\definefontsynonym	[SerifBoldSlanted]	[URWGaramondT-ExtrBoldExtrWideObli]
\stoptypescript

%%%

% serif garamond2 (all small caps)
\starttypescript	[serif]	[garamond2]	[name]
\usetypescript	[serif]	[garamond]	[\defaultencoding]
	\definefontsynonym	[SerifItalic]		[SerifSlanted]
	\definefontsynonym	[SerifBoldItalic]	[SerifBoldSlanted]
	% SCT = normal small caps, oldstyle numbers
	\definefontsynonym	[Serif]			[GaramondNo2SCT-Regu]
	\definefontsynonym	[SerifBold]		[GaramondNo2SCT-Medi]
	% DCD = small caps with lowered Caps, normal numbers
	\definefontsynonym	[SerifSlanted]		[GaramondNo2DCD-Regu]
	\definefontsynonym	[SerifBoldSlanted]	[GaramondNo2DCD-Medi]
\stoptypescript

% sample family definition
\starttypescript	[fiee]	[urw-garamond]
	\definetypeface	[urw-garamond2]	[rm]	[serif]	[garamond2]	[default]	[encoding=\defaultencoding]

	\definetypeface	[urw-garamond]	[rm]	[serif]	[garamond]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-medi]	[rm]	[serif]	[garamond-medi]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-bold]	[rm]	[serif]	[garamond-bold]	[default]	[encoding=\defaultencoding]

	\definetypeface	[urw-garamond-ena]	[rm]	[serif]	[garamond-ena]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-ena-medi]	[rm]	[serif]	[garamond-ena-medi]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-ena-bold]	[rm]	[serif]	[garamond-ena-bold]	[default]	[encoding=\defaultencoding]

	\definetypeface	[urw-garamond-nar]	[rm]	[serif]	[garamond-nar]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-nar-medi]	[rm]	[serif]	[garamond-nar-medi]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-nar-bold]	[rm]	[serif]	[garamond-nar-bold]	[default]	[encoding=\defaultencoding]

	\definetypeface	[urw-garamond-ewi]	[rm]	[serif]	[garamond-ewi]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-ewi-medi]	[rm]	[serif]	[garamond-ewi-medi]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-ewi-bold]	[rm]	[serif]	[garamond-ewi-bold]	[default]	[encoding=\defaultencoding]

	\definetypeface	[urw-garamond-wid]	[rm]	[serif]	[garamond-wid]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-wid-medi]	[rm]	[serif]	[garamond-wid-medi]	[default]	[encoding=\defaultencoding]
	\definetypeface	[urw-garamond-wid-bold]	[rm]	[serif]	[garamond-wid-bold]	[default]	[encoding=\defaultencoding]
\stoptypescript


[-- Attachment #1.2.5: Type: text/html, Size: 123 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-12  7:44 urw-garamond with MKIV Peter Münster
  2008-04-13  9:38 ` Taco Hoekwater
@ 2008-04-14  7:13 ` Wolfgang Schuster
  2008-04-14  7:18   ` ConTeXt Document with SVN Info Included Michael Hallgren
  2008-04-20 19:38   ` urw-garamond with MKIV Peter Münster
  1 sibling, 2 replies; 26+ messages in thread
From: Wolfgang Schuster @ 2008-04-14  7:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Apr 12, 2008 at 9:44 AM, Peter Münster <pmlists@free.fr> wrote:
> Hello,
>
> This does no more work with MKIV:
>
> \usemodule[urwgaramond]
> \starttext
> \rm\input knuth
>
> \it\input knuth
>
> \bf\input knuth
>
> \bi\input knuth
> \stoptext
>
> Could anybody help me, to get urw-garamond with MKIV?

Try the following setups.

\starttypescript [serif] [urwgaramond]
  \setups[font:fallback:serif]
  \definefontsynonym [Serif]           [Garamond-Regular]
  \definefontsynonym [SerifBold]       [Garamond-Medium]
  \definefontsynonym [SerifItalic]     [Garamond-Italic]
  \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic]
\stoptypescript

\starttypescript [serif] [urwgaramond]
  \definefontsynonym [Garamond-Regular]      [file:ugmr8a]  [features=default]
  \definefontsynonym [Garamond-Medium]       [file:ugmm8a]  [features=default]
  \definefontsynonym [Garamond-Italic]       [file:ugmri8a] [features=default]
  \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default]
\stoptypescript

\starttypescript [urwgaramond]
  \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default]
\stoptypescript


Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* ConTeXt Document with SVN Info Included
  2008-04-14  7:13 ` Wolfgang Schuster
@ 2008-04-14  7:18   ` Michael Hallgren
  2008-04-14 12:38     ` Peter Münster
  2008-04-14 22:30     ` Stephan Hennig
  2008-04-20 19:38   ` urw-garamond with MKIV Peter Münster
  1 sibling, 2 replies; 26+ messages in thread
From: Michael Hallgren @ 2008-04-14  7:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Good morning,

Do we have, in userland, an already developed metod of including
SVN info in a ConTeXt output file? A la svn-multi in the LaTeX
world...

Cheers,

mh

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: ConTeXt Document with SVN Info Included
  2008-04-14  7:18   ` ConTeXt Document with SVN Info Included Michael Hallgren
@ 2008-04-14 12:38     ` Peter Münster
  2008-04-14 19:42       ` Michael Hallgren
  2008-04-14 22:30     ` Stephan Hennig
  1 sibling, 1 reply; 26+ messages in thread
From: Peter Münster @ 2008-04-14 12:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Apr 14 2008, Michael Hallgren wrote:
> 
> Do we have, in userland, an already developed metod of including
> SVN info in a ConTeXt output file? A la svn-multi in the LaTeX
> world...

This is perhaps something, you are looking for:

http://archive.contextgarden.net/message/20080403.194403.07530330.en.html

(I don't know, if it's "userland", but you don't need to remake the
formats ;)


Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: ConTeXt Document with SVN Info Included
  2008-04-14 12:38     ` Peter Münster
@ 2008-04-14 19:42       ` Michael Hallgren
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Hallgren @ 2008-04-14 19:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Le lundi 14 avril 2008 à 14:38 +0200, Peter Münster a écrit :
> On Mon, Apr 14 2008, Michael Hallgren wrote:
> > 
> > Do we have, in userland, an already developed metod of including
> > SVN info in a ConTeXt output file? A la svn-multi in the LaTeX
> > world...
> 
> This is perhaps something, you are looking for:
> 
> http://archive.contextgarden.net/message/20080403.194403.07530330.en.html
> 
> (I don't know, if it's "userland", but you don't need to remake the
> formats ;)
> 
> 

Many thanks. Looks interesting (also or in particular because of the lua
piece).

Cheers,

mh


> Cheers, Peter
> 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: ConTeXt Document with SVN Info Included
  2008-04-14  7:18   ` ConTeXt Document with SVN Info Included Michael Hallgren
  2008-04-14 12:38     ` Peter Münster
@ 2008-04-14 22:30     ` Stephan Hennig
  1 sibling, 0 replies; 26+ messages in thread
From: Stephan Hennig @ 2008-04-14 22:30 UTC (permalink / raw)
  To: ntg-context

Michael Hallgren schrieb:

> Do we have, in userland, an already developed metod of including
> SVN info in a ConTeXt output file? A la svn-multi in the LaTeX
> world...

I have not tested it with ConTeXt, but what about the vc bundle
available at CTAN:support/vc?  Feedback is welcome!

Best regards,
Stephan Hennig

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-14  7:13 ` Wolfgang Schuster
  2008-04-14  7:18   ` ConTeXt Document with SVN Info Included Michael Hallgren
@ 2008-04-20 19:38   ` Peter Münster
  2008-04-21  6:25     ` Wolfgang Schuster
  1 sibling, 1 reply; 26+ messages in thread
From: Peter Münster @ 2008-04-20 19:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Apr 14 2008, Wolfgang Schuster wrote:

> Try the following setups.
> 
> \starttypescript [serif] [urwgaramond]
>   \setups[font:fallback:serif]
>   \definefontsynonym [Serif]           [Garamond-Regular]
>   \definefontsynonym [SerifBold]       [Garamond-Medium]
>   \definefontsynonym [SerifItalic]     [Garamond-Italic]
>   \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic]
> \stoptypescript
> 
> \starttypescript [serif] [urwgaramond]
>   \definefontsynonym [Garamond-Regular]      [file:ugmr8a]  [features=default]
>   \definefontsynonym [Garamond-Medium]       [file:ugmm8a]  [features=default]
>   \definefontsynonym [Garamond-Italic]       [file:ugmri8a] [features=default]
>   \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default]
> \stoptypescript
> 
> \starttypescript [urwgaramond]
>   \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default]
> \stoptypescript

Hello Wolfgang,

I tried:

% engine=luatex

[ your setup ]

\usetypescript[urwgaramond]
\setupbodyfont[urwgaramond]

\starttext
\rm\input knuth

\it\input knuth

\bf\input knuth

\bi\input knuth
\stoptext

But unfortnuatly only rectangles instead of letters in the pdf...

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-20 19:38   ` urw-garamond with MKIV Peter Münster
@ 2008-04-21  6:25     ` Wolfgang Schuster
  2008-04-21  7:17       ` Hans Hagen
  0 siblings, 1 reply; 26+ messages in thread
From: Wolfgang Schuster @ 2008-04-21  6:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, Apr 20, 2008 at 9:38 PM, Peter Münster <pmlists@free.fr> wrote:
> On Mon, Apr 14 2008, Wolfgang Schuster wrote:
>
> > Try the following setups.
> >
> > \starttypescript [serif] [urwgaramond]
> >   \setups[font:fallback:serif]
> >   \definefontsynonym [Serif]           [Garamond-Regular]
> >   \definefontsynonym [SerifBold]       [Garamond-Medium]
> >   \definefontsynonym [SerifItalic]     [Garamond-Italic]
> >   \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic]
> > \stoptypescript
> >
> > \starttypescript [serif] [urwgaramond]
> >   \definefontsynonym [Garamond-Regular]      [file:ugmr8a]  [features=default]
> >   \definefontsynonym [Garamond-Medium]       [file:ugmm8a]  [features=default]
> >   \definefontsynonym [Garamond-Italic]       [file:ugmri8a] [features=default]
> >   \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default]
> > \stoptypescript
> >
> > \starttypescript [urwgaramond]
> >   \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default]
> > \stoptypescript
>
> Hello Wolfgang,
>
> I tried:
>
> % engine=luatex
>
> [ your setup ]
>
> \usetypescript[urwgaramond]
> \setupbodyfont[urwgaramond]
>
> \starttext
> \rm\input knuth
>
> \it\input knuth
>
> \bf\input knuth
>
> \bi\input knuth
> \stoptext
>
> But unfortnuatly only rectangles instead of letters in the pdf...

Hi Peter,

I tried yesterday to use the type1 of the luximono fonts with MkIV
and got myself weird results in the output.

I'm don't what the correct way to use type1 fonts in MkIV without
map files is but Hans should be able to tell use this.

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21  6:25     ` Wolfgang Schuster
@ 2008-04-21  7:17       ` Hans Hagen
  2008-04-21  7:41         ` Wolfgang Schuster
  0 siblings, 1 reply; 26+ messages in thread
From: Hans Hagen @ 2008-04-21  7:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> On Sun, Apr 20, 2008 at 9:38 PM, Peter Münster <pmlists@free.fr> wrote:
>> On Mon, Apr 14 2008, Wolfgang Schuster wrote:
>>
>>> Try the following setups.
>>>
>>> \starttypescript [serif] [urwgaramond]
>>>   \setups[font:fallback:serif]
>>>   \definefontsynonym [Serif]           [Garamond-Regular]
>>>   \definefontsynonym [SerifBold]       [Garamond-Medium]
>>>   \definefontsynonym [SerifItalic]     [Garamond-Italic]
>>>   \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic]
>>> \stoptypescript
>>>
>>> \starttypescript [serif] [urwgaramond]
>>>   \definefontsynonym [Garamond-Regular]      [file:ugmr8a]  [features=default]
>>>   \definefontsynonym [Garamond-Medium]       [file:ugmm8a]  [features=default]
>>>   \definefontsynonym [Garamond-Italic]       [file:ugmri8a] [features=default]
>>>   \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default]
>>> \stoptypescript
>>>
>>> \starttypescript [urwgaramond]
>>>   \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default]
>>> \stoptypescript
>> Hello Wolfgang,
>>
>> I tried:
>>
>> % engine=luatex
>>
>> [ your setup ]
>>
>> \usetypescript[urwgaramond]
>> \setupbodyfont[urwgaramond]
>>
>> \starttext
>> \rm\input knuth
>>
>> \it\input knuth
>>
>> \bf\input knuth
>>
>> \bi\input knuth
>> \stoptext
>>
>> But unfortnuatly only rectangles instead of letters in the pdf...
> 
> Hi Peter,
> 
> I tried yesterday to use the type1 of the luximono fonts with MkIV
> and got myself weird results in the output.
> 
> I'm don't what the correct way to use type1 fonts in MkIV without
> map files is but Hans should be able to tell use this.

do you have the afm files?

mkiv does not use the tfm, just the afm and pfb

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21  7:17       ` Hans Hagen
@ 2008-04-21  7:41         ` Wolfgang Schuster
  2008-04-21  8:05           ` Hans Hagen
  2008-04-21  8:22           ` Hans Hagen
  0 siblings, 2 replies; 26+ messages in thread
From: Wolfgang Schuster @ 2008-04-21  7:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Apr 21, 2008 at 9:17 AM, Hans Hagen <pragma@wxs.nl> wrote:
>
> Wolfgang Schuster wrote:
> > On Sun, Apr 20, 2008 at 9:38 PM, Peter Münster <pmlists@free.fr> wrote:
> >> On Mon, Apr 14 2008, Wolfgang Schuster wrote:
> >>
> >>> Try the following setups.
> >>>
> >>> \starttypescript [serif] [urwgaramond]
> >>>   \setups[font:fallback:serif]
> >>>   \definefontsynonym [Serif]           [Garamond-Regular]
> >>>   \definefontsynonym [SerifBold]       [Garamond-Medium]
> >>>   \definefontsynonym [SerifItalic]     [Garamond-Italic]
> >>>   \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic]
> >>> \stoptypescript
> >>>
> >>> \starttypescript [serif] [urwgaramond]
> >>>   \definefontsynonym [Garamond-Regular]      [file:ugmr8a]  [features=default]
> >>>   \definefontsynonym [Garamond-Medium]       [file:ugmm8a]  [features=default]
> >>>   \definefontsynonym [Garamond-Italic]       [file:ugmri8a] [features=default]
> >>>   \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default]
> >>> \stoptypescript
> >>>
> >>> \starttypescript [urwgaramond]
> >>>   \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default]
> >>> \stoptypescript
> >> Hello Wolfgang,
> >>
> >> I tried:
> >>
> >> % engine=luatex
> >>
> >> [ your setup ]
> >>
> >> \usetypescript[urwgaramond]
> >> \setupbodyfont[urwgaramond]
> >>
> >> \starttext
> >> \rm\input knuth
> >>
> >> \it\input knuth
> >>
> >> \bf\input knuth
> >>
> >> \bi\input knuth
> >> \stoptext
> >>
> >> But unfortnuatly only rectangles instead of letters in the pdf...
> >
> > Hi Peter,
> >
> > I tried yesterday to use the type1 of the luximono fonts with MkIV
> > and got myself weird results in the output.
> >
> > I'm don't what the correct way to use type1 fonts in MkIV without
> > map files is but Hans should be able to tell use this.
>
> do you have the afm files?
>
> mkiv does not use the tfm, just the afm and pfb

I used myself for the luximono fonts only the afm and pfb files
and put them in my texmf-fonts directory, the chars had been
also shown in the pdf file but the last char in the uppercase,
the lowercase char and from the number had been replaced by
the wrong glyph.

I will send tomorrow my typescripts with the pdf file I get from
my test file.

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21  7:41         ` Wolfgang Schuster
@ 2008-04-21  8:05           ` Hans Hagen
  2008-04-21  8:25             ` Wolfgang Schuster
  2008-04-21  8:22           ` Hans Hagen
  1 sibling, 1 reply; 26+ messages in thread
From: Hans Hagen @ 2008-04-21  8:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:

> I used myself for the luximono fonts only the afm and pfb files
> and put them in my texmf-fonts directory, the chars had been
> also shown in the pdf file but the last char in the uppercase,
> the lowercase char and from the number had been replaced by
> the wrong glyph.

hm, there are no afm files on my system, kind of weird because afm files 
are the sources for tfm and as such they should be shipped

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21  7:41         ` Wolfgang Schuster
  2008-04-21  8:05           ` Hans Hagen
@ 2008-04-21  8:22           ` Hans Hagen
  2008-04-21 11:05             ` Lutz Haseloff
  2008-04-21 19:38             ` Peter Münster
  1 sibling, 2 replies; 26+ messages in thread
From: Hans Hagen @ 2008-04-21  8:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

about garamond

- forget about the files in the tex tree, a mess

- the type 1 tarbal from urw: luatex crashesd on them

- the truetype from urw:

\definefontfeature[complete][liga=yes,kern=yes,compose=yes,tlig=yes,trep=yes]

\starttypescript [serif] [urwgaramond]
   \setups[font:fallback:serif]
   \definefontsynonym [Serif]           [Garamond-Regular]
   \definefontsynonym [SerifBold]       [Garamond-Medium]
   \definefontsynonym [SerifItalic]     [Garamond-Italic]
   \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic]
\stoptypescript

% crashed luatex

\starttypescript [serif] [urwgaramond]
   \definefontsynonym [Garamond-Regular]      [file:g043003t] 
[features=complete]
   \definefontsynonym [Garamond-Medium]       [file:g043004t] 
[features=complete]
   \definefontsynonym [Garamond-Italic]       [file:g043023t] 
[features=complete]
   \definefontsynonym [Garamond-MediumItalic] [file:g043024t] 
[features=complete]
\stoptypescript

% works ok

\starttypescript [serif] [urwgaramond]
   \definefontsynonym [Garamond-Regular]      [file:GaramondNo8-Reg] 
[features=complete]
   \definefontsynonym [Garamond-Medium]       [file:GaramondNo8-Med] 
[features=complete]
   \definefontsynonym [Garamond-Italic]       [file:GaramondNo8-Ita] 
[features=complete]
   \definefontsynonym [Garamond-MediumItalic] [file:GaramondNo8-MedIta] 
[features=complete]
\stoptypescript

\starttypescript [urwgaramond]
   \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default]
\stoptypescript

\usetypescript[urwgaramond]
\setupbodyfont[urwgaramond]



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21  8:05           ` Hans Hagen
@ 2008-04-21  8:25             ` Wolfgang Schuster
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Schuster @ 2008-04-21  8:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Apr 21, 2008 at 10:05 AM, Hans Hagen <pragma@wxs.nl> wrote:
> Wolfgang Schuster wrote:
>
> > I used myself for the luximono fonts only the afm and pfb files
> > and put them in my texmf-fonts directory, the chars had been
> > also shown in the pdf file but the last char in the uppercase,
> > the lowercase char and from the number had been replaced by
> > the wrong glyph.
>
> hm, there are no afm files on my system, kind of weird because afm files
> are the sources for tfm and as such they should be shipped

I used the zip file from ctan, it contains afm files

http://ctan.org/tex-archive/fonts/LuxiMono/

I wrote now a typescript with a few example line.

\starttypescript [mono] [luximono]
  \setups[font:fallback:mono]
  \definefontsynonym [Mono]           [LuxiMono-Regular]
  \definefontsynonym [MonoBold]       [LuxiMono-Bold]
  \definefontsynonym [MonoItalic]     [LuxiMono-Italic]
  \definefontsynonym [MonoBoldItalic] [LuxiMono-BoldItalic]
\stoptypescript

\starttypescript [mono] [luximono]
  \definefontsynonym [LuxiMono-Bold]       [file:ul9b8a]  [features=default]
  \definefontsynonym [LuxiMono-BoldItalic] [file:ul9bo8a] [features=default]
  \definefontsynonym [LuxiMono-Regular]    [file:ul9r8a]  [features=default]
  \definefontsynonym [LuxiMono-Italic]     [file:ul9ro8a] [features=default]
\stoptypescript

\starttypescript [luximono]
  \definetypeface [\typescriptone] [tt] [mono] [luximono] [default]
\stoptypescript

\usetypescript[luximono]
\setupbodyfont[luximono]

\starttext

ABC
%ABCDE

abc

1230

\stoptext

The last char in every row is always replaced by something else
or to be more concrete the last char for the uppercase row is
replaced by a uppercase thorn, the last char for the lowercase
chars with a lowercase thorn and the last char for the digits
depend what other chars I used in my test file.

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21  8:22           ` Hans Hagen
@ 2008-04-21 11:05             ` Lutz Haseloff
  2008-04-21 11:54               ` Hans Hagen
  2008-04-21 19:38             ` Peter Münster
  1 sibling, 1 reply; 26+ messages in thread
From: Lutz Haseloff @ 2008-04-21 11:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Hans, hi all,

is there a way to get the type1 LucidaBright fonts working
in LuaTeX/MKIV? I put the afm and pfb into the tree.
---------------
\usetypescript [lucida] [texnansi]
\switchtotypeface [lucida] [9pt]
---------------
from showfont results in latinmodern.

My try to use
---------------
\font\test=lbr*default\test
\starttext

ABC

abc

123

\stoptext
---------------
loads the afm, shows LucidaBright, but the same strange output in pdf
as described in Wolfgang's mails.

Greetings from Potsdam

Lutz


2008/4/21, Hans Hagen <pragma@wxs.nl>:
> about garamond
>
>  - forget about the files in the tex tree, a mess
>
>  - the type 1 tarbal from urw: luatex crashesd on them
>
>  - the truetype from urw:
>
>  \definefontfeature[complete][liga=yes,kern=yes,compose=yes,tlig=yes,trep=yes]
>
>
>  \starttypescript [serif] [urwgaramond]
>    \setups[font:fallback:serif]
>    \definefontsynonym [Serif]           [Garamond-Regular]
>    \definefontsynonym [SerifBold]       [Garamond-Medium]
>    \definefontsynonym [SerifItalic]     [Garamond-Italic]
>    \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic]
>  \stoptypescript
>
>
> % crashed luatex
>
>  \starttypescript [serif] [urwgaramond]
>    \definefontsynonym [Garamond-Regular]      [file:g043003t]
>  [features=complete]
>    \definefontsynonym [Garamond-Medium]       [file:g043004t]
>  [features=complete]
>    \definefontsynonym [Garamond-Italic]       [file:g043023t]
>  [features=complete]
>    \definefontsynonym [Garamond-MediumItalic] [file:g043024t]
>  [features=complete]
>  \stoptypescript
>
>  % works ok
>
>  \starttypescript [serif] [urwgaramond]
>    \definefontsynonym [Garamond-Regular]      [file:GaramondNo8-Reg]
>  [features=complete]
>    \definefontsynonym [Garamond-Medium]       [file:GaramondNo8-Med]
>  [features=complete]
>    \definefontsynonym [Garamond-Italic]       [file:GaramondNo8-Ita]
>  [features=complete]
>    \definefontsynonym [Garamond-MediumItalic] [file:GaramondNo8-MedIta]
>  [features=complete]
>
> \stoptypescript
>
>  \starttypescript [urwgaramond]
>    \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default]
>  \stoptypescript
>
>
> \usetypescript[urwgaramond]
>  \setupbodyfont[urwgaramond]
>
>
>
>
>  -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                               | www.pragma-pod.nl
>  -----------------------------------------------------------------
>  ___________________________________________________________________________________
>
> If your question is of interest to others as well, please add an entry to the Wiki!
>
>  maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
>  webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
>  archive  : https://foundry.supelec.fr/projects/contextrev/
>  wiki     : http://contextgarden.net
>  ___________________________________________________________________________________
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21 11:05             ` Lutz Haseloff
@ 2008-04-21 11:54               ` Hans Hagen
  2008-04-21 12:06                 ` Lutz Haseloff
  0 siblings, 1 reply; 26+ messages in thread
From: Hans Hagen @ 2008-04-21 11:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Lutz Haseloff wrote:
> Hi Hans, hi all,
> 
> is there a way to get the type1 LucidaBright fonts working
> in LuaTeX/MKIV? I put the afm and pfb into the tree.
> ---------------
> \usetypescript [lucida] [texnansi]
> \switchtotypeface [lucida] [9pt]
> ---------------
> from showfont results in latinmodern.
> 
> My try to use
> ---------------
> \font\test=lbr*default\test
> \starttext
> 
> ABC
> 
> abc
> 
> 123
> 
> \stoptext
> ---------------
> loads the afm, shows LucidaBright, but the same strange output in pdf
> as described in Wolfgang's mails.

do you use the latest luatex?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21 11:54               ` Hans Hagen
@ 2008-04-21 12:06                 ` Lutz Haseloff
  2008-04-21 17:47                   ` Taco Hoekwater
  0 siblings, 1 reply; 26+ messages in thread
From: Lutz Haseloff @ 2008-04-21 12:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2008/4/21, Hans Hagen <pragma@wxs.nl>:
> Lutz Haseloff wrote:
>  > Hi Hans, hi all,
>  >
>  > is there a way to get the type1 LucidaBright fonts working
>  > in LuaTeX/MKIV? I put the afm and pfb into the tree.
>  > ---------------
>  > \usetypescript [lucida] [texnansi]
>  > \switchtotypeface [lucida] [9pt]
>  > ---------------
>  > from showfont results in latinmodern.
>  >
>  > My try to use
>  > ---------------
>  > \font\test=lbr*default\test
>  > \starttext
>  >
>  > ABC
>  >
>  > abc
>  >
>  > 123
>  >
>  > \stoptext
>  > ---------------
>  > loads the afm, shows LucidaBright, but the same strange output in pdf
>  > as described in Wolfgang's mails.
>
>
> do you use the latest luatex?
>

This is LuaTeX, Version snapshot-0.25.3-2008042009

I tried both 0.25.3 from w32tex and from http://foundry.supelec.fr/,
my ConTeXt is ConTeXt  ver: 2008.04.18 14:17 MKIV  fmt: 2008.4.21
int: english/english

It's curious, if i copy and paste the strange text from the pdf into my
editor all glyphs are the right ones.

Greetings Lutz

>  Hans
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21 12:06                 ` Lutz Haseloff
@ 2008-04-21 17:47                   ` Taco Hoekwater
  2008-04-22  6:07                     ` Wolfgang Schuster
  0 siblings, 1 reply; 26+ messages in thread
From: Taco Hoekwater @ 2008-04-21 17:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Lutz Haseloff wrote:
> 2008/4/21, Hans Hagen <pragma@wxs.nl>:
>> Lutz Haseloff wrote:
>>  > Hi Hans, hi all,
>>  >
>>  > is there a way to get the type1 LucidaBright fonts working
>>  > in LuaTeX/MKIV? I put the afm and pfb into the tree.
>>  > ---------------
>>  > \usetypescript [lucida] [texnansi]
>>  > \switchtotypeface [lucida] [9pt]
>>  > ---------------
>>  > from showfont results in latinmodern.
>>  >
>>  > My try to use
>>  > ---------------
>>  > \font\test=lbr*default\test
>>  > \starttext
>>  >
>>  > ABC
>>  >
>>  > abc
>>  >
>>  > 123
>>  >
>>  > \stoptext
>>  > ---------------
>>  > loads the afm, shows LucidaBright, but the same strange output in pdf
>>  > as described in Wolfgang's mails.
>>
>> do you use the latest luatex?
> 
> This is LuaTeX, Version snapshot-0.25.3-2008042009
> 
> I tried both 0.25.3 from w32tex and from http://foundry.supelec.fr/,
> my ConTeXt is ConTeXt  ver: 2008.04.18 14:17 MKIV  fmt: 2008.4.21
> int: english/english
> 
> It's curious, if i copy and paste the strange text from the pdf into my
> editor all glyphs are the right ones.

Let's wait for Wolfgang's files. The fact that copy and paste works
means that the /ToUnicode mappings are good, just the wrong actual glyph
is used.  Put another way: if that did not work, then there would have
been two bugs instead of one.

Best wishes,
Taco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21  8:22           ` Hans Hagen
  2008-04-21 11:05             ` Lutz Haseloff
@ 2008-04-21 19:38             ` Peter Münster
  1 sibling, 0 replies; 26+ messages in thread
From: Peter Münster @ 2008-04-21 19:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Apr 21 2008, Hans Hagen wrote:

> % works ok
> 
> \starttypescript [serif] [urwgaramond]
>    \definefontsynonym [Garamond-Regular]      [file:GaramondNo8-Reg] 
> [features=complete]
>    \definefontsynonym [Garamond-Medium]       [file:GaramondNo8-Med] 
> [features=complete]
>    \definefontsynonym [Garamond-Italic]       [file:GaramondNo8-Ita] 
> [features=complete]
>    \definefontsynonym [Garamond-MediumItalic] [file:GaramondNo8-MedIta] 
> [features=complete]
> \stoptypescript
> 
> \starttypescript [urwgaramond]
>    \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default]
> \stoptypescript
> 
> \usetypescript[urwgaramond]
> \setupbodyfont[urwgaramond]

Hello Hans,

What exactly works ok?
I tried the above lines, but I get the lm-font in the pdf. And when
replacing "Garamond-Regular" with "Serif" and so on, luatex crashes here
too. 2 messages that are perhaps helpful:
report >> load otf: loading: /opt/TeX-live/texmf-local/fonts/truetype/public/urw/GaramondNo8-Ita.ttf
report >> load otf: warning: Glyph 632 is called ".notdef", a singularly inept choice of name (only glyph 0 may be called .notdef)

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-21 17:47                   ` Taco Hoekwater
@ 2008-04-22  6:07                     ` Wolfgang Schuster
  2008-04-22  6:52                       ` Taco Hoekwater
  0 siblings, 1 reply; 26+ messages in thread
From: Wolfgang Schuster @ 2008-04-22  6:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

> > It's curious, if i copy and paste the strange text from the pdf into my
> > editor all glyphs are the right ones.
>
> Let's wait for Wolfgang's files. The fact that copy and paste works
> means that the /ToUnicode mappings are good, just the wrong actual glyph
> is used.  Put another way: if that did not work, then there would have
> been two bugs instead of one.

The same bahviour on my side as Lutz has, copy and paste is possible and
the correct text is shown in my editor from the output the text in the PDF file
is wrong.

The uppercase and lowercase chars and numbers except of the last one of
them in text are correct but umlauts and other chars are wrong.

I put the pdf files from my TeX run online (LuaTeX 0.25.3), sorry no log files.

http://schuster.wolfgang.googlepages.com/files

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-22  6:07                     ` Wolfgang Schuster
@ 2008-04-22  6:52                       ` Taco Hoekwater
  2008-04-22 10:43                         ` Taco Hoekwater
  0 siblings, 1 reply; 26+ messages in thread
From: Taco Hoekwater @ 2008-04-22  6:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> Hi,
> 
> The uppercase and lowercase chars and numbers except of the last one of
> them in text are correct but umlauts and other chars are wrong.
> 
> I put the pdf files from my TeX run online (LuaTeX 0.25.3), sorry no log files.

I was able to reproduce the bug (so halfway there). More later.

Best wishes,
Taco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-22  6:52                       ` Taco Hoekwater
@ 2008-04-22 10:43                         ` Taco Hoekwater
  2008-04-23 10:36                           ` Lutz Haseloff
  0 siblings, 1 reply; 26+ messages in thread
From: Taco Hoekwater @ 2008-04-22 10:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Taco Hoekwater wrote:
> Wolfgang Schuster wrote:
>> Hi,
>>
>> The uppercase and lowercase chars and numbers except of the last one of
>> them in text are correct but umlauts and other chars are wrong.
>>
>> I put the pdf files from my TeX run online (LuaTeX 0.25.3), sorry no log files.
> 
> I was able to reproduce the bug (so halfway there). More later.

I've created a temporary fix and written a bit of an explanation here:

   http://tracker.luatex.org/view.php?id=27

The current repository version now runs the test files reasonably well.

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-22 10:43                         ` Taco Hoekwater
@ 2008-04-23 10:36                           ` Lutz Haseloff
  2008-04-23 12:34                             ` Taco Hoekwater
  0 siblings, 1 reply; 26+ messages in thread
From: Lutz Haseloff @ 2008-04-23 10:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Taco, Hi all,

with the brandnew luatex (build 1186) there is no glyph to be seen in the pdf
but i can copy and paste the invisible text into my texteditor.

the log:

snip
(C:/tex/texmf-context/tex/context/base/spec-fdf.tex
(C:/tex/texmf-context/tex/context/base/spec-fdf.mkiv))
specials       : fdf loaded
)
specials       : fdf loaded
)
report >> afm glyph: assigning private slot 0xF0000 for unknown glyph
name twosuperior
report >> afm glyph: assigning private slot 0xF0001 for unknown glyph
name threesuperior
report >> afm glyph: assigning private slot 0xF0002 for unknown glyph name fl
report >> afm glyph: assigning private slot 0xF0003 for unknown glyph
name nbspace
report >> afm glyph: assigning private slot 0xF0004 for unknown glyph name fi
report >> afm glyph: assigning private slot 0xF0005 for unknown glyph name ffl
report >> afm glyph: assigning private slot 0xF0006 for unknown glyph
name sfthyphen
report >> afm glyph: assigning private slot 0xF0007 for unknown glyph
name onesuperior
report >> afm glyph: assigning private slot 0xF0008 for unknown glyph name ff
report >> afm glyph: assigning private slot 0xF0009 for unknown glyph name ffi
report >> afm glyph: assigning private slot 0xF000A for unknown glyph
name dotlessj
report >> load afm: file size: 0
report >> load afm: saving: in cache (./afmtest.tuo) (./afmtest.tuo)
systems        : begin file afmtest at line 3
(C:/tex/texmf-context/tex/context/sample/tufte.tex)
fonts          : resetting map file list
{C:/tex/texmf-context/fonts/map/pdftex/context/original-empty.map}
fonts          : using map file: original-base
{C:/tex/texmf-context/fonts/map/pdftex/context/original-base.map}
fonts          : using map file: lm-math
{C:/tex/texmf/fonts/map/dvips/lm/lm-math.map}
fonts          : using map file: lm-rm
{C:/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts          : using map file: original-ams-base
{C:/tex/texmf-context/fonts/map/pdftex/context/original-ams-base.map}
fonts          : using map file: original-ams-euler
{C:/tex/texmf-context/fonts/map/pdftex/context/original-ams-euler.map}
fonts          : using map file: original-public-lm
{C:/tex/texmf-context/fonts/map/pdftex/context/original-public-lm.map} [1.1]
systems        : end file afmtest at line 13
 )<C:/tex/texmf-local/fonts/data/bh/LucidaBright/lbr.pfb><C:/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf>
mkiv lua stats : used config path          -
C:/tex/texmf-local/web2c/texmf.cnf;C:/tex/texmf-context/web2c/texmf.cnf;C:/tex/texmf/web2c/texmf.cnf
mkiv lua stats : used cache path           -
C:/tex/texmf-cache/luatex-cache/context/71ddae2d1527093aac63e0e1aa139641
mkiv lua stats : modules/dumps/instances   - 84/20/1
mkiv lua stats : input load time           - 0.031 seconds
mkiv lua stats : fonts load time           - 1.172 seconds
mkiv lua stats : xml load time             - 0.000 seconds,
backreferences: 0, outer filtering time: 0.000
mkiv lua stats : mps conversion time       - 0.000 seconds
mkiv lua stats : node processing time      - 0.000 seconds (including kernel)
mkiv lua stats : kernel processing time    - 0.000 seconds
mkiv lua stats : attribute processing time - 0.000 seconds
mkiv lua stats : language load time        - 0.031 seconds, n=2
mkiv lua stats : graphics processing time  - 0.000 seconds, n=0 (including tex)
mkiv lua stats : metapost processing time  - 0.000 seconds, loading:
0.000 seconds, execution: 0.000 seconds, n: 0
mkiv lua stats : current memory usage      - 50611369 bytes
mkiv lua stats : cleaned up reserved nodes - 16 nodes, 8 lists of 100
mkiv lua stats : node memory usage         - 20 glue_spec, 2 dir
mkiv lua stats : loaded patterns           - en:en:pat:exc:2
mkiv lua stats : loaded fonts              -
file:lmroman10-bolditalic*default:otf
file:lmroman10-italic*default:otf file:lmroman12-bold*default:otf
file:lmroman12-italic*default:otf file:lmroman12-regular*default:otf
file:lmroman7-bold*default:otf file:lmroman7-regular*default:otf
file:lmroman9-bold*default:otf file:lmroman9-italic*default:otf
file:lmroman9-regular*default:otf
file:lmromancaps10-regular*default:otf
file:lmromanslant10-bold*default:otf
file:lmromanslant10-regular*default:otf
file:lmromanslant12-regular*default:otf
file:lmromanslant9-regular*default:otf lbr*default:afm lmex10:tfm
lmmi12:tfm lmmi7:tfm lmmi9:tfm lmsy10:tfm lmsy7:tfm lmsy9:tfm
msam10:tfm msam7:tfm msbm10:tfm msbm7:tfm rm-lmr12:tfm rm-lmr7:tfm
rm-lmr9:tfm
mkiv lua stats : runtime                   - 2.094 seconds, 1
processed pages, 1 shipped pages, 0.478 pages/second

snip


Greetings

Lutz

2008/4/22, Taco Hoekwater <taco@elvenkind.com>:
>
>
>  Taco Hoekwater wrote:
>  > Wolfgang Schuster wrote:
>  >> Hi,
>  >>
>  >> The uppercase and lowercase chars and numbers except of the last one of
>  >> them in text are correct but umlauts and other chars are wrong.
>  >>
>  >> I put the pdf files from my TeX run online (LuaTeX 0.25.3), sorry no log files.
>  >
>  > I was able to reproduce the bug (so halfway there). More later.
>
>
> I've created a temporary fix and written a bit of an explanation here:
>
>    http://tracker.luatex.org/view.php?id=27
>
>  The current repository version now runs the test files reasonably well.
>
>
>  Best wishes,
>  Taco
>  ___________________________________________________________________________________
>  If your question is of interest to others as well, please add an entry to the Wiki!
>
>  maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
>  webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
>  archive  : https://foundry.supelec.fr/projects/contextrev/
>  wiki     : http://contextgarden.net
>  ___________________________________________________________________________________
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: urw-garamond with MKIV
  2008-04-23 10:36                           ` Lutz Haseloff
@ 2008-04-23 12:34                             ` Taco Hoekwater
  0 siblings, 0 replies; 26+ messages in thread
From: Taco Hoekwater @ 2008-04-23 12:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Lutz Haseloff wrote:
> Hi Taco, Hi all,
> 
> with the brandnew luatex (build 1186) there is no glyph to be seen in the pdf
> but i can copy and paste the invisible text into my texteditor.

Should be fixed in #1187.

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2008-04-23 12:34 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-12  7:44 urw-garamond with MKIV Peter Münster
2008-04-13  9:38 ` Taco Hoekwater
2008-04-13 11:37   ` Peter Münster
2008-04-13 18:53     ` Henning Hraban Ramm
2008-04-14  7:13 ` Wolfgang Schuster
2008-04-14  7:18   ` ConTeXt Document with SVN Info Included Michael Hallgren
2008-04-14 12:38     ` Peter Münster
2008-04-14 19:42       ` Michael Hallgren
2008-04-14 22:30     ` Stephan Hennig
2008-04-20 19:38   ` urw-garamond with MKIV Peter Münster
2008-04-21  6:25     ` Wolfgang Schuster
2008-04-21  7:17       ` Hans Hagen
2008-04-21  7:41         ` Wolfgang Schuster
2008-04-21  8:05           ` Hans Hagen
2008-04-21  8:25             ` Wolfgang Schuster
2008-04-21  8:22           ` Hans Hagen
2008-04-21 11:05             ` Lutz Haseloff
2008-04-21 11:54               ` Hans Hagen
2008-04-21 12:06                 ` Lutz Haseloff
2008-04-21 17:47                   ` Taco Hoekwater
2008-04-22  6:07                     ` Wolfgang Schuster
2008-04-22  6:52                       ` Taco Hoekwater
2008-04-22 10:43                         ` Taco Hoekwater
2008-04-23 10:36                           ` Lutz Haseloff
2008-04-23 12:34                             ` Taco Hoekwater
2008-04-21 19:38             ` Peter Münster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).