Re: [NTG-context] Bug in itemize

2007-07-12 Thread Wolfgang Schuster
2007/7/12, David Arnold <[EMAIL PROTECTED]>: > All, > > Think I found a bug in itemize. > > \starttext > >\startitemize[a,columns,three] >\item $|x|>-5$ >\item $|x|>0$ >\item $|x|>4$ >\stopitemize > > \stoptext > > On my system, the first item is not labeled, the second and thir

Re: [NTG-context] PNG output

2007-07-12 Thread Aditya Mahajan
On Thu, 12 Jul 2007, [EMAIL PROTECTED] wrote: > I want to convert my standalone formulas to PNG to display these formulas > on my website. > > What I am doing is the following > > \starttext > \startTEXpage > \startformula > e^{i x} = \cos x + i \sin x > \stopformula > \stopTEXpage > \stoptext > >

Re: [NTG-context] PNG output

2007-07-12 Thread w . neimeijer
> Are you using the current version of gs? I am using gswin32c 8.53 on Windows > What does "not so good" mean I just discovered the \startTEXpage \stopTEXpage to produce standalone PDF's for all my formulas. Then I took gswin32c to produce PNG's with gswin32c -dNOPAUSE -sDEVICE=png256 -sOutputFil

Re: [NTG-context] PNG output

2007-07-12 Thread luigi scarso
Also on gs8.57 device png48 ie gs -dNOPAUSE -sDEVICE=png48 -r300x300 -sOutputFile=test.png test.pdf -c quit 48 bit color ! -- luigi If your question is of interest to others as well, please add an entry to the Wiki! maillist : n

Re: [NTG-context] PNG output

2007-07-12 Thread George N. White III
On 7/12/07, zs <[EMAIL PROTECTED]> wrote: > Try this: > > gs -sDEVICE=png16m -r200 -sOutputFile=formula.png -dBATCH -q -dNOPAUSE > -dGraphicsAlphaBits=4 -dTextAlphaBits=4\ -dMaxBitmap=5000 > formula.pdf > > You may play with -r parameter. > You can also make a big picture and downsize it with

Re: [NTG-context] PNG output

2007-07-12 Thread George N. White III
On 7/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I want to convert my standalone formulas to PNG to display these formulas > on my website. > > What I am doing is the following > > \starttext > \startTEXpage > \startformula > e^{i x} = \cos x + i \sin x > \stopformula > \stopTEXpage > \s

Re: [NTG-context] PNG output

2007-07-12 Thread zs
Try this: gs -sDEVICE=png16m -r200 -sOutputFile=formula.png -dBATCH -q -dNOPAUSE -dGraphicsAlphaBits=4 -dTextAlphaBits=4\ -dMaxBitmap=5000 formula.pdf You may play with -r parameter. You can also make a big picture and downsize it with proper interpolation. ZS On Thu, 12 Jul 2007 21:28:32

[NTG-context] Bug in itemize

2007-07-12 Thread David Arnold
All, Think I found a bug in itemize. \starttext \startitemize[a,columns,three] \item $|x|>-5$ \item $|x|>0$ \item $|x|>4$ \stopitemize \stoptext On my system, the first item is not labeled, the second and third are labeled "a" and "b." gimp $ ctxtools --contextversion CtxToo

[NTG-context] PNG output

2007-07-12 Thread w . neimeijer
I want to convert my standalone formulas to PNG to display these formulas on my website. What I am doing is the following \starttext \startTEXpage \startformula e^{i x} = \cos x + i \sin x \stopformula \stopTEXpage \stoptext and process this via texexec --pdf to get a PDF file. I tried to conver

Re: [NTG-context] frames in ConTeXt and metafun

2007-07-12 Thread Peter Münster
On Thu, 12 Jul 2007, Thomas A. Schmitz wrote: > On Jul 12, 2007, at 10:04 AM, Peter Rolf wrote: > > > sure (see attachment). > > > Thanks so much Peter! THis looks MUCH better. The more I use metafun, > the more I love it. Hello, Did you take a look at the result with xpdf? There seems to be

[NTG-context] CTAN Update: pdftex 1.40.4

2007-07-12 Thread luigi scarso
just for sure http://www.mail-archive.com/[EMAIL PROTECTED]/msg01224.html -- luigi 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/li

Re: [NTG-context] Enumerations and numbered labels

2007-07-12 Thread Wolfgang Schuster
2007/7/11, Norbert Zeh <[EMAIL PROTECTED]>: > Ah, excellent. Also thanks to Wolfgang for his earlier comment. I > had looked at location=left before but was thrown off by the > excessive distance between the heading and the text...until I > discovered the meaning of width=fit. As you can see, I'

Re: [NTG-context] frames in ConTeXt and metafun

2007-07-12 Thread Thomas A. Schmitz
On Jul 12, 2007, at 10:04 AM, Peter Rolf wrote: > Hi Thomas, > sure (see attachment). > > Greetings, Peter Thanks so much Peter! THis looks MUCH better. The more I use metafun, the more I love it. Thomas ___ If yo

Re: [NTG-context] frames in ConTeXt and metafun

2007-07-12 Thread Peter Rolf
Hi Thomas, Thomas A. Schmitz schrieb: > This is a very small cosmetic problem, but it bugs me: I'm preparing > a background for a presentation, and I want a frame with a > transparent color to appear on every slide, so I define an overlay > and use metapost. I also want to frame some text el