Re: [NTG-context] symb-uni.tex

2008-09-07 Thread Mojca Miklavec
On Thu, Sep 4, 2008 at 7:45 PM, Alan Stone wrote:
 Ok Hans. So back to the old days...

 What additional instruction(s) are required to satisfy the condition of, for
 example 0x2000: Requires UnicodeRegular20 ?

Most probably you need to create you own font files (tfm, enc, map files, ...)

Here's a gentle introduction of how to deal with font files. Not
exactly all aspects of it apply (some LaTeX specific files can be
omitted, but everything about tfm, enc, map ... files still applies,
and you also need to make sure that otf2tfm conversion works), but ask
if you will [still] have any questions after reading it:
 http://www.ctan.org/tex-archive/info/Type1fonts/fontinstallationguide/

(I have an impression that some appedix of LaTeX companion was freely
available on web, covering the same topic, but I'm probably wrong.)

Mojca

PS: my advice: use LuaTeX or XeTeX and type that character in Unicode

 * using ConTeXt  ver: 2008.08.18 14:00 MKIV  fmt: 2008.8.22  int:
 english/english (on Windows XP)

 On Thu, Sep 4, 2008 at 6:51 PM, Hans Hagen [EMAIL PROTECTED] wrote:

 Alan Stone wrote:
  this system is ...
  a kind of obsolete mechanism now that we have mkiv
 
  Excuse me my ignorance...
 
  What mkiv feature/mechanism replaces the obsolete one ?

 named glyph access but so far i had no time to make dedicated symb files
 for that

 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
___


[NTG-context] sometxt in mkiv

2008-09-07 Thread Thomas A. Schmitz
Hi all,

I was just wondering if this is a bug or if it's something that still  
needs to be implemented: the example on p. 10 of Mojca's sometxt MyWay  
works in mkii, yet in mkiv, it doesn't:

\starttext
\startTeXtexts
\dorecurse{12}{\TeXtext{\recurselevel}{\recurselevel}}
\stopTeXtexts

\startMPcode
numeric r; r = 1.5cm;
draw fullcircle scaled 2r;
for i=1 upto 12:
draw (origin--down) scaled 4pt shifted (0,r) rotated -30i;
label(sometxt(i), up scaled .75r rotated -30i);
endfor;
\stopMPcode
\stoptext

in mkiv, I get no labels and the somewhat cryptic sentence [do we  
need TeXtexts in MkIV] on my pdf. Anybody able to answer this or my  
question?

All best

Thomas
___
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] Lilypond module

2008-09-07 Thread Henning Hraban Ramm
Ok, let's come back to this unsolved mystery - I'm working at another  
songbook...


LilyPond isn't called anymore, neither with MkII nor with MkIV.

The buffer gets written, since I removed \the in \savebuffer, as  
Wolfgang told us at 2008-08-05.

As far as I can track it down, \installprogram doesn't do anything.
I tried it with different commands, so it's not a problem of the  
defined and expanded macro.

write18 is enabled (at least \ifeof18 is true).

Is \installprgram replaced with something different?


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

___
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
___


[NTG-context] ConTeXt and TeXlive 2008

2008-09-07 Thread Marcin Borkowski
Hi all,

I've just downloaded and installed the long-expected TeXlive 2008:).  My
question is: is it's ConTeXt up-to-date?  What about ConTeXt upgrades?
(TeXlive 2008 can upgrade it's packages automatically; does anyone know
how long will it take for new ConTeXt versions to propagate to TeXlive?)
It would be much more convenient not to have two distinct TeX
installations: one for LaTeX and one for ConTeXt...

Thanks in advance

-- 
Marcin Borkowski (http://mbork.faculty.fmcs.amu.edu.pl)

Jesus is alive.
What about you?
___
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] Lilypond module

2008-09-07 Thread Henning Hraban Ramm

Am 2008-09-06 um 21:43 schrieb Henning Hraban Ramm:

 Ok, let's come back to this unsolved mystery - I'm working at  
 another songbook...


 LilyPond isn't called anymore, neither with MkII nor with MkIV.

 The buffer gets written, since I removed \the in \savebuffer, as  
 Wolfgang told us at 2008-08-05.

 As far as I can track it down, \installprogram doesn't do anything.
 I tried it with different commands, so it's not a problem of the  
 defined and expanded macro.

 write18 is enabled (at least \ifeof18 is true).

 Is \installprogram replaced with something different?


Temporary solution: Use always the old executesystemcommand:

Replace the whole \ifeof18 ... \fi block with:

\executesystemcommand{\LP}%
\doif\jobsuffix{pdf}{%
\executesystemcommand{\PDF}%
}%


Don't forget to change the savebuffer line to:

\ifx\directlua\undefined \else \savebuffer[lilypond-\lily!figures]\fi

