Re: [NTG-context] Lucida again on mac osx

2008-09-15 Thread Taco Hoekwater
Hi Eric, Eric DÉTREZ wrote: I sent this message last week. I am pushing this message up for you just so someone else can have a look at it. But there is one thing I can say for sure: texfont does not create a typescript for you (it predates typescripts) so you (or someone) have to create that

Re: [NTG-context] Lucida again on mac osx

2008-09-15 Thread Wolfgang Schuster
On Mon, Sep 15, 2008 at 10:23 AM, Taco Hoekwater [EMAIL PROTECTED] wrote: Hi Eric, Eric DÉTREZ wrote: I sent this message last week. I am pushing this message up for you just so someone else can have a look at it. But there is one thing I can say for sure: texfont does not create a

[NTG-context] Lucida again on mac osx

2008-09-12 Thread Eric DÉTREZ
I sent this message last week. * Hello I know that I disturb a lot this list, please forgive me. I tried to install a new mac. I donwloaded mactex (2008) I installed lucida fons in ~/Library/texmf/ then I typed sudo mktexlsr

Re: [NTG-context] Lucida again

2008-09-08 Thread Hans Hagen
Yue Wang wrote: I already mailed the tfms to the mailing list month ago~ but I dont know how to upload it to the garden:( pls tell me how. (In fact, the tfms works in both MKIV and MKII, however, I think in MKIV we can use the afms and pfbs shipped by TUG directly. Maybe Hans can modify

Re: [NTG-context] Lucida again

2008-09-08 Thread Yue Wang
Hi Hans: mkiv automatically uses the afm files (only uses tfm for fonts that have no afm or are seen as kind of special) Well, I aware.. but my question is: can we use the definition in type-buy.tex directly without any manual verbose typescript definition if we use afms instead of tfms?

Re: [NTG-context] Lucida again

2008-09-07 Thread Yue Wang
You should use \usetypescriptfile[type-buy] first~ texfont won't do everything for you, it will not process math fonts. but you can use my tfms again for lucida:) On Sat, Sep 6, 2008 at 3:35 PM, Eric DÉTREZ [EMAIL PROTECTED] wrote: Hello I know that I disturb a lot this list, please forgive

Re: [NTG-context] Lucida again

2008-09-07 Thread Mojca Miklavec
On Mon, Sep 8, 2008 at 3:22 AM, Yue Wang [EMAIL PROTECTED] wrote: You should use \usetypescriptfile[type-buy] first~ texfont won't do everything for you, it will not process math fonts. but you can use my tfms again for lucida:) Maybe we could create a module on the garden with lucida tfms

[NTG-context] Lucida again

2008-09-07 Thread Eric DÉTREZ
Hello I know that I disturb a lot this list, please forgive me. I tried to install a new mac. I donwloaded mactex (2008) I installed lucida fons in ~/Library/texmf/ then I typed sudo mktexlsr and sudo updmap-sys --enable Map lucida.map in terminal All is fine with plain TeX, I can use my

Re: [NTG-context] Lucida again

2008-09-07 Thread Yue Wang
I already mailed the tfms to the mailing list month ago~ but I dont know how to upload it to the garden:( pls tell me how. (In fact, the tfms works in both MKIV and MKII, however, I think in MKIV we can use the afms and pfbs shipped by TUG directly. Maybe Hans can modify the type-buy.tex so that

[NTG-context] Lucida again

2003-08-02 Thread David Arnold
Hello, I am using the latest version of Miktex. This compiles just fine using pdflatex. \documentclass{article} \usepackage{lucidabr} \begin{document} Now is the time. \begin{equation} \label{eq:1} f(x)=x^2-2x-3. \end{equation} \end{document} But I don't understand how to use my Lucida

Re: [NTG-context] Lucida again

2003-08-02 Thread Bill McClain
On Sat, 02 Aug 2003 12:10:10 -0700 David Arnold [EMAIL PROTECTED] wrote: \usetypescript[lbr] \setupbodyfont[lbr] I can't test it because I don't have Lucida, but what happens if you add this before the statements above: \usetypescript[berry][ec] -Bill -- Sattre Press

Re: [NTG-context] Lucida again

2003-08-02 Thread David Arnold
Bill, This: \setupoutput[pdf] \usetypescript[berry][ec] \usetypescript[lbr] \setupbodyfont[lbr] \starttext Hello. \stoptext Leads to this: ) (F:\miktex\tex\context\base\type-spe.tex) (F:\miktex\tex\context\base\type-exa.tex))makemf --verbose ec-lbr cannot find ec-lbr source file. hbf2gf

Re: [NTG-context] Lucida again

2003-08-02 Thread Sebastian Rooks
David Arnold wrote: Hi David, With MikTeXt you have to install the font. The easiest way is to use texfont. Have a look at the My Way Texfont Examined by Adam Lindsay at the ConTeXt Portal http://www.pragma-ade.com:8080/context/MyWays It's for texlive on linux but you should be able understand