Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Mojca Miklavec
On 7/19/06, Hans Hagen wrote: > Mojca Miklavec wrote: > > On 7/18/06, Adam Lindsay wrote: > > > >> Mojca Miklavec wrote: > >> > >>> 5m is "inifinite enough" for me (I hope). I only need to fit the whole > >>> article on a single page and I guess that no article will go over this > >>> limit. > >>>

Re: [NTG-context] linear_shade not working any more

2006-07-18 Thread Mojca Miklavec
On 7/19/06, Aditya Mahajan wrote: > On Tue, 18 Jul 2006, Mojca Miklavec wrote: > > > Hello, > > > > It seems to me that the following code worked in some beta 2 weeks ago: > > > > \setupcolors > > [state=start] > > \definecolor > > [BgColor1] > > [white] > > \definecolor > >

Re: [NTG-context] control the number of items in the startitemize environment

2006-07-18 Thread Hans Hagen
batela wrote: > Dear Sirs. > > I have a large buffer that include several items packed in a initial > startitemize environment. Using this list, I want build a several small > lists with five inital items in the random order. > I try to do in this way, but without success :-(( > > >

Re: [NTG-context] strange font switching (bug?)

2006-07-18 Thread Hans Hagen
Mojca Miklavec wrote: > Hello, > > can anyone explain this weird behaviour? The accents on the second > page are broken (setting bodyfont to 7pt at the beginning works OK and > using other sizes works as well.). > > \setupbodyfont[8pt] > > \startsetups{img} > \switchtobodyfont[7pt] > \stopsetups >

Re: [NTG-context] staticMPfigure & fonts

2006-07-18 Thread Hans Hagen
Aditya Mahajan wrote: > On Tue, 18 Jul 2006, Hans Hagen wrote: > > >> Renaud AUBIN wrote: >> >>> Hi all, >>> >>> Considering the test http://renojrl.lrv.uvsq.fr/testbed/ >>> I have some problems using lucida: >>> >>> texexec gives some warnings: >>> kpathsea: Running mktexpk --mfmode / --bd

Re: [NTG-context] switching font encodings

2006-07-18 Thread Hans Hagen
Mojca Miklavec wrote: > > But I still can't understand why the following code costed me at least > an hour to trace and find a workaround for it: > > \definetypeface [iwona-t5] [ss] [sans] [iwona] [default] [encoding=t5] > \definetypeface [iwona] [ss] [sans] [iwona] [default] [encoding=ec] > \setup

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Hans Hagen
Mojca Miklavec wrote: > On 7/18/06, Adam Lindsay wrote: > >> Mojca Miklavec wrote: >> >>> 5m is "inifinite enough" for me (I hope). I only need to fit the whole >>> article on a single page and I guess that no article will go over this >>> limit. >>> >> FWIW, Acrobat 6 and earlier ha

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Hans Hagen
Patrick Gundlach wrote: > Hi Mojca, > > "Mojca Miklavec" <[EMAIL PROTECTED]> writes: > > >> Is there any way to create "infinite" paper size: such a paper that >> all the content fits exactly on a single page? ̣(As a workaroung I can >> still create a page of height 2m and then crop it if no oth

Re: [NTG-context] small new feature on the wiki

2006-07-18 Thread Aditya Mahajan
Hi Patrick, On Tue, 18 Jul 2006, Patrick Gundlach wrote: > [...] > >>> >>> \your \TeX \code=here >>> > >> This is great for creating new code as well as editing existing one. >> However, is it possible to change the width of the image that is >> created. I fine the default A4 paper width to b

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Hans Hagen
� wrote: > 2006/7/18, Taco Hoekwater <[EMAIL PROTECTED]>: > >> DVI maybe, but my Acrobat Reader 7 silently drops the bottom off pages >> that are higher than 200in (508cm). >> > > This is an implementation limit of AR7: 200inx200in. This can be > overcome by using UserUnit in PDF 1.6: Then

Re: [NTG-context] linear_shade not working any more

2006-07-18 Thread Aditya Mahajan
On Tue, 18 Jul 2006, Mojca Miklavec wrote: > Hello, > > It seems to me that the following code worked in some beta 2 weeks ago: > > \setupcolors > [state=start] > \definecolor > [BgColor1] > [white] > \definecolor > [BgColor2] > [r=0.7,g=0.7,b=1] > > \starttext > \sta

Re: [NTG-context] A page for figures ?

2006-07-18 Thread Renaud AUBIN
Ok, I find it... Sorry for this dumb post The solution is given in texshow: \placefigure [none] {} {\startcombination {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{one}} {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{two}} \stopcombinatio

[NTG-context] control the number of items in the startitemize environment

2006-07-18 Thread batela
Dear Sirs. I have a large buffer that include several items packed in a initial startitemize environment. Using this list, I want build a several small lists with five inital items in the random order. I try to do in this way, but without success :-(( % \startsetups SmallList

[NTG-context] linear_shade not working any more

2006-07-18 Thread Mojca Miklavec
Hello, It seems to me that the following code worked in some beta 2 weeks ago: \setupcolors [state=start] \definecolor [BgColor1] [white] \definecolor [BgColor2] [r=0.7,g=0.7,b=1] \starttext \startMPcode path p; p := unitsquare scaled 3cm;

Re: [NTG-context] OT: formulae in InDesign (was: "infinite" paper height)

2006-07-18 Thread Mojca Miklavec
On 7/18/06, Henning Hraban Ramm wrote: > Am 2006-07-18 um 15:56 schrieb Mojca Miklavec: > > > That's not my problem any more. They asked me to prepare long > > continuous text with TeX (so that formulae and everything else will be > > OK) - they intend to use the resulting PDF to design a magazine

Re: [NTG-context] align question

2006-07-18 Thread Bruce H. Wagner
Aditya, Thanks for the information. Since you indicated that \startalign worked correctly on your system, I decided that I should first check to see if I had the latest Context. After updating, the problems that I was having disappeared. So you'll be glad to know that \startalign does indeed a

Re: [NTG-context] 2006.07.13 release notes (MP-related)

2006-07-18 Thread Hans Hagen
Mojca Miklavec wrote: > On 7/18/06, Aditya Mahajan wrote: > >> There is nothing inherently different in the processing of >> staticMPfigure. So anything that works with someotherMP should also >> work in staticMP. >> > > Well, uniqueMPgraphic is slightly different for example. It suspect >

Re: [NTG-context] OT: formulae in InDesign (was: "infinite" paper height)

2006-07-18 Thread Henning Hraban Ramm
Am 2006-07-18 um 15:56 schrieb Mojca Miklavec: > That's not my problem any more. They asked me to prepare long > continuous text with TeX (so that formulae and everything else will be > OK) - they intend to use the resulting PDF to design a magazine in > InDesign after that (I don't know how they'

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Martin Schröder
2006/7/18, Taco Hoekwater <[EMAIL PROTECTED]>: > DVI maybe, but my Acrobat Reader 7 silently drops the bottom off pages > that are higher than 200in (508cm). This is an implementation limit of AR7: 200inx200in. This can be overcome by using UserUnit in PDF 1.6: Then you can have up to 15.000.000in

Re: [NTG-context] 2006.07.13 release notes (MP-related)

2006-07-18 Thread Mojca Miklavec
On 7/18/06, Aditya Mahajan wrote: > > There is nothing inherently different in the processing of > staticMPfigure. So anything that works with someotherMP should also > work in staticMP. Well, uniqueMPgraphic is slightly different for example. It suspect that staticMP can't handle stuff such as \o

Re: [NTG-context] small new feature on the wiki

2006-07-18 Thread Adam Lindsay
Mojca Miklavec wrote: >> If we agree on a common page size, I could easily put it in there. If >> we don't agree on one, I could perhaps say > width="13cm">. This would take a few more minutes to implement (I >> still have to implement that the source and the results are next to >> each other (lef

Re: [NTG-context] small new feature on the wiki

2006-07-18 Thread Mojca Miklavec
On 7/18/06, Patrick Gundlach wrote: > Hello Aditya, > > > [...] > > >> > >> \your \TeX \code=here > >> > > > This is great for creating new code as well as editing existing one. > > However, is it possible to change the width of the image that is > > created. I fine the default A4 paper width t

Re: [NTG-context] small new feature on the wiki

2006-07-18 Thread Patrick Gundlach
Hello Aditya, [...] >> >> \your \TeX \code=here >> > This is great for creating new code as well as editing existing one. > However, is it possible to change the width of the image that is > created. I fine the default A4 paper width to be too large and > ususally add a > \setuplayout[wi

Re: [NTG-context] texshow-web

2006-07-18 Thread Aditya Mahajan
On Tue, 18 Jul 2006, Patrick Gundlach wrote: > Hi there, > > I've updated texshow-web. It's a complete rewrite. This is now > database driven and I have tried hard to preserve all comments and > examples from the old texshow-web. Please report any errors > (preferrable include me in cc: if you pos

Re: [NTG-context] ConTeXt, Charts, and transparency

2006-07-18 Thread Aditya Mahajan
On Tue, 18 Jul 2006, Aditya Mahajan wrote: > On Sat, 15 Jul 2006, Adam Lindsay wrote: > >> Hans Hagen wrote: >>> Idris Samawi Hamid wrote: Yes, but that seems mainly geared towards flow charts, not graphical charts. Can m-chart do things like the example png attached at the start of

Re: [NTG-context] switching font encodings

2006-07-18 Thread Mojca Miklavec
On 7/18/06, Taco Hoekwater wrote: > Mojca Miklavec wrote: > > \starttext > > abc \switchtobodyfont[20pt]\switchtobodyfont[iwona-t5] abc > > \stoptext > > There is no defined bodyfont at 20pt, and that is what is causing > the error (indirectly). Add this: > > \definebodyfont [20pt] [ss] >[tf=Sa

[NTG-context] texshow-web

2006-07-18 Thread Patrick Gundlach
Hi there, I've updated texshow-web. It's a complete rewrite. This is now database driven and I have tried hard to preserve all comments and examples from the old texshow-web. Please report any errors (preferrable include me in cc: if you post them on the list). Please fill in descriptions for th

Re: [NTG-context] ConTeXt, Charts, and transparency

2006-07-18 Thread Aditya Mahajan
On Tue, 18 Jul 2006, Idris Samawi Hamid wrote: > On Tue, 18 Jul 2006 11:30:31 -0600, Aditya Mahajan <[EMAIL PROTECTED]> > wrote: > >> Have a look at http://www-math.univ-poitiers.fr/~phan/statsmac.html to >> see if can modify them to get the visual effect that you want. > > Will do: Hans, Aditya,

Re: [NTG-context] Losing Chapter Number

2006-07-18 Thread Taco Hoekwater
David Arnold wrote: > Hans et al, > > Why do we lose the chapter number in headers (and other places) with > this: > Because of this: > \setupheadnumber[chapter][-1] \headnumber contains an explicit test that surpresses the output if the number is zero. Taco ___

Re: [NTG-context] prevent hyphenation (flush left)

2006-07-18 Thread Mojca Miklavec
On 7/18/06, Otared Kavian wrote: > > On 18 juil. 2006, at 17:27, Mojca Miklavec wrote: > > > I urgently need to have my \framed texts left-justified (no > > hyphenation and nothing may go over the right border) > > > > \setuppapersize > > [S6][S6] > > > > %\definetypeface [iwona] [ss] [sans]

Re: [NTG-context] switching font encodings

2006-07-18 Thread Taco Hoekwater
Mojca Miklavec wrote: > \starttext > abc \switchtobodyfont[20pt]\switchtobodyfont[iwona-t5] abc > \stoptext There is no defined bodyfont at 20pt, and that is what is causing the error (indirectly). Add this: \definebodyfont [20pt] [ss] [tf=Sanssa 1, bf=SansBoldsa 1,

Re: [NTG-context] ConTeXt, Charts, and transparency

2006-07-18 Thread Idris Samawi Hamid
On Tue, 18 Jul 2006 11:30:31 -0600, Aditya Mahajan <[EMAIL PROTECTED]> wrote: > Have a look at http://www-math.univ-poitiers.fr/~phan/statsmac.html to > see if can modify them to get the visual effect that you want. Will do: Hans, Aditya, can this be ported to MetaFun or its own m-stats modul

Re: [NTG-context] small new feature on the wiki

2006-07-18 Thread Aditya Mahajan
On Wed, 12 Jul 2006, Patrick Gundlach wrote: > Hi there, > > since there might be some users here who edit pages on the wiki and > who don't read the 'recent changes' page: > > you can now say > > > \your \TeX \code=here > > > this will typeset the source with the > highlighter/formatter, t

Re: [NTG-context] 2006.07.13 release notes (MP-related)

2006-07-18 Thread Aditya Mahajan
On Tue, 18 Jul 2006, Mojca Miklavec wrote: > On 7/18/06, Renaud AUBIN wrote: >> >> Second, what's the difference between staticMPfigure and staticMPgraphic >> and how (and where) can we use it ? Some advice are welcome in this part >> because I use a lot of MPgraphic and I'm really interested to

Re: [NTG-context] ConTeXt, Charts, and transparency

2006-07-18 Thread Aditya Mahajan
On Sat, 15 Jul 2006, Adam Lindsay wrote: > Hans Hagen wrote: >> Idris Samawi Hamid wrote: >>> Yes, but that seems mainly geared towards flow charts, not graphical >>> charts. Can m-chart do things like the example png attached at the start >>> of the thread? >>> >> i lost that one; actually, willy

[NTG-context] Losing Chapter Number

2006-07-18 Thread David Arnold
Hans et al, Why do we lose the chapter number in headers (and other places) with this: \setupwhitespace[medium] \setupindenting[medium,yes] \def\headermarkleft{\bold{\pagenumber}\headerskip{\sc\headerskip Chapter \headnumber[chapter]\headerskip\getmarking[chapter][current]}} \def\headermarkr

Re: [NTG-context] switching font encodings

2006-07-18 Thread Mojca Miklavec
On 7/17/06, Hans Hagen wrote: > Mojca Miklavec wrote: > > Hello, > > > > I have to print plenty of utf-8-encoded entries from a database. I > > will probably output entries as > > \contestant{name}{country}{code}, > > for example > > \contestant{Đức Đặng}{VNM}{1} > > > > I have defined > >

Re: [NTG-context] sometxt vs textext behaving different

2006-07-18 Thread Mojca Miklavec
On 7/16/06, Hans van der Meer wrote: > > Thus while textext delivers a picture sometxt does not. This seems strange, > because I understood that sometxt was meant as a dropin replacement for > textext (except for MP loops, as Hans Hagen mentioned in a previous email). > Is this correct or do I have

Re: [NTG-context] formula block with align and pagebreak

2006-07-18 Thread Aditya Mahajan
On Tue, 18 Jul 2006, Tobias Burnus wrote: Hello, I have often longer equations of the type \startformula\startalign A = b c B = c d E = g h \intertext{Some intermediate text} F = h j G = k l \stopformula\stopalign I would like to keep the alignment (per page), however I also would like t

Re: [NTG-context] staticMPfigure & fonts

2006-07-18 Thread Aditya Mahajan
On Tue, 18 Jul 2006, Hans Hagen wrote: > Renaud AUBIN wrote: >> >> Hi all, >> >> Considering the test http://renojrl.lrv.uvsq.fr/testbed/ >> I have some problems using lucida: >> >> texexec gives some warnings: >> kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 0+420/600 --dpi >> 420 texnans

Re: [NTG-context] prevent hyphenation (flush left)

2006-07-18 Thread Otared Kavian
On 18 juil. 2006, at 17:27, Mojca Miklavec wrote: > \setuppapersize > [S6][S6] > > %\definetypeface [iwona] [ss] [sans] [iwona] [default] [encoding=ec] > %\setupbodyfont [iwona,12pt,ss] > > \setupbackgrounds > [page] > [background=page] > \definelayer > [page] > [wid

Re: [NTG-context] prevent hyphenation (flush left)

2006-07-18 Thread Mojca Miklavec
On 7/17/06, Hans Hagen wrote: > Mojca Miklavec wrote: > > Hello, > > > > I urgently need to have my \framed texts left-justified (no > > hyphenation and nothing may go over the right border) > > > > I know that it must be trivial, but I assume that explicit > > \exhyphenpenalty=1 > > \h

Re: [NTG-context] align question

2006-07-18 Thread Aditya Mahajan
On Mon, 17 Jul 2006, Hans Hagen wrote: > Bruce H. Wagner wrote: >> >> >> Incidentally, the reason I am using the LaTeX syntax is that we are >> translating LaTeX code into Context automatically using a perl script, and >> it's therefore much easier to stick to whatever LaTeX code works. >> Ba

Re: [NTG-context] New bib module release (2006.07.13)

2006-07-18 Thread Tobias Burnus
Hi Taco, Taco Hoekwater schrieb: > Your bugs are a bit bizarre. Fully granted. And (at least with today's t-bib) I cannot reproduce them anymore ... > My next upload (momentarily) will support: >\setupcite[author][authoretallimit=1, > otherstext=] > Thanks! It now wor

Re: [NTG-context] strange font switching (bug?)

2006-07-18 Thread Mojca Miklavec
On 7/18/06, Renaud AUBIN wrote: > Just a report: Same result here... Seems to be LM-related (it works fine > with lucida for example)... Indeed. With Antykwa it works as well. Mojca ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailm

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Mojca Miklavec
On 7/18/06, Adam Lindsay wrote: > Mojca Miklavec wrote: > > 5m is "inifinite enough" for me (I hope). I only need to fit the whole > > article on a single page and I guess that no article will go over this > > limit. > > FWIW, Acrobat 6 and earlier had severe problems with document dimensions > ove

Re: [NTG-context] strange font switching (bug?)

2006-07-18 Thread Renaud AUBIN
Just a report: Same result here... Seems to be LM-related (it works fine with lucida for example)... Mojca Miklavec a écrit : >Hello, > >can anyone explain this weird behaviour? The accents on the second >page are broken (setting bodyfont to 7pt at the beginning works OK and >using other sizes wo

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Adam Lindsay
Mojca Miklavec wrote: > 5m is "inifinite enough" for me (I hope). I only need to fit the whole > article on a single page and I guess that no article will go over this > limit. FWIW, Acrobat 6 and earlier had severe problems with document dimensions over 200cm, so keep that in mind for compatibi

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Mojca Miklavec
On 7/18/06, Hans Hagen wrote: > Mojca Miklavec wrote: > > Hello, > > > > Is there any way to create "infinite" paper size: such a paper that > > all the content fits exactly on a single page? ̣(As a workaroung I can > > still create a page of height 2m and then crop it if no other solution > > is a

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Taco Hoekwater
Mojca Miklavec wrote: > Hello, > > Is there any way to create "infinite" paper size: such a paper that > all the content fits exactly on a single page? ̣(As a workaroung I can Automatically cropping it back to the right size, you mean ? No, but that would be a neat feature. :-) > still create

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Mojca Miklavec
Thank you, Ricard and Taco, On 7/18/06, Taco Hoekwater wrote: > > Mojca Miklavec wrote: > > Hello, > > > > Is there any way to create "infinite" paper size: such a paper that > > all the content fits exactly on a single page? ̣(As a workaroung I can > > Automatically cropping it back to the right

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Taco Hoekwater
Hans Hagen wrote: > > \starttext > \startTEXpage > your 4 meter poem > \stopTEXpage > \stoptext doh! ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Hans Hagen
Taco Hoekwater wrote: > Ricard Roca wrote: > >> I think that's not possible because of TeX. TeX limits any dimension to 2^30 >> scaled points (~5.75 m). >> > > I just realized you can cheat just a little: > > \hsize=575cm > \advance \hsize \hsize > interesting indeed because

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Taco Hoekwater
Ricard Roca wrote: > I think that's not possible because of TeX. TeX limits any dimension to 2^30 > scaled points (~5.75 m). I just realized you can cheat just a little: \hsize=575cm \advance \hsize \hsize \message{\the\hsize} % reports 32720.66928pt ~ 11.5m A nice one

Re: [NTG-context] staticMPfigure & fonts

2006-07-18 Thread Hans Hagen
Renaud AUBIN wrote: > > Hi all, > > Considering the test http://renojrl.lrv.uvsq.fr/testbed/ > I have some problems using lucida: > > texexec gives some warnings: > kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 0+420/600 --dpi > 420 texnansi-raw-lbr > mktexpk: don't know how to create bitm

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Hans Hagen
Mojca Miklavec wrote: > Hello, > > Is there any way to create "infinite" paper size: such a paper that > all the content fits exactly on a single page? ̣(As a workaroung I can > still create a page of height 2m and then crop it if no other solution > is available.) > > \setuplayout > [width=8

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Patrick Gundlach
Hi Mojca, "Mojca Miklavec" <[EMAIL PROTECTED]> writes: > Is there any way to create "infinite" paper size: such a paper that > all the content fits exactly on a single page? ̣(As a workaroung I can > still create a page of height 2m and then crop it if no other solution > is available.) this is

Re: [NTG-context] "infinite" paper height

2006-07-18 Thread Ricard Roca
I think that's not possible because of TeX. TeX limits any dimension to 2^30 scaled points (~5.75 m). But that's only the TeX part. I don't know if dvi drivers can combine several TeX pages in one printer page infinitely. Possibly any of the PostScript tools? Ricard ___

[NTG-context] strange font switching (bug?)

2006-07-18 Thread Mojca Miklavec
Hello, can anyone explain this weird behaviour? The accents on the second page are broken (setting bodyfont to 7pt at the beginning works OK and using other sizes works as well.). \setupbodyfont[8pt] \startsetups{img} \switchtobodyfont[7pt] \stopsetups \starttext \ccaron\scaron\zcaron \page \se

[NTG-context] formula block with align and pagebreak

2006-07-18 Thread Tobias Burnus
Hello, I have often longer equations of the type \startformula\startalign A = b c B = c d E = g h \intertext{Some intermediate text} F = h j G = k l \stopformula\stopalign I would like to keep the alignment (per page), however I also would like to have automatic page breaks inbetween.

[NTG-context] "infinite" paper height

2006-07-18 Thread Mojca Miklavec
Hello, Is there any way to create "infinite" paper size: such a paper that all the content fits exactly on a single page? ̣(As a workaroung I can still create a page of height 2m and then crop it if no other solution is available.) \setuplayout [width=8cm] \definepapersize [infini

[NTG-context] staticMPfigure & fonts

2006-07-18 Thread Renaud AUBIN
Hi all, Considering the test http://renojrl.lrv.uvsq.fr/testbed/ I have some problems using lucida: texexec gives some warnings: kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 0+420/600 --dpi 420 texnansi-raw-lbr mktexpk: don't know how to create bitmap font for texnansi-raw-lbr. kpat

Re: [NTG-context] 2006.07.13 release notes (MP-related)

2006-07-18 Thread Mojca Miklavec
On 7/18/06, Renaud AUBIN wrote: > > Second, what's the difference between staticMPfigure and staticMPgraphic > and how (and where) can we use it ? Some advice are welcome in this part > because I use a lot of MPgraphic and I'm really interested to use > staticMPXXX if I can save some processing ti

Re: [NTG-context] tempdir support in texexec.rb

2006-07-18 Thread Mojca Miklavec
On 7/17/06, Matthias Wächter wrote: > Hi, > > Naively, I thought that the --tempdir option would allow the 'temporary' > files created/updated at a run of texexec be written to whatever is given as > --tempdir=/dir/, but it doesn't work, the files remain in the current > directory. Additionally,

Re: [NTG-context] New bib module release (2006.07.13)

2006-07-18 Thread Taco Hoekwater
Hi Tobias, Your bugs are a bit bizarre. It is not as hot now as it was yesterday evening, so I can think better now. Tobias Burnus wrote: > However, I still have some problems (see attached testcase): Testfile runs fine here: no empty braces except for 'url', which is correct. > \cite[doi][Sl

Re: [NTG-context] Context 2006.07.13 released

2006-07-18 Thread Hans Hagen
Renaud AUBIN wrote: > > > Hans Hagen a écrit : >> Renaud AUBIN wrote: >> >>> Hi, >>> >>> I'have updated my local ConTeXt to rel. 2006.07.14 and I obtain : >>> >>> >>>directdiscretionary >>> l.71 enddef \directdiscretionary >>> {;} >>> >>> Che

Re: [NTG-context] 2006.07.13 release notes (MP-related)

2006-07-18 Thread Hans Hagen
Renaud AUBIN wrote: > > Hi all, > > First, I don't understand this part of the release notes: > > "supp-mps.tex: > > * \startuseMPgraphic and \startusableMPgraphic no longer have an > argument" > > Does it mean that we don't have to use > \startuseMPgraphic{myMPgrapharg} ... \stopMPgraph

Re: [NTG-context] tempdir support in texexec.rb

2006-07-18 Thread Hans Hagen
Matthias Wächter wrote: > > OK, I will simply mark *.tmp, *.log, *.tui and *.tuo as "ignore". > i've marked (in tortoise) the following ones: *.tui *.tuo *.tub *.log *.top *.tmp *mpgraph* *mprun* > -

Re: [NTG-context] tempdir support in texexec.rb

2006-07-18 Thread Hans Hagen
Matthias Wächter wrote: > On 18.07.2006 10:29, Hans Hagen wrote: > if it's because of the temp files. you can run with --purge and get them removed >>> Well, then Context could not benefit from "incremental" builds with just >>> one run instead of 4 to 5 runs. But I get

Re: [NTG-context] tempdir support in texexec.rb

2006-07-18 Thread Matthias Wächter
On 18.07.2006 10:29, Hans Hagen wrote: >>> if it's because of the temp files. you can run with --purge and get them >>> removed >> Well, then Context could not benefit from "incremental" builds with just one >> run instead of 4 to 5 runs. But I get the idea. > eh ... the tuo file is kept Appeara

Re: [NTG-context] Context 2006.07.13 released

2006-07-18 Thread Renaud AUBIN
Hans Hagen a écrit : Renaud AUBIN wrote: Hi, I'have updated my local ConTeXt to rel. 2006.07.14 and I obtain : directdiscretionary l.71 enddef \directdiscretionary {;} Cheers, anything funny in your cont-loc/con

[NTG-context] 2006.07.13 release notes (MP-related)

2006-07-18 Thread Renaud AUBIN
Hi all, First, I don't understand this part of the release notes: "supp-mps.tex: \startuseMPgraphic and \startusableMPgraphic no longer have an argument" Does it mean that we don't have to use \startuseMPgraphic{myMPgrapharg} ... \stopMPgraphic with any myMPgrapharg ? I assume I've mi

Re: [NTG-context] tempdir support in texexec.rb

2006-07-18 Thread Hans Hagen
Matthias Wächter wrote: > On 17.07.2006 21:35, Hans Hagen wrote: > >> Matthias Wächter wrote: >> >>> Naively, I thought that the --tempdir option would allow the 'temporary' >>> files created/updated at a run of texexec be written to whatever is given >>> as --tempdir=/dir/, but it doesn'

Re: [NTG-context] Context 2006.07.13 released

2006-07-18 Thread Hans Hagen
Renaud AUBIN wrote: > Hi, > > I'have updated my local ConTeXt to rel. 2006.07.14 and I obtain : > > >directdiscretionary > l.71 enddef \directdiscretionary > {;} > > Cheers, > anything funny in your cont-loc/cont-sys or so?

Re: [NTG-context] tempdir support in texexec.rb

2006-07-18 Thread Matthias Wächter
On 17.07.2006 21:35, Hans Hagen wrote: > Matthias Wächter wrote: >> Naively, I thought that the --tempdir option would allow the 'temporary' >> files created/updated at a run of texexec be written to whatever is given as >> --tempdir=/dir/, but it doesn't work, the files remain in the current >>

[NTG-context] Figure. 3

2006-07-18 Thread David Arnold
All, Anyone know how to get a period after Figure in figure caption. I tried: \setupcaptions[separator=.] \starttext \placefigure [][fig:one] {Caption.} {\externalfigure[blank]} \stoptext And \let\floatcaptionsuffix=. \starttext \placefigure [][fig:one] {Caption.} {\externalfigure[blank]}

Re: [NTG-context] Context 2006.07.13 released

2006-07-18 Thread Renaud AUBIN
Minimal test: \useencoding[ffr] \mainlanguage[fr] \starttext Un essai, de ponctuation; un autre. \startuseMPgraphic{testMP} draw origin--(1cm,1cm); draw (origin--(1cm,1cm)) rotated 180; \stopuseMPgraphic \placefigure[here]{none}{\useMPgraphic{testMP}} \stoptext texexec returns: This is Met

Re: [NTG-context] Context 2006.07.13 released

2006-07-18 Thread Renaud AUBIN
Hi, I'have updated my local ConTeXt to rel. 2006.07.14 and I obtain : directdiscretionary l.71 enddef \directdiscretionary {;} Cheers, Renaud ___ ntg-context mailing list ntg-context@ntg.nl http://w

[NTG-context] Why doesn't this inherit?

2006-07-18 Thread David Arnold
Hans et all, We don't understand, why we have to uncomment the commented line in the code below to make section numbers go away? Why doesn't the enumeration inherit? \usemodule[colors] \setupcolors[state=start] \definecolor[lavender][r=0.25,b=0.75,t=0.095,a=1] \defineframedtext[MyBox] \def