(i.e. delete \the)


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

___
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
___


[NTG-context] The windows minimal exe installer

2008-09-07 Thread Yue Wang
Hi,

For automatic environment setup, I think there are two values should
be changed for better directory support:

TEXMFCNF --  ...\texmf\web2c (why did it find texmf-local/context on
my machine ?)
TEXMF  --- {...} // add values like texmf-fonts, texmf-project,
texmf-extra, etc. defined in setuptex.bat.

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] The windows minimal exe installer

2008-09-07 Thread Yue Wang
btw, I think Windows users are not command line experts. I think the
minimal installer can add more options.
for example, which distribution to choose (MKIV or XeTeX or pdfTeX),
which fonts to be download (TeXGyre, Kurier, Iwona...) according to
the distribution (in MKIV and XeTeX, download otf, otherwise download
type1 format).
and if the user download MKII version, we should automatically check
ruby, if not present, install it for the user.

On Sun, Sep 7, 2008 at 12:28 PM, Yue Wang [EMAIL PROTECTED] wrote:
 Hi,

 For automatic environment setup, I think there are two values should
 be changed for better directory support:

 TEXMFCNF --  ...\texmf\web2c (why did it find texmf-local/context on
 my machine ?)
 TEXMF  --- {...} // add values like texmf-fonts, texmf-project,
 texmf-extra, etc. defined in setuptex.bat.

 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] sometxt in mkiv

2008-09-07 Thread Aditya Mahajan
Hi Thomas,

On Sat, 6 Sep 2008, Thomas A. Schmitz wrote:

 Hi all,

 I was just wondering if this is a bug or if it's something that still
 needs to be implemented: the example on p. 10 of Mojca's sometxt MyWay
 works in mkii, yet in mkiv, it doesn't:

 \starttext
 \startTeXtexts
 \dorecurse{12}{\TeXtext{\recurselevel}{\recurselevel}}
 \stopTeXtexts

 \startMPcode
 numeric r; r = 1.5cm;
 draw fullcircle scaled 2r;
 for i=1 upto 12:
 draw (origin--down) scaled 4pt shifted (0,r) rotated -30i;
 label(sometxt(i), up scaled .75r rotated -30i);
 endfor;
 \stopMPcode
 \stoptext

 in mkiv, I get no labels and the somewhat cryptic sentence [do we
 need TeXtexts in MkIV] on my pdf. Anybody able to answer this or my
 question?

In MKIV, you can simply use textext for such purposes:

\starttext
\startMPcode
numeric r; r = 1.5cm;
draw fullcircle scaled 2r;
for i=1 upto 12:
draw (origin--down) scaled 4pt shifted (0,r) rotated -30i;
label(textext(decimal i), up scaled .75r rotated -30i);
endfor;
\stopMPcode
\stoptext

Aditya
___
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
___


[NTG-context] sometxt in mkiv

2008-09-07 Thread Thomas A . Schmitz
I think this message mysteriously disappeared yesterday (at least I  
didn;t see it); if you've seen it before, please excuse the double post!

Hi all,

I was just wondering if this is a bug or if it's something that still  
needs to be implemented: the example on p. 10 of Mojca's sometxt MyWay  
works in mkii, yet in mkiv, it doesn't:

\starttext
\startTeXtexts
\dorecurse{12}{\TeXtext{\recurselevel}{\recurselevel}}
\stopTeXtexts

\startMPcode
numeric r; r = 1.5cm;
draw fullcircle scaled 2r;
for i=1 upto 12:
draw (origin--down) scaled 4pt shifted (0,r) rotated -30i;
label(sometxt(i), up scaled .75r rotated -30i);
endfor;
\stopMPcode
\stoptext

in mkiv, I get no labels and the somewhat cryptic sentence [do we  
need TeXtexts in MkIV] on my pdf. Anybody able to answer this or my  
question?

All best

Thomas
___
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] ConTeXt and TeXlive 2008

2008-09-07 Thread George N. White III
On Sat, Sep 6, 2008 at 4:49 PM, Marcin Borkowski
[EMAIL PROTECTED] wrote:

 I've just downloaded and installed the long-expected TeXlive 2008:).  My
 question is: is it's ConTeXt up-to-date?  What about ConTeXt upgrades?
 (TeXlive 2008 can upgrade it's packages automatically; does anyone know
 how long will it take for new ConTeXt versions to propagate to TeXlive?)
 It would be much more convenient not to have two distinct TeX
 installations: one for LaTeX and one for ConTeXt...

 Thanks in advance

Do you need MKIV?  I fear it is too new and changing too
rapidly for TL, even with updates.

I've just been trying to get my ConTeXt stuff working, so while I can't
comment on the plans of ConTeXt's authors, I can tell you what
works for me, namely, MKII but not MKIV   The latter says it can't
find lm fonts.

