[NTG-context] Changing typeface for non-body text, using XeTeX -- how?

2010-02-21 Thread James Fisher
Hi all, I'm new to TeX, ConTeXt, and XeTeX. I'm progressing fine except for in one area: even though I'm told I'm using the best possible software for easy typeface use in TeX, I'm finding this area (i.e., fonts) confusing and badly documented. This is all the more surprising as what I want to do

Re: [NTG-context] Floats broken under some circumstances

2010-02-21 Thread Wolfgang Schuster
Am 21.02.10 21:37, schrieb Vyatcheslav Yatskovsky: Hi, Weird, but when I use rather big linespace \setupinterlinespace[line=28pt] and set \setupfloats[spaceafter=medium], then the error rises. With less interlinespace value or without spaceafter all works ok. Found the culprit. From strc-flt.

Re: [NTG-context] linetables broken?

2010-02-21 Thread Wolfgang Schuster
Am 21.02.10 23:42, schrieb Hans Hagen: Does that mean nothing is broken, but linetables need to be processed in buffers? indeed, as they are processed in several passes But why can't tabulate grab the content, was this a memory problem in MkII? TABLE and tabulate use also several passes and do

Re: [NTG-context] linetables broken?

2010-02-21 Thread Hans Hagen
On 21-2-2010 23:34, Thomas A. Schmitz wrote: On Feb 21, 2010, at 11:31 PM, Wolfgang Schuster wrote: You can use the buffer method for linetables \startbuffer[test] \NC[background=color,backgroundcolor=darkred] xxx \NC yy \NC d \NC \NC ff \NC\NR \stopbuffer \processlinetablebuffer[t

Re: [NTG-context] linetables broken?

2010-02-21 Thread Thomas A. Schmitz
On Feb 21, 2010, at 11:31 PM, Wolfgang Schuster wrote: > You can use the buffer method for linetables > > \startbuffer[test] > \NC[background=color,backgroundcolor=darkred] xxx \NC yy \NC d \NC > \NC ff \NC\NR > \stopbuffer > > \processlinetablebuffer[test] > > Wolfgang Wolfgang, th

Re: [NTG-context] linetables broken?

2010-02-21 Thread Wolfgang Schuster
Am 21.02.10 23:14, schrieb Thomas A. Schmitz: Hi all, when I played a bit with linetables today, I found out that something's broken here. Minimal example (simplified from tabl-ltb.mkiv): \startlinetable \NC[background=color,backgroundcolor=darkred] xxx \NC yy \NC d \NC e

Re: [NTG-context] doifmode with a buffer following this command

2010-02-21 Thread Willi Egger
Thanks, does works fine! Willi On Feb 21, 2010, at 6:50 PM, Hans Hagen wrote: On 21-2-2010 17:59, Willi Egger wrote: Hi, If I use multiple modes I need to use also \doifmode{}{}. Now it appears that it is nomore possible to have \start/stopbuffer inside the second pair of braces of \doifmode.

[NTG-context] linetables broken?

2010-02-21 Thread Thomas A. Schmitz
Hi all, when I played a bit with linetables today, I found out that something's broken here. Minimal example (simplified from tabl-ltb.mkiv): \starttext \startlinetable \NC[background=color,backgroundcolor=darkred] xxx \NC yy \NC d \NC \NC ff \NC \NR \stoplinetable

Re: [NTG-context] ConTeXt minimal Win32 : kpathsea510.dll can not found !!!

2010-02-21 Thread Mojca Miklavec
On Sun, Feb 21, 2010 at 21:09, Vnpenguin wrote: > Hi all, > Just download http://minimals.contextgarden.net/setup/context-setup-mswin.zip > and run first-setup.bat and I see the error about : > texlua.exe looks for kpathsea510.dll but this file was not found in > the distribution !!! I see only fil

Re: [NTG-context] ConTeXt minimal Win32 : kpathsea510.dll can not found !!!

2010-02-21 Thread Vnpenguin
On Sun, Feb 21, 2010 at 21:55, Hans Hagen wrote: > > use the minimals from the garden instead > In this page http://wiki.contextgarden.net/ConTeXt_Minimals , all links are on server minimals.contextgarden.net. Is there another server with fixed distro ? Thanks, __

Re: [NTG-context] Floats broken under some circumstances

2010-02-21 Thread Wolfgang Schuster
Am 21.02.10 21:37, schrieb Vyatcheslav Yatskovsky: Hi, Weird, but when I use rather big linespace \setupinterlinespace[line=28pt] and set \setupfloats[spaceafter=medium], then the error rises. With less interlinespace value or without spaceafter all works ok. Can you send a example. Wolfgang

Re: [NTG-context] ConTeXt minimal Win32 : kpathsea510.dll can not found !!!

2010-02-21 Thread Hans Hagen
On 21-2-2010 21:09, Vnpenguin wrote: Hi all, Just download http://minimals.contextgarden.net/setup/context-setup-mswin.zip and run first-setup.bat and I see the error about : texlua.exe looks for kpathsea510.dll but this file was not found in the distribution !!! I see only file kpathsearch510.dl

[NTG-context] Floats broken under some circumstances

2010-02-21 Thread Vyatcheslav Yatskovsky
Hi, Weird, but when I use rather big linespace \setupinterlinespace[line=28pt] and set \setupfloats[spaceafter=medium], then the error rises. With less interlinespace value or without spaceafter all works ok. !pages : flushing realpage 1, userpage 1, subpage 1 floatblocks : 1 moved ! Missing

[NTG-context] ConTeXt minimal Win32 : kpathsea510.dll can not found !!!

2010-02-21 Thread Vnpenguin
Hi all, Just download http://minimals.contextgarden.net/setup/context-setup-mswin.zip and run first-setup.bat and I see the error about : texlua.exe looks for kpathsea510.dll but this file was not found in the distribution !!! I see only file kpathsearch510.dll so I make a copy of this and rename t

Re: [NTG-context] doifmode with a buffer following this command

2010-02-21 Thread Hans Hagen
On 21-2-2010 17:59, Willi Egger wrote: Hi, If I use multiple modes I need to use also \doifmode{}{}. Now it appears that it is nomore possible to have \start/stopbuffer inside the second pair of braces of \doifmode. This results in an error in MKIV and in no output in MKII Runaway argument? \bf

Re: [NTG-context] doifmode with a buffer following this command

2010-02-21 Thread Peter Münster
On Sun, 21 Feb 2010, Willi Egger wrote: > If I use multiple modes I need to use also \doifmode{}{}. \startmode[...] ... \stopmode is better in this case. Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/ __

Re: [NTG-context] dorecurse...

2010-02-21 Thread Willi Egger
No! Even with a comment on my own account ;-( very bad! Thanks Willi On Feb 21, 2010, at 5:57 PM, Wolfgang Schuster wrote: Am 21.02.10 17:51, schrieb Willi Egger: Hm, that I see your answer I think I have seen this earlier :-( http://randomdeterminism.wordpress.com/2009/03/05/tex-programming

Re: [NTG-context] ConTeXt update

2010-02-21 Thread Hans Hagen
On 21-2-2010 17:44, Mojca Miklavec wrote: On Sun, Feb 21, 2010 at 15:11, Troy Henderson wrote: Mojca, This is great news. Perhaps this page should be updated http://wiki.contextgarden.net/Lucida Not yet. It needs to start working in the first place. Math is still pretty broken (some basic c

[NTG-context] doifmode with a buffer following this command

2010-02-21 Thread Willi Egger
Hi, If I use multiple modes I need to use also \doifmode{}{}. Now it appears that it is nomore possible to have \start/stopbuffer inside the second pair of braces of \doifmode. This results in an error in MKIV and in no output in MKII Runaway argument? \bfc Text \stopbuffer \getbuffer [T

Re: [NTG-context] dorecurse...

2010-02-21 Thread Wolfgang Schuster
Am 21.02.10 17:51, schrieb Willi Egger: Hm, that I see your answer I think I have seen this earlier :-( http://randomdeterminism.wordpress.com/2009/03/05/tex-programming-the-past-the-present-and-the-future/ Wolfgang __

Re: [NTG-context] dorecurse...

2010-02-21 Thread Willi Egger
Hello Wolfgang, Thank yo very much, indeed! Hm, that I see your answer I think I have seen this earlier :-( Willi On Feb 21, 2010, at 12:07 PM, Wolfgang Schuster wrote: Am 21.02.10 11:37, schrieb Willi Egger: Hello, I was busy to build a larger table with a lot of empty but numbered rows

Re: [NTG-context] error with footnotes blackrule

2010-02-21 Thread Hans Hagen
On 21-2-2010 13:16, Steffen Wolfrum wrote: \def\MyRule{\blackrule[width=18mm,height=0.4pt]\blank[2mm]} \unexpanded\def \setupfootnotes [rule=\MyRule] This harmless vertical space did it up to now. this is because we now can say rule={on,r2l} which idris needed desparately ---

Re: [NTG-context] error with footnotes blackrule

2010-02-21 Thread Wolfgang Schuster
Am 21.02.10 13:16, schrieb Steffen Wolfrum: Hi, todays minimal gives an error: Runaway argument? \letvalue {\??vn \c!rule :c:\currentnote }\normalnoterule , \v!normal \ETC. ! File ended while scanning use of \p!compareprocessactionD. \par <*> ./notetext.tex ? The cause is

Re: [NTG-context] minimals: kfreebsd-i686 (debian)

2010-02-21 Thread Mojca Miklavec
2010/2/21 Vedran Miletić : > 2010/2/19 Mojca Miklavec : >> Eem ... while trying to add the architecture, I noticed that we >> don't have the basic TeX Live binaries (which has never been the case >> before). >> >> Alan - you'll need to compile TeX Live tree as well, sorry for that >> ... (and p

[NTG-context] error with footnotes blackrule

2010-02-21 Thread Steffen Wolfrum
Hi, todays minimal gives an error: Runaway argument? \letvalue {\??vn \c!rule :c:\currentnote }\normalnoterule , \v!normal \ETC. ! File ended while scanning use of \p!compareprocessactionD. \par <*> ./notetext.tex ? The cause is "\blank[2mm]" in this exam

Re: [NTG-context] minimals: kfreebsd-i686 (debian)

2010-02-21 Thread Vedran Miletić
2010/2/19 Mojca Miklavec : > Eem ... while trying to add the architecture, I noticed that we > don't have the basic TeX Live binaries (which has never been the case > before). > > Alan - you'll need to compile TeX Live tree as well, sorry for that > ... (and put it somewhere online where I can

Re: [NTG-context] dorecurse...

2010-02-21 Thread Wolfgang Schuster
Am 21.02.10 11:37, schrieb Willi Egger: Hello, I was busy to build a larger table with a lot of empty but numbered rows. So I thought to use the \dorecurse macro to help me. Now I can't recall the actual value of \recurselevel. Interestingly it fails only when calling for preparing whole row

[NTG-context] dorecurse...

2010-02-21 Thread Willi Egger
Hello, I was busy to build a larger table with a lot of empty but numbered rows. So I thought to use the \dorecurse macro to help me. Now I can't recall the actual value of \recurselevel. Interestingly it fails only when calling for preparing whole rows in the table. When the \recurseleve

Re: [NTG-context] Left, right, top, bottom margins in a \framed box

2010-02-21 Thread Bernhard Rosensteiner
liebe Grüße Bernhard Rosensteiner - brosenstei...@gmail.com - Am 21.02.2010 um 09:54 schrieb Wolfgang Schuster: > Am 20.02.10 22:15, schrieb Bernhard Rosensteiner: I'm wondering how I can get different margins between the contents of a framed box and its left, right, top or bottom

Re: [NTG-context] Left, right, top, bottom margins in a \framed box

2010-02-21 Thread Wolfgang Schuster
Am 20.02.10 22:15, schrieb Bernhard Rosensteiner: I'm wondering how I can get different margins between the contents of a framed box and its left, right, top or bottom border. Somehow "offset" affects all margins simultaneously MkIV only: (l|r|t|b)offset sorry for opening an ol