Re: [NTG-context] A sometxt bug (rather misfeature)

2007-08-29 Thread Hans Hagen
Aditya Mahajan wrote: > On Wed, 29 Aug 2007, Aditya Mahajan wrote: > >> Hi, >> >> Found an interesting sometxt misfeature. >> >> \startMPinclusions >> boolean test ; test=true ; >> \stopMPinclusions >> >> \startbuffer[test] >> if test : >> label(\sometxt{True}, origin) ; >> fi ; >> lab

Re: [NTG-context] balancing colums

2007-08-29 Thread Wolfgang Schuster
2007/8/29, Henning Hraban Ramm <[EMAIL PROTECTED]>: > Am 2007-08-29 um 15:53 schrieb Jörg Hagmann: > > > In the following minimal example, the left column contains 5, the > > right > > one 3 lines. I tried \column to get 4 + 4, but it didn't work > > The columns features are broken for a long time

Re: [NTG-context] Context replacement for bibitem

2007-08-29 Thread Wolfgang Schuster
Hi Peter, 2007/8/30, Peter Schorsch <[EMAIL PROTECTED]>: > Hi, > > first thanks for your help. I got it working at the basic-level. I put it > into a module for the case that other beginner looking for the > bibitem-replacement. But two questions are left before I think, that the > module could be

Re: [NTG-context] itemize start=2