The version of luatex in TL2008 is:

$ which luatex
/usr/local/texlive/2008/bin/i686-pc-linux-gnu/luatex
$ luatex --version | head -1
This is LuaTeX, Version snapshot-0.25.4-2008081616

From the linux minimals:

$ luatex --version
This is LuaTeX, Version snapshot-0.28.0-2008071500

MKIV from minimal is working for me (Fedora 8 32-bit).
The environment modules system makes it easy to
have multiple TeX systems installed.

The current luatex version (from http://foundry.supelec.fr/projects/luatex)
is 0.29.

-- 
George N. White III [EMAIL PROTECTED]
Head of St. Margarets Bay, Nova Scotia
___
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
___


[NTG-context] minimal update problem

2008-09-07 Thread Zhaopeng Xing
Hi,

I am using context minimal on a linux box. After I created a directory named
texmf-local under $TEXMFROOT and run command:

ctxtools --updatecontext

All downloaded files went to texmf-local and no update to the folder
texmf-context. I do not like this way of updating, because I keep personal
data/file in texmf-local. Can anybody tell me how to avoid such problem?
-- 
Zhaopeng XING

Tinbergen Institute
___
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
___


[NTG-context] Greek letters in math with XeTeX

2008-09-07 Thread Flavien Lambert
Dear all, I try to use Open Type fonts with ConTeXt and XeTeX (I recently
did the same with LaTeX using fontspec and mathspec packages). From the web
site, I managed to use them for standard text as well as roman alphabet in
math. Unfortunately, greek letters stay printed with the Latin Modern font.
From examples of the web site, I tried the following lines but without
success. In a preceding post, there was a similar question but with the
luatex engine.
Thanks for your help !

\definetypeface[myface][rm][Xserif][GFS Didot]
\definetypeface[myface][mm][math][GFS Didot]

\starttext

Normal text.

\startformula
\alpha + \beta = 10
\stopformula

\stoptext

-- 
Flavien.

Quantum objects are completely crazy but, at least, they are all crazy in
the same way. R.P. Feynman.
___
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] sometxt in mkiv

2008-09-07 Thread Mojca Miklavec
On Sat, Sep 6, 2008 at 1:15 PM, Thomas A. Schmitz wrote:
 Hi all,

 I was just wondering if this is a bug or if it's something that still
 needs to be implemented: the example on p. 10 of Mojca's sometxt MyWay
 works in mkii, yet in mkiv, it doesn't:

 \starttext
 \startTeXtexts
 \dorecurse{12}{\TeXtext{\recurselevel}{\recurselevel}}
 \stopTeXtexts

 \startMPcode
 numeric r; r = 1.5cm;
 draw fullcircle scaled 2r;
 for i=1 upto 12:
 draw (origin--down) scaled 4pt shifted (0,r) rotated -30i;
 label(sometxt(i), up scaled .75r rotated -30i);
 endfor;
 \stopMPcode
 \stoptext

 in mkiv, I get no labels and the somewhat cryptic sentence [do we
 need TeXtexts in MkIV] on my pdf. Anybody able to answer this or my
 question?

Honestly, I don't think that we need this exact functionality. In mkiv
textext works perfectly well to achieve the same goal, you don't
really need \sometxt or \TeXtext. The only question is: do we care
about backward compatibility? I can also remove the example from MyWay
or write that it's a bit obscure. It really is an obscure application.

OK, I just neglected the fact that I do use that in the gnuplot module
(which is not mkiv ready for two tiny and obscure reasons that could
be fixed long ago). In case that I won't be drawing the graphs for
thesis in excell, I'll try to fix the module. I don't think that any
other sane person uses \TeXtext. (I don't, and module should be fixed
anyway.)

Mojca
___
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
___


[NTG-context] Greek letters in math with XeTeX

2008-09-07 Thread Flavien Lambert
(Sorry for the preceding message, I forgot the [NTG-context] for filters...)

Dear all, I try to use Open Type fonts with ConTeXt and XeTeX (I recently
did the same with LaTeX using fontspec and mathspec packages). From the web
site, I managed to use them for standard text as well as roman alphabet in
math. Unfortunately, greek letters stay printed with the Latin Modern font.
From examples of the web site, I tried the following lines but without
success. In a preceding post, there was a similar question but with the
luatex engine.
Thanks for your help !

\definetypeface[myface][rm][Xserif][GFS Didot]
\definetypeface[myface][mm][math][GFS Didot]

\starttext

Normal text.

\startformula
\alpha + \beta = 10
\stopformula

\stoptext

-- 
Flavien.

Quantum objects are completely crazy but, at least, they are all crazy in
the same way. R.P. Feynman.
___
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
___


[NTG-context] Euler in mkiv

