I am still playing with typescripts... In this example I get sans serif and mono but for the roman libertine I get the lm mono. What is wrong? Herbert name type emb sub uni object ID ------------------------------------ ----------------- --- --- --- --------- QNOYJG+LMMonoProp10-Regular Type 1 yes yes no 18 0 IGFPZR+LinBiolinumO CID Type 0C yes yes yes 19 0 JNFQZG+BeraSansMono-Roman CID Type 0C yes yes yes 20 0 \setuppagenumbering[location={}] \starttypescriptcollection[mylibertine] \starttypescript[serif][libertine][name] \definefontsynonym [Serif] [name:linlibertineo] [features=default] \definefontsynonym [SerifItalic] [name:linlibertineoi] [features=default] \definefontsynonym [SerifBold] [name:linlibertineob] [features=default] \definefontsynonym [SerifBoldItalic] [name:linlibertineobi][features=default] \definefontsynonym [SerifSlanted] [name:linlibertineoi] [features=default] \definefontsynonym [SerifSlantedBold][name:linlibertineobi][features=default] % \definefontsynonym [SerifCaps] [name:linlibertineoc] [features=SmallCaps] \stoptypescript \starttypescript[sans][biolinum][name] \definefontsynonym [Sans] [name:linbiolinumo] [features=default] \definefontsynonym [SansItalic] [name:linbiolinumoi] [features=default] \definefontsynonym [SansBold] [name:linbiolinumob] [features=default] \definefontsynonym [SansSlanted] [name:linbiolinumosl] [features=default] \stoptypescript \starttypescript[mono][bera][name] \definefontsynonym [Mono] [file:fvmr8a.afm] \stoptypescript \starttypescript[mylibertine] \definetypeface[mylibertine][rm][serif][libertine][default] \definetypeface[mylibertine][ss][sans] [biolinum] [default] \definetypeface[mylibertine][tt][mono] [bera] [default][rscale=0.85] \definetypeface[mylibertine][mm][math] [modern] [default] \stoptypescript \stoptypescriptcollection \starttext \setupbodyfont[mylibertine,12pt,rm] foo bar baz \ss foo bar baz \tt foo bar baz %\showbodyfont \stoptext
Am 12.11.2010 15:32, schrieb Herbert Voss:
I am still playing with typescripts... In this example I get sans serif and mono but for the roman libertine I get the lm mono. What is wrong?
ok. I got it ... When I change edit a typescript, do I have to run one of the configuration scripts or is read every time when I run a document? Herbert
On 12-11-2010 5:29, Herbert Voss wrote:
Am 12.11.2010 15:32, schrieb Herbert Voss:
I am still playing with typescripts... In this example I get sans serif and mono but for the roman libertine I get the lm mono. What is wrong?
ok. I got it ... When I change edit a typescript, do I have to run one of the configuration scripts or is read every time when I run a document?
typescript are loaded at runtime Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 12-11-2010 3:32, Herbert Voss wrote:
I am still playing with typescripts... In this example I get sans serif and mono but for the roman libertine I get the lm mono. What is wrong?
i see define fonts > forced type afm of fvmr8a not found so what is the real name of that font? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 12.11.2010 17:57, schrieb Hans Hagen:
On 12-11-2010 3:32, Herbert Voss wrote:
I am still playing with typescripts... In this example I get sans serif and mono but for the roman libertine I get the lm mono. What is wrong?
i see
define fonts > forced type afm of fvmr8a not found
so what is the real name of that font?
rawname="BeraSansMono-Roman", But that was not my problem. The libertine regular wasn't found Herbert
On 12-11-2010 6:41, Herbert Voss wrote:
Am 12.11.2010 17:57, schrieb Hans Hagen:
On 12-11-2010 3:32, Herbert Voss wrote:
I am still playing with typescripts... In this example I get sans serif and mono but for the roman libertine I get the lm mono. What is wrong?
i see
define fonts> forced type afm of fvmr8a not found
so what is the real name of that font?
rawname="BeraSansMono-Roman",
But that was not my problem. The libertine regular wasn't found
works ok here, the included font is: c:/data/develop/tex-context/tex/texmf-fonts/fonts/data/libertine/LinBiolinum_Re-0.6.4.otf ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Herbert Voss