Re: [NTG-context] sorting commalist?

2006-07-24 Thread Taco Hoekwater
Hi Hans, Hans van der Meer wrote: In the article Context System macros, part1: general macros there are all sorts of interesting and useful macros. Among these I have set my eye on the processing of commalists. I should extend that document, but I've lost the source :-( Question: is

Re: [NTG-context] modes with Scite

2006-07-24 Thread Hans Hagen
[EMAIL PROTECTED] wrote: All, I am using the Scite editor provided by one of the Context dristributions. Is there a way to include modes with one of the various compiling commands? no, but you can (1) temporary put \enablemode[...] at the to of the file (2) use a separate file where you

Re: [NTG-context] modes with Scite

2006-07-24 Thread Hans Hagen
[EMAIL PROTECTED] wrote: All, I am using the Scite editor provided by one of the Context dristributions. Is there a way to include modes with one of the various compiling commands? btw, you can make a local scite options file and add menu items (key bindings); so you can map say ctrl-F10

Re: [NTG-context] Toggle output window open and closed in Scite

2006-07-24 Thread Hans Hagen
[EMAIL PROTECTED] wrote: All, Anyone know how to toggle the output window open and closed in Scite? F8 - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt |

Re: [NTG-context] Setting to help with overflow in Metapost

2006-07-24 Thread Hans Hagen
[EMAIL PROTECTED] wrote: All, This code is causing an overflow. Isn't there a setting that will allow bigger numbers? 4096bp is the default max with (in metafun) 32K being the insecure max; next year there will be a metapost that has a higher limit Hans

Re: [NTG-context] Setting to help with overflow in Metapost

2006-07-24 Thread Taco Hoekwater
[EMAIL PROTECTED] wrote: All, This code is causing an overflow. Isn't there a setting that will allow bigger numbers? That is not possible, I'm afraid. There is actually a macro file that uses logarithmic numbers and another one using strings as numbers, but neither can be used without

Re: [NTG-context] scaling reusableMPgraphic some ConTeXt programming

2006-07-24 Thread Hans Hagen
Mojca Miklavec wrote: Hello, the answers to these three questions are most probably one-liners, but I don't know which ones ;) 1. How can I scale (an already defined) reusableMPgraphic? Simplified example of what I currently (want to) have: % how should I change this definition?

Re: [NTG-context] scaling reusableMPgraphic some ConTeXt programming

2006-07-24 Thread Taco Hoekwater
Mojca Miklavec wrote: Hello, the answers to these three questions are most probably one-liners, but I don't know which ones ;) 1. How can I scale (an already defined) reusableMPgraphic? Simplified example of what I currently (want to) have: % how should I change this definition?

Re: [NTG-context] definesynonyms

2006-07-24 Thread Taco Hoekwater
Bernd Militzer wrote: Hi all, for a large ancestor-project I defined a set of informations for a lot of persons like you can see below. QUESTION: how many synonyms can I max. define? I need about 4000 defs. If you need only 4000 separate PIDs, that should work ok. or has someone a

Re: [NTG-context] Charts, Graphs, Tufte, and ConTeXt

2006-07-24 Thread Hans Hagen
Sanjoy Mahajan wrote: But where you put one figure will affect the placement of later figures. And maybe you paint yourself into a corner, and would like to backtrack and sacrifice excellent earlier placements in order to minimize terrible placements now...

Re: [NTG-context] Margin Kerning Problem

2006-07-24 Thread Hans Hagen
Mojca Miklavec wrote: On 7/23/06, Helin Gai wrote: Hi, I used the following code to set up margin kerning: \setupfontsynonym[cmr10][handling=hz] \setupfontsynonym[Serif][handling=hz] \usetypescript[cmr] \setupbodyfont[cmr,10pt] \setupalign[hz,hanging] Can someone please tell me

Re: [NTG-context] definesynonyms

2006-07-24 Thread Hans Hagen
Bernd Militzer wrote: Hi all, for a large ancestor-project I defined a set of informations for a lot of persons like you can see below. QUESTION: how many synonyms can I max. define? I need about 4000 defs. a lot (as much as tex's hash + mem permits; the hash can be 100K) Hans

Re: [NTG-context] U3D (embedded 3D objects)

2006-07-24 Thread Hans Hagen
Renaud AUBIN wrote: I have converted a CATIA 3D model of mine to u3d (the nice Mitsubishi PA10 remodelled from a 2D drawing ;) ). For test, I have try to embed it to a LaTeX document with movie15, here is the source and the result http://renojrl.lrv.uvsq.fr/testbed/u3d/pa10-movie15.tgz

Re: [NTG-context] U3D (embedded 3D objects)

2006-07-24 Thread Hans Hagen
[EMAIL PROTECTED] wrote: I'm just working on this... I have succeeded in compiling U3D viewer/converter/etc. for linux... I'll try to provide some custom made sample from CAD program (windows or linux). ok Hans -

Re: [NTG-context] U3D (embedded 3D objects)

2006-07-24 Thread Renaud AUBIN
done see Re: [NTG-context] U3D (embedded 3D objects) 23.07.2006 02:27 Hans Hagen a crit: [EMAIL PROTECTED] wrote: I'm just working on this... I have succeeded in compiling U3D viewer/converter/etc. for linux... I'll try to provide some custom made sample from CAD program (windows

Re: [NTG-context] U3D (embedded 3D objects)

2006-07-24 Thread Renaud AUBIN
Hans Hagen a crit: my guess is that trying to reverse engineer latex code will cost me more time that doing it directly the context way; the only thing that i need is the relevant annotation specs (someplace in the pdf manual) (in context such code ends up in the drivers and it needs to

Re: [NTG-context] setuphead and command

2006-07-24 Thread Taco Hoekwater
Hubertus Schmidt wrote: Hi all, It's supposed to look like -- def Define Variable -- This is somewhat closer:

Re: [NTG-context] sorting list

2006-07-24 Thread Taco Hoekwater
Hans van der Meer wrote: Some things I do not understand about sorting: This is the example: \def\sortprocess#1{{\bf #1}} \definesorting[city][cities][\callupcities] \setupsorting[city][criterium=all,command=\sortprocess] \city{Londen} \city{Berlijn} \city{New York} \city{Parijs}