Re: [NTG-context] beta

2006-09-25 Thread Willi Egger
Thanks Hans, that was stupid me. Still it is not solved. Now I get the messagage test.1 is not found. In the log however I see, that a file testMPrun-mprun.1 is written. If the test file is altered in such a way that this testMPrun-mprun.1 file should be loaded, I still get the message, that th

Re: [NTG-context] beta

2006-09-25 Thread Hans Hagen
Willi Egger wrote: > Hi Wolfgang, > I tested your code. The result is negativ. My installation complains > abou tthe fact that the input file is not found > > This is MetaPost, Version 0.901 (Web2c 7.5.3) > (testMPrun-mprun.mp > ! I can't find file `test.mp'. > l.143 \input test.mp just input.mp

Re: [NTG-context] beta

2006-09-25 Thread Willi Egger
Hi Wolfgang, I tested your code. The result is negativ. My installation complains abou tthe fact that the input file is not found This is MetaPost, Version 0.901 (Web2c 7.5.3) (testMPrun-mprun.mp ! I can't find file `test.mp'. l.143 \input test.mp using ConTeXt ver: 2006.08.08 17:52 fmt: 2006.8

Re: [NTG-context] beta

2006-09-24 Thread Sanjoy Mahajan
> Can someone verify this error please or is there something wrong > with my code? The figure file is not found here as well (2006.08.08). But if I change it to: \startMPrun \input test.mp \stopMPrun \starttext \externalfigure[w-mprun.1][width=15mm] \stoptext then there's no problem (w.tex was

Re: [NTG-context] beta

2006-09-24 Thread Wolfgang Werners-Lucchini
> Some beta's back, the following was working. > -- > \startMPrun > \input test.mp > \stopMPrun > \starttext > \externalfigure[test.1][width=15mm] > \stoptext > -- > with > --test.mp- > beginfig(1) > draw (0,0) -- (1cm,1cm); > endfig

[NTG-context] beta

2006-09-20 Thread Wolfgang Werners-Lucchini
Hallo! Some beta's back, the following was working. -- \startMPrun \input test.mp \stopMPrun \starttext \externalfigure[test.1][width=15mm] \stoptext -- with --test.mp- beginfig(1) draw (0,0) -- (1cm,1cm); endfig; end --

Re: [NTG-context] beta

2006-09-19 Thread Hans Hagen
Bernd Militzer wrote: > Hi Hans, > > producing a table over several pages > > 1. the running tablehead is only on first page > 2. the running tablefoot is only on the last page > > that problem is also not fixed. > > Bernd > > > %%% TestFile > % > \starttext > % > \SetTableToWidth{\textwidth}

Re: [NTG-context] beta

2006-09-19 Thread Bernd Militzer
Hi Hans, please check the running table-heads producing a table over several pages 1. the running tablehead is only on first page 2. the running tablefoot is only on the last page that was not in version 5.2.4 % -- TestFile \starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyf

Re: [NTG-context] beta

2006-09-19 Thread Hans Hagen
Bernd Militzer wrote: > Peter M�nster schrieb: > >> On Mon, 18 Sep 2006, Bernd Militzer wrote: >> >> >> >>> {\startcombination[2] >>> >>> >> "2" is not a matrix. Try \startcombination[1*2] or \startcombination[2*1]. >> Cheers, Peter >> >> >> > thanks Peter, > it works

Re: [NTG-context] beta

2006-09-18 Thread Bernd Militzer
Peter Münster schrieb: > On Mon, 18 Sep 2006, Bernd Militzer wrote: > > >> {\startcombination[2] >> > > "2" is not a matrix. Try \startcombination[1*2] or \startcombination[2*1]. > Cheers, Peter > > thanks Peter, it works again. With version 5.2.4 it worked also with "2" alone Bernd ___

Re: [NTG-context] beta

2006-09-18 Thread Peter Münster
On Mon, 18 Sep 2006, Bernd Militzer wrote: > {\startcombination[2] "2" is not a matrix. Try \startcombination[1*2] or \startcombination[2*1]. Cheers, Peter -- http://pmrb.free.fr/contact/ ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.

Re: [NTG-context] beta

2006-09-17 Thread Bernd Militzer
Hi Hans, producing a table over several pages 1. the running tablehead is only on first page 2. the running tablefoot is only on the last page that problem is also not fixed. Bernd %%% TestFile % \starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyfont=9pt] \starttablehe

Re: [NTG-context] beta

2006-09-17 Thread Bernd Militzer
Hans Hagen schrieb: > Hi, > > I uploaded a beta release. If no further problems with the upgraded > figure inclusion and adapted metapost conversion are reported, we will > go current (otherwise a changelog will be impossible, even if most > changes are not reportable anyway) > > > Hans > > H

[NTG-context] beta

2006-09-17 Thread Hans Hagen
Hi, I uploaded a beta release. If no further problems with the upgraded figure inclusion and adapted metapost conversion are reported, we will go current (otherwise a changelog will be impossible, even if most changes are not reportable anyway) Hans -- -

Re: [NTG-context] beta

2006-09-15 Thread Wolfgang Werners-Lucchini
> a new beta: > > - cloned figure numbers fixed Before this beta, the following compiled ok but didn't use davidsnumber as figurenumber. With the last beta I got the appended error! number.tex \defineenumeration[whatever] \definenumber[davidsnumber] \setupnumber[w

[NTG-context] beta

2006-09-13 Thread Hans Hagen
a new beta: - cloned figure numbers fixed - new shades should work ok now - txt in mp should work again now Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt |

Re: [NTG-context] beta

2006-09-11 Thread Willi Egger
Hi, without the discussion whether or not to brave ... :-) I tested the new beta on some 50 Metapost/Metafun graphics. In one case I had the figures just placed with \useMPgraphic. In the other case the figures where setup as \startTEXpage. As far as I can see the pictures look ok. Willi Ha

[NTG-context] beta

2006-09-10 Thread Hans Hagen
the problem with the missing resource in reused mp graphic is fixed -- - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | f

Re: [NTG-context] beta

2006-09-10 Thread Peter Rolf
Hans Hagen wrote: > I uploaded a beta. Brave users met test if their mp graphics still come > out well since i cleaned up some of the mp to pdf code. > Hans, 'don't change a winning team' ;) Testfile is attached. Peter > Hans > \setuplayout[pdftex] \setupcolors[state=start] \startuniqueMPgrap

[NTG-context] beta

2006-09-10 Thread Hans Hagen
I uploaded a beta. Brave users met test if their mp graphics still come out well since i cleaned up some of the mp to pdf code. Hans -- - Hans Hagen | PRAGMA ADE Ridderstraat

Re: [NTG-context] beta: problems including a figure without providing explicit dimensions

2006-09-07 Thread Mojca Miklavec
On 9/7/06, Hans Hagen wrote: > Hans Hagen wrote: > > Mojca Miklavec wrote: > > > >> Hello, > >> > >> I have no idea which version I had installed before that, but after > >> upgrading to the latest beta and using an image filename.pdf the > >> following creates an error: > >> \externalfigure[fi

Re: [NTG-context] beta (31.08.2006)

2006-09-07 Thread Hans Hagen
Steffen Wolfrum wrote: > Am 06.09.2006 um 23:35 schrieb Hans Hagen: > > >> can you test the version i just uploaded and when it fails send me >> a test file? >> >> Hans >> > > > > Does this beta also provide a fix for the index bug (see below)? > no Hans ---

Re: [NTG-context] beta: problems including a figure without providing explicit dimensions

2006-09-07 Thread Hans Hagen
Hans Hagen wrote: > Mojca Miklavec wrote: > >> Hello, >> >> I have no idea which version I had installed before that, but after >> upgrading to the latest beta and using an image filename.pdf the >> following creates an error: >> \externalfigure[filename] >> (worked OK before), while >>

Re: [NTG-context] beta: problems including a figure without providing explicit dimensions

2006-09-07 Thread Hans Hagen
Mojca Miklavec wrote: > Hello, > > I have no idea which version I had installed before that, but after > upgrading to the latest beta and using an image filename.pdf the > following creates an error: > \externalfigure[filename] > (worked OK before), while > \externalfigure[filename][width=3

[NTG-context] beta: problems including a figure without providing explicit dimensions

2006-09-07 Thread Mojca Miklavec
Hello, I have no idea which version I had installed before that, but after upgrading to the latest beta and using an image filename.pdf the following creates an error: \externalfigure[filename] (worked OK before), while \externalfigure[filename][width=3cm] works OK. Here's the log: figur

Re: [NTG-context] beta (31.08.2006)

2006-09-07 Thread Peter Rolf
Hans Hagen wrote: > Peter Rolf wrote: >> Hi, >> >> just tested the new beta, but with no luck. I get the following error >> >> [. > can you test the version i just uploaded and when it fails send me a test > file? > test file is on the way > Hans > > ---

Re: [NTG-context] beta (31.08.2006)

2006-09-07 Thread Steffen Wolfrum
Am 06.09.2006 um 23:35 schrieb Hans Hagen: > > can you test the version i just uploaded and when it fails send me > a test file? > > Hans Does this beta also provide a fix for the index bug (see below)? Steffen > If I change your testfile by one line \page test text > > the output becomes

Re: [NTG-context] beta (31.08.2006)

2006-09-06 Thread Hans Hagen
Peter Rolf wrote: > Hi, > > just tested the new beta, but with no luck. I get the following error > > [. can you test the version i just uploaded and when it fails send me a test file? Hans -

[NTG-context] beta (31.08.2006)

2006-09-04 Thread Peter Rolf
Hi, just tested the new beta, but with no luck. I get the following error [..] {r:/tex/texmf-local/fonts/map/pdftex/context/texnansi-base.map} <../include/scr eenshots/firefox/1.07/options-general.png (PNG copy)> figures : dimensions : 426.84468pt x 354.57469pt figures : state :

Re: [NTG-context] beta

2006-08-31 Thread Peter Rolf
Hans Hagen wrote: > I uploaded a new beta (a few fixes to fig bases [better adapted to new > core-fig] and overlays [more robust for dimen0]) > No problems with overlays any more. Thanks Hans! Also thanks for the explanation of the register usage. I'll try to use an own register set in the future

[NTG-context] beta

2006-08-30 Thread Hans Hagen
I uploaded a new beta (a few fixes to fig bases [better adapted to new core-fig] and overlays [more robust for dimen0]) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 G

Re: [NTG-context] beta bib module issues

2006-06-30 Thread Taco Hoekwater
Mojca Miklavec wrote: > On 6/29/06, Taco Hoekwater wrote: > >>I've uploaded a new version to contextgarden. It fixes three bugs: >> >>* fix \type{\normalauthor} and \type{\normalshortauthor} spacing > > > Thanks. One space less ;) ... but still one space too much :( > In bibl-num, add a space

Re: [NTG-context] beta bib module issues

2006-06-30 Thread Mojca Miklavec
On 6/29/06, Taco Hoekwater wrote: > I've uploaded a new version to contextgarden. It fixes three bugs: > > * fix \type{\normalauthor} and \type{\normalshortauthor} spacing Thanks. One space less ;) ... but still one space too much :( \usemodule [bib] \setuppublications [alternative=num, cr

Re: [NTG-context] beta bib module issues

2006-06-29 Thread Johannes Graumann
Taco Hoekwater wrote: > * add \type{symbol=none} to \type{\setuplist} in unnumbered >mode to prevent typesetting of bare numbers Works now - thanks! Joh ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] beta bib module issues

2006-06-29 Thread Taco Hoekwater
Hi, Taco Hoekwater wrote: > Johannes Graumann wrote: > >>Hello, >> >>The current t-bib beta (t-bib-2006.06.23) available at >>http://dl.contextgarden.net/modules/t-bib-2006.06.23.zip has a problem: > > I'll fix this an Mojca's problem tomorrow (need a different machine). > Mojca, can you send m

[NTG-context] beta bib module issues

2006-06-28 Thread Taco Hoekwater
Johannes Graumann wrote: > Hello, > > The current t-bib beta (t-bib-2006.06.23) available at > http://dl.contextgarden.net/modules/t-bib-2006.06.23.zip has a problem: I'll fix this an Mojca's problem tomorrow (need a different machine). Mojca, can you send me a minimal example with extra spaces p

Re: [NTG-context] Beta Bibliography module

2006-06-17 Thread Johannes Graumann
Thanks Taco, for these changes. Have been using a preliminary version of this for a while in my 200 pages thesis with chapter specific bibliographies of hundred entries and up. Works marvelously! Joh Taco Hoekwater wrote: > Hi all, > > > I've just released a beta of the bibliography module for

Re: [NTG-context] Beta Bibliography module

2006-06-16 Thread Aditya Mahajan
Hi Taco, Thanks for the update. There is a small typo in the manual. The documentation of the manual is now 14 pages and not 12 pages as stated by in the references ;) Aditya On Fri, 16 Jun 2006, Taco Hoekwater wrote: > Hi all, > > > I've just released a beta of the bibliography module for

[NTG-context] Beta Bibliography module

2006-06-16 Thread Taco Hoekwater
Hi all, I've just released a beta of the bibliography module for testing. It can be downloaded from http://modules.contextgarden.net/bib as usual, and the version is now 2006.06.16 News, compared to the previous (April 11) version that is in the core distribution: * Better support for per-chapt

[NTG-context] beta

2006-04-17 Thread Hans Hagen
I uploaded a beta: - some TABLE extensions - a new (read: better) 'renumbering' feature (important when floats move to top/bottom of pages) - a small fix to itemize (bug crept in during optimization some time ago) Hans -

[NTG-context] beta

2006-04-10 Thread Hans Hagen
Hi, a uploaded a beta: - TABLE -> n/m cell access - regimes -> more and better (for mojca to check) - french -> mp actrive ; fix - for testers only: you can make a tree, say: .../tex/texmf-beta and unzip context in there then you can say (windows): SET TEXMFBETA=.../tex/texmf-beta an

Re: [NTG-context] beta

2006-04-10 Thread Hans Hagen
Taco Hoekwater wrote: > Hans Hagen wrote: > >> or preload none since loading is fast enough >> > > Agreed (there are never any assumptions abour preloaded regimes, are > there?). The mess with iso-8859-1 is more or less my fault. I fixed > up iso-8859-15 but never bothered with the old one

Re: [NTG-context] beta

2006-04-10 Thread Taco Hoekwater
Hans Hagen wrote: > > or preload none since loading is fast enough Agreed (there are never any assumptions abour preloaded regimes, are there?). The mess with iso-8859-1 is more or less my fault. I fixed up iso-8859-15 but never bothered with the old one. Taco

Re: [NTG-context] beta

2006-04-09 Thread Hans Hagen
Mojca Miklavec wrote: > On 4/8/06, Hans Hagen wrote: > >> (I wonder is we still need to preload regimes, maybe the ones mostly >> used ... which ones) >> > > If I knew how to do that, I would implement it in the following way: > > Somewhere it would be defined where a specific regime is loc

Re: [NTG-context] beta

2006-04-09 Thread Mojca Miklavec
On 4/8/06, Hans Hagen wrote: > (I wonder is we still need to preload regimes, maybe the ones mostly > used ... which ones) If I knew how to do that, I would implement it in the following way: Somewhere it would be defined where a specific regime is located \defineregimefile[cp1250][regi-cp125

Re: [NTG-context] beta

2006-04-09 Thread Hans Hagen
Mojca Miklavec wrote: >> cyrillic is indeed a bit messy >> >> can you check the alpha zips that i just uploaded? >> >> (I wonder is we still need to preload regimes, maybe the ones mostly >> used ... which ones) >> > > I'll check iso-8858-1 and iso-8859-7 (I think that I remember some > differ

Re: [NTG-context] beta

2006-04-08 Thread Mojca Miklavec
> cyrillic is indeed a bit messy > > can you check the alpha zips that i just uploaded? > > (I wonder is we still need to preload regimes, maybe the ones mostly > used ... which ones) I'll check iso-8858-1 and iso-8859-7 (I think that I remember some differences from the auto-generated files), but

Re: [NTG-context] beta

2006-04-08 Thread Hans Hagen
Mojca Miklavec wrote: > On 4/4/06, Taco Hoekwater wrote: > >> Hans Hagen wrote: >> >>> Hi, >>> >>> > > >>> - for mojca: take a look at regi-syn and let me know what vectors need >>> to be be added to the distribution >>> > > >> Mojca, it would be nice if you could give a

Re: [NTG-context] beta

2006-04-08 Thread Vit Zyka
Mojca Miklavec wrote: > On 4/4/06, Taco Hoekwater wrote: > >> >>Hans Hagen wrote: >> >>>Hi, >>> > > >>>- for mojca: take a look at regi-syn and let me know what vectors need >>>to be be added to the distribution > > >>Mojca, it would be nice if you could give a go/nogo signal quickly. >>I am s

Re: [NTG-context] beta

2006-04-07 Thread Mojca Miklavec
On 4/4/06, Taco Hoekwater wrote: > > > Hans Hagen wrote: > > Hi, > > >> - for mojca: take a look at regi-syn and let me know what vectors need >> to be be added to the distribution > > Mojca, it would be nice if you could give a go/nogo signal quickly. > I am slowly getting drowned with all the d

Re: [NTG-context] beta

2006-04-06 Thread Hans Hagen
Martin Kolařík wrote: > Hi Hans, > > you are a magician :-) > > I've included 8bit.zip which I processed using the latest beta (11:13 today). > Heads are OK, but there is still difference in TOC entries. I did not analyze > everything and I did not try play with expansion=yes/no and of course I d

[NTG-context] beta

2006-04-06 Thread Hans Hagen
Hi, I'm uploading a beta that may work better with xml and special encodings ... \enableregime[cp1250] \mainlanguage[cz] \starttext \title{Žluouècí konì úpí} \placelist[chapter][criterium=all] \startbuffer Žluouècí konì úpí \stopbuffer \defineXMLenvironment [chapter] {\defineXML

Re: [NTG-context] beta

2006-04-04 Thread Taco Hoekwater
Hans Hagen wrote: > Hi, > > later taco will give more details about changes/additions in his change-log Mojca, it would be nice if you could give a go/nogo signal quickly. I am slowly getting drowned with all the diff files so I am really eager to have Hans go ahead and release a new version :)

[NTG-context] beta

2006-04-04 Thread Hans Hagen
Hi, later taco will give more details about changes/additions in his change-log for the moment: - for index users: you can test utf 8, sort order (swedish) etc - for cp1250 users: it's there and you only need to give \enableregime since the vector will be loaded at runtime - for mojca: take a

Re: [NTG-context] beta

2006-03-31 Thread Hans Hagen
Taco Hoekwater wrote: > > * In core-reg.tex, \doflushatpar has gone in favour of \dogotpar, >but \complexdoseeregister and \dodolinkedregister still use it. > done > * \startsubstack ... stopsubstack still uses the \vadjust I wrote, >not Hans' improved version > done > * The bibliogra

Re: [NTG-context] beta

2006-03-31 Thread Taco Hoekwater
Gerben Wierda wrote: > On 29 Mar 2006, at 17:47, Hans Hagen wrote: > > >>i'll promote this to current when no problems are reported New stuff in the last beta: * support for ancient greek (untested) * some changes to m-streams (untested) * unic-032 and unic-033 are extended * a grouping fix i

Re: [NTG-context] beta

2006-03-31 Thread Hans Hagen
Gerben Wierda wrote: > On 29 Mar 2006, at 17:47, Hans Hagen wrote: > > >> i'll promote this to current when no problems are reported >> > > lettrine is missing > that's a third party module (for which i need to find a way to fetch them from the wiki and build an extra zip) Hans

Re: [NTG-context] beta

2006-03-30 Thread Gerben Wierda
On 29 Mar 2006, at 17:47, Hans Hagen wrote: > i'll promote this to current when no problems are reported lettrine is missing G ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] beta

2006-03-30 Thread Hans Hagen
Aditya Mahajan wrote: > On Thu, 30 Mar 2006, Taco Hoekwater wrote: > >> Aditya Mahajan wrote: >> >>> <--- On Mar 30, Taco Hoekwater wrote ---> >>> >>> * The broken eq reference (at least IMO this is a bug) \starttext \placeformula[eqn1] \startformula \startalig

Re: [NTG-context] beta

2006-03-30 Thread Hans Hagen
Taco Hoekwater wrote: > Hans Hagen wrote: > >>> * \usemodule[...p=...][modulename] % from Thomas and me >>> >>> >> can you explain a bit >> > > We would like the possibility to have options while loading > modules, and the cleanest way of doing that is to have an > optional argume

Re: [NTG-context] beta

2006-03-30 Thread Aditya Mahajan
On Thu, 30 Mar 2006, Taco Hoekwater wrote: > Aditya Mahajan wrote: >> <--- On Mar 30, Taco Hoekwater wrote ---> >> >>> * The broken eq reference (at least IMO this is a bug) >>> \starttext >>> \placeformula[eqn1] >>> \startformula \startalign[n=1] a\\ \stopalign \stopformula >>> See \in[eqn1] >

Re: [NTG-context] beta

2006-03-30 Thread Taco Hoekwater
Aditya Mahajan wrote: > <--- On Mar 30, Taco Hoekwater wrote ---> > >>* The broken eq reference (at least IMO this is a bug) >> \starttext >> \placeformula[eqn1] >> \startformula \startalign[n=1] a\\ \stopalign \stopformula >> See \in[eqn1] >> \stoptext > > I am not sure that this is a bug

Re: [NTG-context] beta

2006-03-30 Thread Aditya Mahajan
<--- On Mar 30, Taco Hoekwater wrote ---> > * The broken eq reference (at least IMO this is a bug) > \starttext > \placeformula[eqn1] > \startformula \startalign[n=1] a\\ \stopalign \stopformula > See \in[eqn1] > \stoptext I am not sure that this is a bug. Infact, I am not behaviour is

Re: [NTG-context] beta

2006-03-30 Thread Taco Hoekwater
Hans Hagen wrote: >>* \usemodule[...p=...][modulename] % from Thomas and me >> > can you explain a bit We would like the possibility to have options while loading modules, and the cleanest way of doing that is to have an optional argument to \usemodule, so we can have, e.g.: \usemodule[fo

Re: [NTG-context] beta

2006-03-30 Thread Hans Hagen
Taco Hoekwater wrote: > * \definetyping[prog][numbering=line,location=intext] % from nico > should work now > * The latest bib module > i should pick up that one > * \usemodule[...p=...][modulename] % from Thomas and me > can you explain a bit Hans

Re: [NTG-context] beta

2006-03-30 Thread Hans Hagen
Taco Hoekwater wrote: > Taco Hoekwater wrote: > >> Initial tests are fine, I say you already hard the math extensions >> included as well. But I have not tested the new 'paragraph' stuff, >> aqnd I do not know the status of the 'Curious blank page' problem. >> > >Initial tests are fine,

Re: [NTG-context] beta

2006-03-30 Thread Taco Hoekwater
Taco Hoekwater wrote: > Initial tests are fine, I say you already hard the math extensions > included as well. But I have not tested the new 'paragraph' stuff, > aqnd I do not know the status of the 'Curious blank page' problem. Initial tests are fine, I saw you already had the math extension

Re: [NTG-context] beta

2006-03-30 Thread Taco Hoekwater
Hans Hagen wrote: > Hi, > > i uploaded a beta: > > - a fix to verbatim (has to do with linenumbering) > - a cleaned up 'paragraph' mechanism (prelude to a real cleanup) > - some patches to the newmml module > > i'll promote this to current when no problems are reported Initial tests are fine,

[NTG-context] beta

2006-03-29 Thread Hans Hagen
Hi, i uploaded a beta: - a fix to verbatim (has to do with linenumbering) - a cleaned up 'paragraph' mechanism (prelude to a real cleanup) - some patches to the newmml module i'll promote this to current when no problems are reported Hans ---

[NTG-context] beta

2006-01-18 Thread Hans Hagen
Hi, i'm uploading a beta with - some changes/cleanups/extensions in the utf code - reorganization of chinese and japanese [new] - mathalignment (in core-mat) so don't use the posted math-ext now - a few fixes/extensions here and there (more info in release notes when there is a new current rele

Re: [NTG-context] Beta bib module release

2005-10-01 Thread Thomas A. Schmitz
Sorry, I meant a beard... no no, wait that was a deer uhmm On Oct 1, 2005, at 10:04 AM, Christopher Creutzig wrote: Thomas A. Schmitz wrote: On Sep 30, 2005, at 4:41 PM, Taco Hoekwater wrote: You're welcome. I am actually quite enjoying myself while doing this stuff. Glad to hear tha

Re: [NTG-context] Beta bib module release

2005-10-01 Thread Christopher Creutzig
Thomas A. Schmitz wrote: > > On Sep 30, 2005, at 4:41 PM, Taco Hoekwater wrote: >> You're welcome. I am actually quite enjoying myself while doing this >> stuff. > > > Glad to hear that. I'll buy you a bear nonetheless... Taco is running a zoo? ;-} Christopher

Re: [NTG-context] Beta bib module release

2005-09-30 Thread Thomas A. Schmitz
On Sep 30, 2005, at 4:41 PM, Taco Hoekwater wrote: that is: an extra pair of braces is needed inside the \edef. Hooray, now it works! You're welcome. I am actually quite enjoying myself while doing this stuff. Glad to hear that. I'll buy you a bear nonetheless... Thanks, and best Thoma

Re: [NTG-context] Beta bib module release

2005-09-30 Thread Taco Hoekwater
Thomas A. Schmitz wrote: I've added \cite[extras={, 10}][hoekwater] (note: the keyword "extras" only works in \cite, not in \setupcite) I hardly dare to tell you, but it's not working here; \cite[extras={, 10}][hoekwater] produces ][99 (and the , 10 is dropped). My bad. You can fix this y

Re: [NTG-context] Beta bib module release

2005-09-30 Thread Thomas A. Schmitz
Taco, you're my hero!!! On Sep 30, 2005, at 2:39 PM, Taco Hoekwater wrote: There is a new beta: http://tex.aanhet.net/bib/m-bib-beta-20050930.zip with the following changes: Found it. It's a buglet in the default \placelist actions. Fixed. Absolutely! Output is perfectly aligned now!

Re: [NTG-context] Beta bib module release

2005-09-30 Thread Taco Hoekwater
Hi again, There is a new beta: http://tex.aanhet.net/bib/m-bib-beta-20050930.zip with the following changes: Thomas A. Schmitz wrote: OK, I experimented a bit here, and I think I've narrowed it down: as soon as I set the option numbering=bib in \setuppublications, the distortions become

Re: [NTG-context] Beta bib module release

2005-09-30 Thread Thomas A. Schmitz
Taco, one more question: \completepublications produces a title "References" and formats it according to the chapter-heading, but doesn't write it to the list for the TOC, or am I missing something? Best Thomas ___ ntg-context mailing list ntg-co

Re: [NTG-context] Beta bib module release

2005-09-29 Thread Taco Hoekwater
Thomas A. Schmitz wrote: Hi Taco, disregard most of what I wrote yesterday: most of your new module is working fine, thanks so much! Haven't tested the new features yet, but will very soon. I'm especially thrilled by the \cite[right=] command and hope it works! One major (but probably

Re: [NTG-context] Beta bib module release

2005-09-29 Thread Thomas A. Schmitz
Hi Taco, disregard most of what I wrote yesterday: most of your new module is working fine, thanks so much! Haven't tested the new features yet, but will very soon. I'm especially thrilled by the \cite[right=] command and hope it works! One major (but probably easy-to-fix) problem is that

Re: [NTG-context] Beta bib module release

2005-09-29 Thread Taco Hoekwater
Hi Thomas, Thomas A.Schmitz wrote: Taco, just so you don't think nobody is interested in your new beta: I dlded it today and played with it, but had to revert to the old version because it somehow did not honor the modifications I made to \setuppublicationlayout (I was getting some defau

Re: [NTG-context] Beta bib module release

2005-09-28 Thread Idris Samawi Hamid
On Wed, 28 Sep 2005 22:46:32 +0200, Thomas A.Schmitz <[EMAIL PROTECTED]> wrote: Taco, just so you don't think nobody is interested in your new beta: The bib module is crucial for me as well. I've been using an ancient version (the stand-alone version) but I'll be trying out the new one soon

Re: [NTG-context] Beta bib module release

2005-09-28 Thread Thomas A . Schmitz
Taco, just so you don't think nobody is interested in your new beta: I dlded it today and played with it, but had to revert to the old version because it somehow did not honor the modifications I made to \setuppublicationlayout (I was getting some default instead of my own version, and th

[NTG-context] Beta bib module release

2005-09-27 Thread Taco Hoekwater
Hi, I have prepared a beta release of the bibliography module, and uploaded it as http://tex.aanhet.net/bib/m-bib-beta-20050927.zip Because it is only a beta, I have not fixed the documentation yet. The differences between this version and the one in the ConTeXt distribution are outlined bel

[NTG-context] beta version / dvips

2005-06-08 Thread Hans Hagen
Hi, The current beta (just uploaded) tries to satisfy dvips with regards to the map files; this means that pdftex, dvipdfmx and dvips all do thinsg automatically now; (the dvips alternative will be changed when map specials come available) so, we now have: texexec --ps somefile texexec --dp

[NTG-context] beta / pdftex

2003-11-27 Thread Hans Hagen
The latest version assumes the most recent pdftex, i'll fix this; if you run into troubles, add this to cont-new.tex: \ifx\pdfoptionpdfinclusionerrorlevel\undefined \newcount\pdfoptionpdfinclusionerrorlevel \fi \pdfoptionpdfinclusionerrorlevel=0 \ifx\pdfoptionpdfminorversion\undefined \new

<    4   5   6   7   8   9