Re: [NTG-context] Context replacement for bibitem

2007-08-30 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] balancing colums

2007-08-30 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 now, esp.

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

2007-08-30 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 ; label(\sometxt{False},

[NTG-context] OT: typo-fun

2007-08-30 Thread frantisek holop
hi there, is it possible to achieve this somehow?: http://www.smashingmagazine.com/images/404-2/book.png :) -f -- the perfect guest is one who makes his host feel at home. ___ If your question is of interest to

Re: [NTG-context] OT: typo-fun

2007-08-30 Thread Wolfgang Schuster
2007/8/30, frantisek holop [EMAIL PROTECTED]: hi there, is it possible to achieve this somehow?: http://www.smashingmagazine.com/images/404-2/book.png \starttext \startpostponing[404] \startstandardmakeup[align=left] The page\crlf cannot be found \stopstandardmakeup \stoppostponing

Re: [NTG-context] OT: typo-fun

2007-08-30 Thread Hans Hagen
frantisek holop wrote: hi there, is it possible to achieve this somehow?: http://www.smashingmagazine.com/images/404-2/book.png :) \starttext \dorecurse{100}{\input tufte \par} \startpostponing \vbox to \vsize \bgroup \vfill \definedfont[Serif at 40pt] \setupinterlinespace

Re: [NTG-context] OT: typo-fun

2007-08-30 Thread frantisek holop
hmm, on Thu, Aug 30, 2007 at 02:37:02PM +0200, Hans Hagen said that frantisek holop wrote: hi there, is it possible to achieve this somehow?: http://www.smashingmagazine.com/images/404-2/book.png i am sorry, i wasn't specific enough. what i meant was, to have a book in context, any

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

2007-08-30 Thread Aditya Mahajan
On Thu, 30 Aug 2007, Hans Hagen wrote: picture p ; p := label(\sometxt{True}, origin) ; if test then draw p ; fi ; label(\sometxt{False}, (10,10)) ; Much cleaner. Thanks. Aditya ___ If your question is of

Re: [NTG-context] OT: typo-fun

2007-08-30 Thread Aditya Mahajan
On Thu, 30 Aug 2007, frantisek holop wrote: hmm, on Thu, Aug 30, 2007 at 02:37:02PM +0200, Hans Hagen said that frantisek holop wrote: hi there, is it possible to achieve this somehow?: http://www.smashingmagazine.com/images/404-2/book.png i am sorry, i wasn't specific enough. what i

Re: [NTG-context] Too small { in the fourier font

2007-08-30 Thread Aditya Mahajan
On Thu, 30 Aug 2007, Mikael Persson wrote: Hi all, when using the fourier font I get the wrong size of the opening { in the \startcases \stopcases environment. The following small example shows the problem and it fails both at my place and at http://live.contextgarden.net/ An easy

Re: [NTG-context] Too small { in the fourier font

2007-08-30 Thread Mikael Persson
Thanks, but if I try that, I dont get the fourier fonts at all, but the lm ones (both home and at live.contextgarden.net). Best regards, Micke P On 8/30/07, Aditya Mahajan [EMAIL PROTECTED] wrote: On Thu, 30 Aug 2007, Mikael Persson wrote: Hi all, when using the fourier font I get the

Re: [NTG-context] Too small { in the fourier font

2007-08-30 Thread George N. White III
On 8/30/07, Mikael Persson [EMAIL PROTECTED] wrote: Hi all, when using the fourier font I get the wrong size of the opening { in the \startcases \stopcases environment. The following small example shows the problem and it fails both at my place and at http://live.contextgarden.net/ I

Re: [NTG-context] page breaks and itemization

2007-08-30 Thread Henning Hraban Ramm
Am 2007-08-30 um 11:30 schrieb Jörg Hagmann: Itemizations occur very often in my manuscript (typically [packed,joinedup]). I would like page breaking to occur when the page is full, regardless of the number of lines left over on the next page (or the number of lines at the bottom of a

Re: [NTG-context] Too small { in the fourier font

2007-08-30 Thread Mikael Persson
Update: This seems to be a problem that is introduced after 20070403. I am running that version at work (minimal installation on linux there aswell), and there it looks OK with the fourier fonts. Another problem is given by $\hat f$. In the older one it looks OK, but in the newer the hat is

Re: [NTG-context] Context replacement for bibitem

2007-08-30 Thread Peter Schorsch
Hi Wolfgang, Replace this line with \expanded{\setupitemgroup[bibliography][1][n, \currentmoduleparameter{itemspace}*broad]} Unluckily that is not working :-( I also tried: \setupitemgroup[bibliography][1][n \expanded{\currentmoduleparameter{itemspace}}*broad] and

[NTG-context] color expansion (not colo-new related)

2007-08-30 Thread Peter Rolf
Hi all, I tried to seperate some style specific code to external variables. Most things work so far, but the expansion of color causes me problems. I must emphasize that this is no colo-new problem, as my code fails with the old colo-ini too. I have tried several things, but still no luck. What

Re: [NTG-context] Too small { in the fourier font

2007-08-30 Thread George N. White III
On 8/30/07, Mikael Persson [EMAIL PROTECTED] wrote: Update: This seems to be a problem that is introduced after 20070403. I am running that version at work (minimal installation on linux there aswell), and there it looks OK with the fourier fonts. There have been some major changes in font

Re: [NTG-context] Too small { in the fourier font

2007-08-30 Thread Hans Hagen
George N. White III wrote: On 8/30/07, Mikael Persson [EMAIL PROTECTED] wrote: Update: This seems to be a problem that is introduced after 20070403. I am running that version at work (minimal installation on linux there aswell), and there it looks OK with the fourier fonts. There have

Re: [NTG-context] color expansion (not colo-new related)

2007-08-30 Thread Hans Hagen
Peter Rolf wrote: Hi all, I tried to seperate some style specific code to external variables. Most things work so far, but the expansion of color causes me problems. I must emphasize that this is no colo-new problem, as my code fails with the old colo-ini too. I have tried several

Re: [NTG-context] Too small { in the fourier font

2007-08-30 Thread Aditya Mahajan
On Thu, 30 Aug 2007, Mikael Persson wrote: Thanks, but if I try that, I dont get the fourier fonts at all, but the lm ones (both home and at live.contextgarden.net). Sorry, did not notice that using texnansi encoding with fourier switches to lm. Probably the result of a fallback. Aditya

Re: [NTG-context] Too small { in the fourier font

2007-08-30 Thread Mikael Persson
On 8/30/07, Hans Hagen [EMAIL PROTECTED] wrote: George N. White III wrote: On 8/30/07, Mikael Persson [EMAIL PROTECTED] wrote: Update: This seems to be a problem that is introduced after 20070403. I am running that version at work (minimal installation on linux there aswell), and

Re: [NTG-context] Using context with cweave

2007-08-30 Thread Aditya Mahajan
On Tue, 28 Aug 2007, John Luciani wrote: On 8/28/07, luigi scarso [EMAIL PROTECTED] wrote: for screen ??? This is a new topicct for me; to compile, I have had a quick look inside m-cweb but nothing more. Actually I have no idea if one can have a screen version with some macro like

Re: [NTG-context] color expansion (not colo-new related)

2007-08-30 Thread Peter Rolf
Hans Hagen schrieb: Peter Rolf wrote: Hi all, I tried to seperate some style specific code to external variables. Most things work so far, but the expansion of color causes me problems. I must emphasize that this is no colo-new problem, as my code fails with the old colo-ini too. I have

[NTG-context] value-copy - e.g. in \textreference

2007-08-30 Thread Peter Schorsch
Hi, during my first tries of context-programming I bounced a couple of times against a problem I am calling myself my value-copy-border. E.g. number is a register/variable that helps numbering some paragraphs. Some of these paragraphs also should be cross-linked. But the pointer gets always the

[NTG-context] how to get a commalist out of {}-brackets

2007-08-30 Thread Peter Schorsch
Hi, I need to forward an embedded commalist to an subfunction. The problem: how can I get rid of the {}-brackets to access the embedded commalist? The functions looks like: \def\function#1[#2] {\getparameters[label][a=,b=,embedded=,#2] subfunction[\labelembedded] ...} \def\subfunction#1[#2]

Re: [NTG-context] how to get a commalist out of {}-brackets

2007-08-30 Thread Aditya Mahajan
On Thu, 30 Aug 2007, Peter Schorsch wrote: Hi, I need to forward an embedded commalist to an subfunction. The problem: how can I get rid of the {}-brackets to access the embedded commalist? The functions looks like: \def\function#1[#2] {\getparameters[label][a=,b=,embedded=,#2]

Re: [NTG-context] Problem with \starttable \stoptable and some math

2007-08-30 Thread WN
Compiles fine here, using the old I know it compiles, that is not the problem. But look closely at the output, in the starttable/stoptable the \oiint is ''ignored but in the startformula/stopformula it is shown. So the starttable/stoptable is doing something , what I don't know. That is

Re: [NTG-context] Problem with \starttable \stoptable and some math

2007-08-30 Thread Aditya Mahajan
On Fri, 31 Aug 2007, WN wrote: Compiles fine here, using the old I know it compiles, that is not the problem. But look closely at the output, in the starttable/stoptable the \oiint is ''ignored but in the startformula/stopformula it is shown. So the starttable/stoptable is doing

Re: [NTG-context] value-copy - e.g. in \textreference

2007-08-30 Thread Wolfgang Schuster
2007/8/30, Peter Schorsch [EMAIL PROTECTED]: Hi, during my first tries of context-programming I bounced a couple of times against a problem I am calling myself my value-copy-border. E.g. number is a register/variable that helps numbering some paragraphs. Some of these paragraphs also should