2008-09-07 Thread Mohamed Bana
Hi,

Ditto.  Are there any instructions for setting this up for the minimals or 
texlive 2008?  

___
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] minimal update problem

2008-09-07 Thread Aditya Mahajan
On Sat, 6 Sep 2008, Zhaopeng Xing wrote:

 Hi,

 I am using context minimal on a linux box. After I created a directory named
 texmf-local under $TEXMFROOT and run command:

 ctxtools --updatecontext

 All downloaded files went to texmf-local and no update to the folder
 texmf-context. I do not like this way of updating, because I keep personal
 data/file in texmf-local. Can anybody tell me how to avoid such problem?

While using minimals, do not update using ctxtools --updatecontext. Rather 
rerun the first-setup.sh script again.

Aditya
___
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] Lilypond module

2008-09-07 Thread Mojca Miklavec
On Sat, Sep 6, 2008 at 9:58 PM, Henning Hraban Ramm wrote:

 Temporary solution:

Can you please update the module on the garden? (All my mails used to
bounce from you, and you have the rights to update the module.) It
then automatically propagates to TeX Live.

Thanks,
Mojca
___
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] sometxt in mkiv

2008-09-07 Thread Aditya Mahajan
On Sun, 7 Sep 2008, Thomas A. Schmitz wrote:

 I think this message mysteriously disappeared yesterday (at least I
 didn;t see it); if you've seen it before, please excuse the double post!

See my reply: http://article.gmane.org/gmane.comp.tex.context/43741

Aditya
___
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] Euler in mkiv

2008-09-07 Thread Aditya Mahajan
On Sun, 7 Sep 2008, Mohamed Bana wrote:

 Hi,

 Ditto.  Are there any instructions for setting this up

The situation for math fonts currently is a bit of a mess. Slowly things 
will become more smooth and a lot of low level code will be converted to 
lua. For present, in order to use euler you must do two things: install 
the fonts, and tell mkiv to use them...

 for the minimals

The minimals do not contain all the fonts needed for Euler. You will need 
to download the following fonts and place them in an appropriate location:

cmb10.pfbcmbx8.pfb cmff10.pfb   cmmi5.pfbcmr12.pfb  cmsl10.pfb 
cmss17.pfbcmssi17.pfb  cmsy6.pfb cmtex9.pfb  cmtt12.pfb
cmbsy10.pfb  cmbx9.pfb cmfi10.pfb   cmmi6.pfbcmr17.pfb  cmsl12.pfb 
cmss8.pfb cmssi8.pfb   cmsy7.pfb cmti10.pfb  cmtt8.pfb
cmbx10.pfb   cmbxsl10.pfb  cmfib8.pfb   cmmi7.pfbcmr5.pfb   cmsl8.pfb 
cmss9.pfb cmssi9.pfb   cmsy8.pfb cmti12.pfb  cmtt9.pfb
cmbx12.pfb   cmbxti10.pfb  cminch.pfb   cmmi8.pfbcmr6.pfb   cmsl9.pfb 
cmssbx10.pfb  cmssq8.pfb   cmsy9.pfb cmti7.pfb   cmu10.pfb
cmbx5.pfbcmcsc10.pfb   cmitt10.pfb  cmmi9.pfbcmr7.pfb 
cmsltt10.pfb  cmssdc10.pfb  cmssqi8.pfb  cmtcsc10.pfb  cmti8.pfb 
cmvtt10.pfb
cmbx6.pfbcmdunh10.pfb  cmmi10.pfb   cmmib10.pfb  cmr8.pfb   cmss10.pfb 
cmssi10.pfb   cmsy10.pfb   cmtex10.pfb   cmti9.pfb
cmbx7.pfbcmex10.pfbcmmi12.pfb   cmr10.pfbcmr9.pfb   cmss12.pfb 
cmssi12.pfb   cmsy5.pfbcmtex8.pfbcmtt10.pfb


 or
 texlive 2008?

texlive 2008 *should* contain these fonts (or you should be able to 
install them by choosing a package for euler).

Then you need to add the following on top of your style file:

\startluacode
 mathematics.families.lcgreek   = mathematics.families.mr
 mathematics.families.ucgreek   = mathematics.families.mr
 mathematics.families.vargreek  = mathematics.families.mr

 mathematics.define(mathematics.slots.traditional)
\stopluacode


Aditya
___
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] ConTeXt and TeXlive 2008

2008-09-07 Thread Mojca Miklavec
On Sat, Sep 6, 2008 at 9:49 PM, Marcin Borkowski
[EMAIL PROTECTED] wrote:
 Hi all,

 I've just downloaded and installed the long-expected TeXlive 2008:).  My
 question is: is it's ConTeXt up-to-date?

