Re: [NTG-context] Lucida (from a newbie) question
Le 3 août 08 à 10:42, Eric DÉTREZ a écrit : > > Le 3 août 08 à 08:38, Yue Wang a écrit : > >> The attachment is all the file you need except the pfbs. >> extract it to texmf-fonts directory, and mkdir texmf-fonts/fonts/ >> type1 >> copy all the pfb type1 files there, >> and run texhash. > > done > When I try to use >> \usetypescriptfile[type-buy] >> \usetypescript[lucida][texnansi] >> \setupbodyfont[lucida,12pt] >> > > Compilation says " ! I can't find file `texnansi-raw-lbf' " > It's better than before : it didn't do anything :-) It seems that the problem comes from some files in texmf/fonts/tfm/bh/ lucida whose names ares raw-l***.tfm. I tried to install as Yue Wang says in a new account and everything worked fine (I install new files in a texmf folder wich is in the home folder). Thanks for you help. ___ 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 ___
Re: [NTG-context] Lucida (from a newbie) question
Hi: > > Compilation says " ! I can't find file `texnansi-raw-lbf' " > It's better than before : it didn't do anything :-) > Update the ConTeXt distribution to the latest version. It should be work. If you don't know your distribution well, Ask mojca for help. She is the minimals distribution developer as well as a professional Mac OS X user:) (Or here is a dirty hint: maybe you can rename all the texnansi-* tfms to texnansi-raw-*) Yue Wang ___ 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 ___
Re: [NTG-context] Lucida (from a newbie) question
Hi: > How did you install ConTeXt? Is it included in texshop? Could you try > with texfont? > TeXShop is just an editor like TeXWorks. It has nothing to do with ConTeXt and friends. Yue Wang ___ 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 ___
Re: [NTG-context] Lucida (from a newbie) question
Hi: In this situation, texfont is not enough:) because texfont can not handle math fonts. Yue Wang On Sun, Aug 3, 2008 at 5:06 PM, Renaud Aubin <[EMAIL PROTECTED]> wrote: > >> Compilation says " ! I can't find file `texnansi-raw-lbf' " >> It's better than before : it didn't do anything :-) >> > Hi Eric, > > It may help us if you give us more details: > - the texfont command used, > - did your pfb files are in a single directory or not ? ... > - ... > > A good test is: > \startMPenvironment[global] % use lucida for metapost too > \usetypescript[lucida][texnansi] > \usetypescript[lucidabfm][texnansi] % for bold math > \usetypescript[lucidaboldmath][texnansi] % for bold math > \setupbodyfont[lucida,10pt] > \definebodyfont[17.3pt,14.4pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt,4pt][rm][bc=SerifBoldCaps > sa 1, > bca=SerifBoldCaps sa a, > bcb=SerifBoldCaps sa b, > bcc=SerifBoldCaps sa c, > bcd=SerifBoldCaps sa d, > bcx=SerifBoldCaps sa x, > bcxx=SerifBoldCaps sa xx] % dunno if required from now > \stopMPenvironment > > > \starttext > \input knuth > > \setupbodyfont[lucida,10pt,cg] > \input knuth > > \setupbodyfont[lucida,10pt,hw] > \input knuth > > \setupbodyfont[lucida,10pt,sans] > \input knuth > > \setupbodyfont[lucida,10pt,mono] > \input knuth > \stoptext > > as provided by http://wiki.contextgarden.net/Lucida > > > Best regards, > > Renaud > ___ > 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 ___
Re: [NTG-context] Lucida (from a newbie) question
Eric DÉTREZ a écrit : > > I don't use texfont > I compile files from texshop Ok, I have no knowledge at all regarding texshop, sorry... > >> - did your pfb files are in a single directory or not ? ... > yes they are with names lbc.pfb and so on This one was only relevant using texfont... > > I had to had the line << \usetypescriptfile[type-buy] >> to the test Ok (as you may already know), you can modify (your TeX root)/tex/texmf-context/tex/context/user/cont-sys.tex to add \usetypescriptfile[type-buy] permanently >> A good test is: >> \startMPenvironment[global] % use lucida for metapost too > [couic] >> \setupbodyfont[lucida,10pt,mono] >> \input knuth >> \stoptext > > and it gives the same error << I can't find file `texnansi-raw-lbr > How did you install ConTeXt? Is it included in texshop? Could you try with texfont? Renaud ___ 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 ___
Re: [NTG-context] Lucida (from a newbie) question
Le 3 août 08 à 11:06, Renaud Aubin a écrit : > >> Compilation says " ! I can't find file `texnansi-raw-lbf' " >> It's better than before : it didn't do anything :-) >> > Hi Eric, > > It may help us if you give us more details: > - the texfont command used, I don't use texfont I compile files from texshop > - did your pfb files are in a single directory or not ? ... yes they are with names lbc.pfb and so on I had to had the line << \usetypescriptfile[type-buy] >> to the test > A good test is: > \startMPenvironment[global] % use lucida for metapost too [couic] > \setupbodyfont[lucida,10pt,mono] > \input knuth > \stoptext and it gives the same error << I can't find file `texnansi-raw-lbr >> ___ 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 ___
Re: [NTG-context] Lucida (from a newbie) question
> Compilation says " ! I can't find file `texnansi-raw-lbf' " > It's better than before : it didn't do anything :-) > Hi Eric, It may help us if you give us more details: - the texfont command used, - did your pfb files are in a single directory or not ? ... - ... A good test is: \startMPenvironment[global] % use lucida for metapost too \usetypescript[lucida][texnansi] \usetypescript[lucidabfm][texnansi] % for bold math \usetypescript[lucidaboldmath][texnansi] % for bold math \setupbodyfont[lucida,10pt] \definebodyfont[17.3pt,14.4pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt,4pt][rm][bc=SerifBoldCaps sa 1, bca=SerifBoldCaps sa a, bcb=SerifBoldCaps sa b, bcc=SerifBoldCaps sa c, bcd=SerifBoldCaps sa d, bcx=SerifBoldCaps sa x, bcxx=SerifBoldCaps sa xx] % dunno if required from now \stopMPenvironment \starttext \input knuth \setupbodyfont[lucida,10pt,cg] \input knuth \setupbodyfont[lucida,10pt,hw] \input knuth \setupbodyfont[lucida,10pt,sans] \input knuth \setupbodyfont[lucida,10pt,mono] \input knuth \stoptext as provided by http://wiki.contextgarden.net/Lucida Best regards, Renaud ___ 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 ___
Re: [NTG-context] Lucida (from a newbie) question
Yue Wang wrote: > OK, > > I try to mail the zip file containing the tfms and map file to the > mailing list but I got the following: > > Your mail to 'ntg-context' with the subject > Re: [NTG-context] Lucida (from a newbie) question > Is being held until the list moderator can review it for approval. > > So I mail Eric the tfm and map files needed so this problem is solved. I approved the post before I saw this message. Ah well, the files may be useful for other people as 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 ___
Re: [NTG-context] Lucida (from a newbie) question
Le 3 août 08 à 08:38, Yue Wang a écrit : > Hi, Eric: > > You should have all the tfms generated. Yes, they are in the fonts/type1/bh/lucida directory > The attachment is all the file you need except the pfbs. > extract it to texmf-fonts directory, and mkdir texmf-fonts/fonts/type1 > copy all the pfb type1 files there, > and run texhash. done When I try to use > \usetypescriptfile[type-buy] > \usetypescript[lucida][texnansi] > \setupbodyfont[lucida,12pt] > Compilation says " ! I can't find file `texnansi-raw-lbf' " It's better than before : it didn't do anything :-) Tank's for your help. ___ 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 ___
Re: [NTG-context] Lucida (from a newbie) question
OK, I try to mail the zip file containing the tfms and map file to the mailing list but I got the following: Your mail to 'ntg-context' with the subject Re: [NTG-context] Lucida (from a newbie) question Is being held until the list moderator can review it for approval. So I mail Eric the tfm and map files needed so this problem is solved. Yue Wang ___ 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 ___