Re: [NTG-context] POV-Ray

2010-05-18 Thread Renaud AUBIN
Hi, I indeed agree with Taco… but it depends on your input format, your purpose, etc. For me, the issue can't be resumed to a power comparison between povray and metapost because these tools serve differents purposes! If you want to obtain 3D realistic rendering (with raytracing), you definitely

Re: [NTG-context] POV-Ray

2010-05-18 Thread Renaud AUBIN
Hi, I indeed agree with Taco… but it depends on your input format, your purpose, etc. For me, the issue can't be resumed to a power comparison between povray and metapost because these tools serve differents purposes! If you want to obtain 3D realistic rendering (with raytracing), you definitely

Re: [NTG-context] POV-Ray

2010-05-18 Thread Mojca Miklavec
On Tue, May 18, 2010 at 14:44, Shiv Shankar Dayal wrote: > Sure the file size is going to be blown > up by a margin but I think metapost can not beat POV-Ray in terms of power. > > Please advice. POV-Ray is for 3D raster images, while metapost is for 2D vector images. I often use POV-Ray to genera

[NTG-context] Register interaction (page references) [mkIV]

2010-05-18 Thread Thomas Floeren
Hi, when I place an interactive register in mkIV, and then in the PDF click the pagenumber (in the index), it takes me to the wrong page; it seems to go to the absolute pdf page number(?). Example: \setupinteraction[state=start] \startsectionblockenvironment[bodypart] \setupuserpage

Re: [NTG-context] POV-Ray

2010-05-18 Thread Taco Hoekwater
Shiv Shankar Dayal wrote: Hi, I have needs of graphics which is very heavy and I am using metapost, metaobj and metauml. However, as you may know the problems which I have reported I think that it would be better if I use POV-Ray for images. Sure the file size is going to be blown up by a margin

[NTG-context] POV-Ray

2010-05-18 Thread Shiv Shankar Dayal
Hi, I have needs of graphics which is very heavy and I am using metapost, metaobj and metauml. However, as you may know the problems which I have reported I think that it would be better if I use POV-Ray for images. Sure the file size is going to be blown up by a margin but I think metapost can no

Re: [NTG-context] Sections numbering in miscellaneous parts of documents (MKIV)

2010-05-18 Thread Wolfgang Schuster
Am 18.05.10 11:56, schrieb Jaroslav Hajtmar: Thanx Wolfgang. It is OK. Is there any possibility continue numbering from previous sections? Is there any manual or informations about this? I study contextref.pdf and I didnt any info about. This seems to be not possible in MkIV because a new se

Re: [NTG-context] Inserting apropriate blank - indenting by \writetolist

2010-05-18 Thread Jaroslav Hajtmar
Thanx Hans, is there possibility insert by this way still pagenumber? for example: \writebetweenlist[Ikap]{\hskip2em {\bf Přílohy} \hfill\the\pagenumber } % get error Thanx Jaroslav Dne 18.5.2010 9:49, Hans Hagen napsal(a): On 18-5-2010 8:02, Jaroslav Hajtmar wrote: Hello all, When I do:

Re: [NTG-context] Sections numbering in miscellaneous parts of documents (MKIV)

2010-05-18 Thread Jaroslav Hajtmar
Thanx Wolfgang. It is OK. Is there any possibility continue numbering from previous sections? Is there any manual or informations about this? I study contextref.pdf and I didnt any info about. Thanx Jaroslav Dne 18.5.2010 10:57, Wolfgang Schuster napsal(a): Am 17.05.10 22:12, schrieb Jaros

Re: [NTG-context] Sections numbering in miscellaneous parts of documents (MKIV)

2010-05-18 Thread Wolfgang Schuster
Am 17.05.10 22:12, schrieb Jaroslav Hajtmar: Is there due \setupsectionblock [backpart] [before={\setupuserpagenumber[numberconversion=Romannumerals]}] \setupsectionblock [appendix] [before={\setupuserpagenumber[numberconversion=numbers] %Characters \s

Re: [NTG-context] Placing a symbol at begin of a line when indenting is on

2010-05-18 Thread Vladimir Lomov
** Hans Hagen [2010-05-18 09:43:54 +0200]: > On 18-5-2010 5:17, Vladimir Lomov wrote: >>\usesymbols[nav] >>\setupindenting[yes, medium, next] >>\starttext >>\input tufte >>\symbol[navigation 2][CloseDocument] >>\input tufte >>\input tufte >>\stoptext > \atleftmargin{\symbol[navigation 2][Clo

Re: [NTG-context] Inserting apropriate blank - indenting by \writetolist

2010-05-18 Thread Hans Hagen
On 18-5-2010 8:02, Jaroslav Hajtmar wrote: Hello all, When I do: \writetolist[chapter]{}{Appendicess} then content is 1. Section one 2. Section two . Appendices stopper is visible - unacceptable for me when I do: \writebetweenlist[chapter]{Appendicess} then content is 1. Section one 2. Se

Re: [NTG-context] Placing a symbol at begin of a line when indenting is on

2010-05-18 Thread Hans Hagen
On 18-5-2010 5:17, Vladimir Lomov wrote: \usesymbols[nav] \setupindenting[yes, medium, next] \starttext \input tufte \symbol[navigation 2][CloseDocument] \input tufte \input tufte \stoptext \atleftmargin{\symbol[navigation 2][CloseDocument]} \input tufte -

Re: [NTG-context] MKIV numbering

2010-05-18 Thread richard . stephens
> >  > Explicit setting of : > >  > > >  > \setupcaptions[way=bysection] > >  > \setupformulas[way=bysection] > >  > > >  > works. > >  > > >  > Best wishes, > >  > Taco > > > > > > I'm afraid this suggestion ALMOST works---it restarts the numbering in > > each new section, but it > > does not pre

Re: [NTG-context] metaobj problem

2010-05-18 Thread Taco Hoekwater
Shiv Shankar Dayal wrote: Hi, I was trying to run following code from its manual i.e. metaobj's manual. newCircle.a(btex A etex); newCircle.b(btex B etex); newCircle.c(btex C etex); newCircle.d(btex D etex); newCircle.e(btex E etex); verbatimtex \small etex; This verbatimtex seems to be confu