No, but you can update it yourself.

 What about ConTeXt upgrades?
 (TeXlive 2008 can upgrade it's packages automatically; does anyone know
 how long will it take for new ConTeXt versions to propagate to TeXlive?)

I have promissed not to spend too much time for TeX, but there might
appear dedicated updates. Until then you can set rsync updates to the
existing or local tree.

Mojca
___
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] Verbatim with color background

2008-09-07 Thread Aditya Mahajan
On Fri, 5 Sep 2008, Hans Hagen wrote:

 B. Tommy Jensen wrote:
 On Thu, 04 Sep 2008 10:12:47 +0200, Hans Hagen [EMAIL PROTECTED] wrote:

 Is there any other easy way of controlling the background
 color on verbatim areas?
 can you make a small example that shows where it goes wrong?


 The example I used is shown below. Other observations are:

   - The code works with mkIV but not mkII
   - Removing the chapters in the test file also make it work with mkII
   - I am using the latest win32 standalone ConTeXt

 works ok here

Works ok here also (linux + latex minimals)

Aditya
___
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] Verbatim with color background

2008-09-07 Thread Aditya Mahajan
On Sun, 7 Sep 2008, Aditya Mahajan wrote:

 On Fri, 5 Sep 2008, Hans Hagen wrote:

 B. Tommy Jensen wrote:
 On Thu, 04 Sep 2008 10:12:47 +0200, Hans Hagen [EMAIL PROTECTED] wrote:

 Is there any other easy way of controlling the background
 color on verbatim areas?
 can you make a small example that shows where it goes wrong?


 The example I used is shown below. Other observations are:

   - The code works with mkIV but not mkII
   - Removing the chapters in the test file also make it work with mkII
   - I am using the latest win32 standalone ConTeXt

 works ok here

 Works ok here also (linux + latex minimals)
   ^

Sigh... I meant latest minimals


Aditya

___
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] The windows minimal exe installer

2008-09-07 Thread Mojca Miklavec
On Sun, Sep 7, 2008 at 6:33 AM, Yue Wang wrote:
 btw, I think Windows users are not command line experts. I think the
 minimal installer can add more options.
 for example, which distribution to choose (MKIV or XeTeX or pdfTeX),

Isn't that available already? (No windows to test.)

 which fonts to be download (TeXGyre, Kurier, Iwona...) according to
 the distribution

We need to split fonts first.

 (in MKIV and XeTeX, download otf, otherwise download
 type1 format).

That's already working (should be at least).

 and if the user download MKII version, we should automatically check
 ruby, if not present, install it for the user.

Installer has just been fixed two days ago or so. It's a good thing
that we already get bug reports/feature requests :) :) :) We're also
collecting them on https://launchpad.net/context

Installing ruby is something that's up to Vyatcheslav to implement.

Mojca

 On Sun, Sep 7, 2008 at 12:28 PM, Yue Wang [EMAIL PROTECTED] wrote:
 Hi,

 For automatic environment setup, I think there are two values should
 be changed for better directory support:

 TEXMFCNF --  ...\texmf\web2c (why did it find texmf-local/context on
 my machine ?)
 TEXMF  --- {...} // add values like texmf-fonts, texmf-project,
 texmf-extra, etc. defined in setuptex.bat.

Vyatcheslav?
___
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 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 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 lucida fonts.

 I copied all my afm and pfb files in a directory
 then I typed texfont --fontroot=/Users/Ericd/library/texmf --ve=bh --
 co=lucida --ma --in --expert
 from this directory in terminal. (don't understand  the --ma --in --
 expert things)
 It made a lot of job, map files, tfm files.
 The texnansi-bh-lucida test file seems to work (it's a long task, I
 only  asked to shox LucidaBright).

 BUT
  \usetypescript[lucida][texnansi]
  \setupbodyfont[lucida,10pt]
 doesn' show me Lucida in my pdf.

 What did I do wrong ?
 ___
 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] Euler in mkiv

2008-09-07 Thread Yue Wang

 cmb10.pfbcmbx8.pfb cmff10.pfb   cmmi5.pfbcmr12.pfb  cmsl10.pfb
 cmss17.pfbcmssi17.pfb  cmsy6.pfb cmtex9.pfb  cmtt12.pfb
 cmbsy10.pfb  cmbx9.pfb cmfi10.pfb   cmmi6.pfbcmr17.pfb  cmsl12.pfb
 cmss8.pfb cmssi8.pfb   cmsy7.pfb cmti10.pfb  cmtt8.pfb
 cmbx10.pfb   cmbxsl10.pfb  cmfib8.pfb   cmmi7.pfbcmr5.pfb   cmsl8.pfb
 cmss9.pfb cmssi9.pfb   cmsy8.pfb cmti12.pfb  cmtt9.pfb
 cmbx12.pfb   cmbxti10.pfb  cminch.pfb   cmmi8.pfbcmr6.pfb   cmsl9.pfb
 cmssbx10.pfb  cmssq8.pfb   cmsy9.pfb cmti7.pfb   cmu10.pfb
 cmbx5.pfbcmcsc10.pfb   cmitt10.pfb  cmmi9.pfbcmr7.pfb
 cmsltt10.pfb  cmssdc10.pfb  cmssqi8.pfb  cmtcsc10.pfb  cmti8.pfb
 cmvtt10.pfb
 cmbx6.pfbcmdunh10.pfb  cmmi10.pfb   cmmib10.pfb  cmr8.pfb   cmss10.pfb
 cmssi10.pfb   cmsy10.pfb   cmtex10.pfb   cmti9.pfb
 cmbx7.pfbcmex10.pfbcmmi12.pfb   cmr10.pfbcmr9.pfb   cmss12.pfb
 cmssi12.pfb   cmsy5.pfbcmtex8.pfbcmtt10.pfb



