[NTG-context] frames in ConTeXt and metafun

2007-07-12 Thread Thomas A. Schmitz
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 elements, so I use a \framed. The problem is

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

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 your

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'm new

[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 /

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 a

[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

[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 CtxTools |

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

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 \stoptext and

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 proper

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

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 and process