2007-08-29 Thread Wolfgang Schuster
2007/8/29, Wolfgang Werners-Lucchini <[EMAIL PROTECTED]>: > > > how can I start an itemization with 2 > > > > > > I have tried snippets like > > > > > > \setupitemgroup[[itemize][start=2] > > > \startitemize[n] > > > \item zwei > > > \item drei > > > \stopitemize > > > > > > but could'nt found a so

Re: [NTG-context] Context replacement for bibitem

2007-08-29 Thread Peter Schorsch
Hi, first thanks for your help. I got it working at the basic-level. I put it into a module for the case that other beginner looking for the bibitem-replacement. But two questions are left before I think, that the module could be uploaded to the wiki: - how to make the 12*broad flexible? \current

Re: [NTG-context] MKIV, hz, hanging punctuation

2007-08-29 Thread David Wooten
Can someone say when typographic "extras" like hz & hanging punctuation will be available in LuaTeX/MKIV for OpenType fonts? --- or are they already available? I thought I'd read a comment on this from Hans, but cannot for the life of me find it. >>> the pdftex hz code i

Re: [NTG-context] MKIV, hz, hanging punctuation

2007-08-29 Thread Hans Hagen
David Wooten wrote: > On Aug. 27, 2007, at Aug 27, 11:47 PM, Hans Hagen wrote: > >> David Wooten wrote: >>> Greetings all, >>> >>> Can someone say when typographic "extras" like hz & hanging >>> punctuation will be available in LuaTeX/MKIV for OpenType fonts? --- >>> or are they already available?

Re: [NTG-context] A sometxt bug (rather misfeature)

2007-08-29 Thread Aditya Mahajan
On Wed, 29 Aug 2007, Aditya Mahajan wrote: > Hi, > > Found an interesting sometxt misfeature. > > \startMPinclusions > boolean test ; test=true ; > \stopMPinclusions > > \startbuffer[test] > if test : > label(\sometxt{True}, origin) ; > fi ; > label(\sometxt{False}, (10,10)) ; > \stopb

[NTG-context] A sometxt bug (rather misfeature)

2007-08-29 Thread Aditya Mahajan
Hi, Found an interesting sometxt misfeature. \startMPinclusions boolean test ; test=true ; \stopMPinclusions \startbuffer[test] if test : label(\sometxt{True}, origin) ; fi ; label(\sometxt{False}, (10,10)) ; \stopbuffer \processMPbuffer[test] \blank[big] \startMPinitializati

Re: [NTG-context] luatex and typescripts/fonts

2007-08-29 Thread Hans Hagen
Thomas A. Schmitz wrote: > On Aug 29, 2007, at 7:21 PM, Hans Hagen wrote: > >> i'm preparing a new upload that should fix it ... >> > > Very nice sample file... But the 19:22 version doesn't fix it for the > Adobe fonts. Kerning has worked for me with the TeXGyre and LM fonts. that was base ke

Re: [NTG-context] MKIV, hz, hanging punctuation

2007-08-29 Thread David Wooten
On Aug. 27, 2007, at Aug 27, 11:47 PM, Hans Hagen wrote: > David Wooten wrote: >> Greetings all, >> >> Can someone say when typographic "extras" like hz & hanging >> punctuation will be available in LuaTeX/MKIV for OpenType fonts? --- >> or are they already available? I thought I'd read a comment

Re: [NTG-context] luatex and typescripts/fonts

2007-08-29 Thread Hans Hagen
Hans Hagen wrote: > Thomas A. Schmitz wrote: > >> But still no joy: I don't get any kerning. Tried with all sorts of >> settings for script= and language=, but to no avail. > > there is indeed aproblem with kerning, depends on the kind of lookup > (only the real complex contextual ones work);

Re: [NTG-context] luatex and typescripts/fonts

2007-08-29 Thread Thomas A. Schmitz
On Aug 29, 2007, at 7:21 PM, Hans Hagen wrote: > i'm preparing a new upload that should fix it ... > Very nice sample file... But the 19:22 version doesn't fix it for the Adobe fonts. Kerning has worked for me with the TeXGyre and LM fonts. Thanks for looking into it, Hans! Best Thomas

Re: [NTG-context] itemize start=2

2007-08-29 Thread Wolfgang Werners-Lucchini
> > how can I start an itemization with 2 > > > > I have tried snippets like > > > > \setupitemgroup[[itemize][start=2] > > \startitemize[n] > > \item zwei > > \item drei > > \stopitemize > > > > but could'nt found a solution. > > > > Btw.: Is there a differenz between > > > > \setupitemize[] > > >

Re: [NTG-context] luatex and typescripts/fonts

2007-08-29 Thread Hans Hagen
Thomas A. Schmitz wrote: > But still no joy: I don't get any kerning. Tried with all sorts of > settings for script= and language=, but to no avail. there is indeed aproblem with kerning, depends on the kind of lookup (only the real complex contextual ones work); i'll fix it Hans ---

Re: [NTG-context] balancing colums

2007-08-29 Thread Henning Hraban Ramm
Am 2007-08-29 um 15:53 schrieb Jörg Hagmann: > In the following minimal example, the left column contains 5, the > right > one 3 lines. I tried \column to get 4 + 4, but it didn't work The columns features are broken for a long time now, esp. with stuff like \startlines, \starttabulate etc.

Re: [NTG-context] luatex and typescripts/fonts

2007-08-29 Thread Thomas A. Schmitz
Wolfgang, Hans, thanks a lot for your replies, that was extremely helpful. On Aug 29, 2007, at 1:52 PM, Hans Hagen wrote: > > one option is to make two versions (name.mkii and name.mkiv) and > then in > the name.tex file say \loadmarkfile{name} which will choose the right > variant then > Ah,

[NTG-context] balancing colums

2007-08-29 Thread Jörg Hagmann
Sorry for interrupting the luatex discussion with a pedestrian question, but my book is almost finished, and this will not be the last one: In the following minimal example, the left column contains 5, the right one 3 lines. I tried \column to get 4 + 4, but it didn't work \starttext \startcol

Re: [NTG-context] luatex and typescripts/fonts

2007-08-29 Thread Hans Hagen
Thomas A. Schmitz wrote: > Hi guys, > > I missed some of the excitement of the last two weeks because I was > away. I tested the latest versions of ConTeXt and luatex and have > some problems: > > 1. Is there a simple switch to between luatex and pdftex? If I want > to write typescripts wit

Re: [NTG-context] luatex and typescripts/fonts

2007-08-29 Thread Wolfgang Schuster
2007/8/29, Thomas A. Schmitz <[EMAIL PROTECTED]>: > Hi guys, > > I missed some of the excitement of the last two weeks because I was > away. I tested the latest versions of ConTeXt and luatex and have > some problems: > > 1. Is there a simple switch to between luatex and pdftex? If I want > to writ

[NTG-context] luatex and typescripts/fonts

2007-08-29 Thread Thomas A. Schmitz
Hi guys, I missed some of the excitement of the last two weeks because I was away. I tested the latest versions of ConTeXt and luatex and have some problems: 1. Is there a simple switch to between luatex and pdftex? If I want to write typescripts with the new name: syntax, I'd like to have

Re: [NTG-context] Context replacement for bibitem

2007-08-29 Thread Wolfgang Schuster
Hi, I think you like also a article from the Maps about thebibliography in ConTeXt I found some time ago. http://maps.aanhet.net/maps/pdf/27_14.pdf Wolfgang 2007/8/29, Aditya Mahajan <[EMAIL PROTECTED]>: > On Wed, 29 Aug 2007, Peter Schorsch wrote: > > > Hi, > > > > I have done a little with Co