These are cm fonts. Euler fonts begin with eu**
___
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] Greek letters in math with XeTeX

2008-09-07 Thread Mojca Miklavec
On Sun, Sep 7, 2008 at 10:04 PM, Flavien Lambert [EMAIL PROTECTED] wrote:
 (Sorry for the preceding message, I forgot the [NTG-context] for filters...)

 Dear all, I try to use Open Type fonts with ConTeXt and XeTeX (I recently
 did the same with LaTeX using fontspec and mathspec packages). From the web
 site, I managed to use them for standard text as well as roman alphabet in
 math. Unfortunately, greek letters stay printed with the Latin Modern font.
 From examples of the web site, I tried the following lines but without
 success. In a preceding post, there was a similar question but with the
 luatex engine.
 Thanks for your help !

 \definetypeface[myface][rm][Xserif][GFS Didot]
 \definetypeface[myface][mm][math][GFS Didot]

No time for complete answer, but you need to define the whole
[math][GFS Didot] repertoaire first. This has no effect until you
define one.

Someone needs to write Unicode math support for mkii, or you need to
make your own virtual font.

See this file for example:
http://source.contextgarden.net/math-lbr.tex
in a similar way that would need to be done for general typefaces without math.

You might then be able to say something like
\definetypeface[myface][mm][Xmath][GFS Didot], though I'm 100%
sure that people would then start complaining very soon that they
either:
- want other math characters in their favorite font as well (like
plus, minus, brackets, ...), not only Greek letters
- complain that they don't get any symbol (no font has them all)

Mojca
___
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 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 only.
Ready to upload?

Thanks,
Mojca
___
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
___


[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 lucida fonts.

I copied all my afm and pfb files in a directory
then I typed texfont --fontroot=/Users/Ericd/library/texmf --ve=bh -- 
co=lucida --ma --in --expert
from this directory in terminal. (don't understand  the --ma --in -- 
expert things)
It made a lot of job, map files, tfm files.
The texnansi-bh-lucida test file seems to work (it's a long task, I  
only  asked to shox LucidaBright).

BUT
  \usetypescript[lucida][texnansi]
  \setupbodyfont[lucida,10pt]
doesn' show me Lucida in my pdf.

What did I do wrong ?
___
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] Euler in mkiv

2008-09-07 Thread Aditya Mahajan
On Mon, 8 Sep 2008, Yue Wang wrote:


 cmb10.pfbcmbx8.pfb cmff10.pfb   cmmi5.pfbcmr12.pfb  cmsl10.pfb
 cmss17.pfbcmssi17.pfb  cmsy6.pfb cmtex9.pfb  cmtt12.pfb
 cmbsy10.pfb  cmbx9.pfb cmfi10.pfb   cmmi6.pfbcmr17.pfb  cmsl12.pfb
 cmss8.pfb cmssi8.pfb   cmsy7.pfb cmti10.pfb  cmtt8.pfb
 cmbx10.pfb   cmbxsl10.pfb  cmfib8.pfb   cmmi7.pfbcmr5.pfb   cmsl8.pfb
 cmss9.pfb cmssi9.pfb   cmsy8.pfb cmti12.pfb  cmtt9.pfb
 cmbx12.pfb   cmbxti10.pfb  cminch.pfb   cmmi8.pfbcmr6.pfb   cmsl9.pfb
 cmssbx10.pfb  cmssq8.pfb   cmsy9.pfb cmti7.pfb   cmu10.pfb
 cmbx5.pfbcmcsc10.pfb   cmitt10.pfb  cmmi9.pfbcmr7.pfb
 cmsltt10.pfb  cmssdc10.pfb  cmssqi8.pfb  cmtcsc10.pfb  cmti8.pfb
 cmvtt10.pfb
 cmbx6.pfbcmdunh10.pfb  cmmi10.pfb   cmmib10.pfb  cmr8.pfb   cmss10.pfb
 cmssi10.pfb   cmsy10.pfb   cmtex10.pfb   cmti9.pfb
 cmbx7.pfbcmex10.pfbcmmi12.pfb   cmr10.pfbcmr9.pfb   cmss12.pfb
 cmssi12.pfb   cmsy5.pfbcmtex8.pfbcmtt10.pfb



 These are cm fonts. Euler fonts begin with eu**

I should have phrased my comment more precisely. Euler fonts are not 
complete and the virtual fonts fallback to CM. So, to use Euler, you 
either need to have CM fonts, or write your own virtual fonts, or wait for 
MKIV to finalized a math virtual font mechanism with sane fallbacks.

Aditya
___
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] ConTeXt and TeXlive 2008

2008-09-07 Thread Aditya Mahajan
On Sun, 7 Sep 2008, George N. White III wrote:

 I've just been trying to get my ConTeXt stuff working, so while I can't
 comment on the plans of ConTeXt's authors, I can tell you what
 works for me, namely, MKII but not MKIV   The latter says it can't
 find lm fonts.

 The version of luatex in TL2008 is:

 $ which luatex
 /usr/local/texlive/2008/bin/i686-pc-linux-gnu/luatex
 $ luatex --version | head -1
 This is LuaTeX, Version snapshot-0.25.4-2008081616

 From the linux minimals:

 $ luatex --version
 This is LuaTeX, Version snapshot-0.28.0-2008071500

Have you seen http://wiki.contextgarden.net/Running_Mark_IV

Aditya
___
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
___


[NTG-context] Texlive 2008 on Windows (Vista)

2008-09-07 Thread Mohamed Bana
http://wiki.contextgarden.net/Running_Mark_IV; says I have to reinstall texlive 
2008 if it has been installed in a path containing spaces such;

C:\Program Files (x86)\texlive\2008

Which also happens to be the default install location.  Is there a workaround?  
 
And I think adding a section to http://wiki.contextgarden.net/Running_Mark_IV 
will be really helpful. 
 

Without setting texmfcnf.lua;

luatools --generate

LuaTools | error unable to locate texmfcnf.lua
LuaTools | loading C:/Program Files (x86)/texlive/2008/texmf/web2c/texmf.cnf
LuaTools | preparing configuration for Users/Muhammad/luatex-
cache/context/fb92c
50d1378a478b637ea06fcfe8d2c/trees/714a74f50e87ccfa0d5aba82bdf8cf21.tma
LuaTools | saving configuration in Users/Muhammad/luatex-
cache/context/fb92c50d1
378a478b637ea06fcfe8d2c/trees/714a74f50e87ccfa0d5aba82bdf8cf21.tma
LuaTools | compiling configuration to Users/Muhammad/luatex-
cache/context/fb92c5
0d1378a478b637ea06fcfe8d2c/trees/714a74f50e87ccfa0d5aba82bdf8cf21.tmc
LuaTools | locating list of /.texlive2008/texmf-config
LuaTools | locating list of /.texlive2008/texmf-var
LuaTools | locating list of /texmf
LuaTools | locating list of C:/Program Files (x86)/texlive/2008/texmf-config
LuaTools | locating list of C:/Program Files (x86)/texlive/2008/texmf-var
LuaTools | locating list of C:/Program Files (x86)/texlive/2008/texmf
LuaTools | locating list of C:/Program Files (x86)/texlive/texmf-local
LuaTools | locating list of C:/Program Files (x86)/texlive/2008/texmf-dist
LuaTools | scanning path C:/Program Files (x86)/texlive/2008/texmf-config
LuaTools | 0 files found on 0 directories with 0 uppercase remappings
LuaTools | scanning path C:/Program Files (x86)/texlive/2008/texmf-var
LuaTools | 593 files found on 28 directories with 1 uppercase remappings
LuaTools | scanning path C:/Program Files (x86)/texlive/2008/texmf
LuaTools | 1264 files found on 158 directories with 30 uppercase remappings
LuaTools | scanning path C:/Program Files (x86)/texlive/texmf-local
LuaTools | 0 files found on 24 directories with 0 uppercase remappings
LuaTools | scanning path C:/Program Files (x86)/texlive/2008/texmf-dist
LuaTools | 58323 files found on 5554 directories with 2161 uppercase remappings
LuaTools | preparing files for Users/Muhammad/luatex-
cache/context/fb92c50d1378a
478b637ea06fcfe8d2c/trees/c6206af3e7599a84492db66d53b0bf1e.tma
LuaTools | saving files in Users/Muhammad/luatex-
cache/context/fb92c50d1378a478b
637ea06fcfe8d2c/trees/c6206af3e7599a84492db66d53b0bf1e.tma
LuaTools | compiling files to Users/Muhammad/luatex-
cache/context/fb92c50d1378a4
78b637ea06fcfe8d2c/trees/c6206af3e7599a84492db66d53b0bf1e.tmc
LuaTools | preparing files for Users/Muhammad/luatex-
cache/context/fb92c50d1378a
478b637ea06fcfe8d2c/trees/8d0e70dd0bed1f0b10f3443d788691f2.tma
LuaTools | saving files in Users/Muhammad/luatex-
cache/context/fb92c50d1378a478b
637ea06fcfe8d2c/trees/8d0e70dd0bed1f0b10f3443d788691f2.tma
LuaTools | compiling files to Users/Muhammad/luatex-
cache/context/fb92c50d1378a4
78b637ea06fcfe8d2c/trees/8d0e70dd0bed1f0b10f3443d788691f2.tmc
LuaTools | preparing files for Users/Muhammad/luatex-
cache/context/fb92c50d1378a
478b637ea06fcfe8d2c/trees/7a2fae702783448b97e36445ef27f632.tma
LuaTools | saving files in Users/Muhammad/luatex-
cache/context/fb92c50d1378a478b
637ea06fcfe8d2c/trees/7a2fae702783448b97e36445ef27f632.tma
LuaTools | compiling files to Users/Muhammad/luatex-
cache/context/fb92c50d1378a4
78b637ea06fcfe8d2c/trees/7a2fae702783448b97e36445ef27f632.tmc
LuaTools | preparing files for Users/Muhammad/luatex-
cache/context/fb92c50d1378a
478b637ea06fcfe8d2c/trees/ad3dc35e921bd00beb90c4453d9dc6c0.tma
LuaTools | saving files in Users/Muhammad/luatex-
cache/context/fb92c50d1378a478b
637ea06fcfe8d2c/trees/ad3dc35e921bd00beb90c4453d9dc6c0.tma
LuaTools | compiling files to Users/Muhammad/luatex-
cache/context/fb92c50d1378a4
78b637ea06fcfe8d2c/trees/ad3dc35e921bd00beb90c4453d9dc6c0.tmc
LuaTools | preparing files for Users/Muhammad/luatex-
cache/context/fb92c50d1378a
478b637ea06fcfe8d2c/trees/64c9d759ba39ace929ff68e026e5e49f.tma
LuaTools | saving files in Users/Muhammad/luatex-
cache/context/fb92c50d1378a478b
637ea06fcfe8d2c/trees/64c9d759ba39ace929ff68e026e5e49f.tma
LuaTools | compiling files to Users/Muhammad/luatex-
cache/context/fb92c50d1378a4
78b637ea06fcfe8d2c/trees/64c9d759ba39ace929ff68e026e5e49f.tmc
LuaTools |
LuaTools | runtime: 4.847 seconds


context --make

MtxRun | error unable to locate texmfcnf.lua
MtxRun | loading configuration for C:/Program Files 
(x86)/texlive/2008/texmf/web
2c from Users/Muhammad/luatex-
cache/context/fb92c50d1378a478b637ea06fcfe8d2c/tre
es/714a74f50e87ccfa0d5aba82bdf8cf21
MtxRun | locating list of /.texlive2008/texmf-config
MtxRun | locating list of /.texlive2008/texmf-var
MtxRun | locating list of /texmf
MtxRun | locating list of C:/Program Files (x86)/texlive/2008/texmf-config
MtxRun | locating list of C:/Program Files (x86)/texlive/2008/texmf-var
MtxRun | locating list 

Re: [NTG-context] Greek letters in math with XeTeX

2008-09-07 Thread Aditya Mahajan
On Mon, 8 Sep 2008, Mojca Miklavec wrote:

 Someone needs to write Unicode math support for mkii, or you need to
 make your own virtual font.

Well...someone also needs to write Unicode math support for mkiv and I 
would work on that in the hope that there is some chance that I may 
actually understand how mkiv (will) handle math fonts. With MKII, math 
fonts is black magic for me.

Aditya
___
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 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 there will be no tfms
and map files needed.)

On Mon, Sep 8, 2008 at 9:41 AM, Mojca Miklavec
[EMAIL PROTECTED] wrote:
 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 only.
 Ready to upload?

 Thanks,
Mojca
 ___
 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] The windows minimal exe installer

2008-09-07 Thread Yue Wang
 That's already working (should be at least).
I mean the GUI installer. Windows users seldom do command line job:)

btw, I mailed a bug report to [EMAIL PROTECTED] one week
ago, but it seems that no one received it:(
When I use minimals in Linux, in MKII, anything that have something to
do with btex... etex wont work because texexec cannot find other mp
software. so it always reports it failed to process the mpx files.
Windows minimals seemed to have mpto/makempx/... binaries, however,
Linux Minimals did not have them.
___
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
___