On Thu, Oct 29, 2009 at 00:42, Michael Green wrote:
On Oct 28, 2009, at 3:04 PM, Mojca Miklavec wrote:
Is there any Mac Tiger volunteer willing to test if binaries compiled on Snow Leopard work on Tiger? (No binaries are in minimals yet; I need some volunteer to test first.)
I'm willing. I even think I'm able, assuming the testing isn't very extensive.
No, I just wanted to know if the binary works at all. I wanted to send you the binary off-list first, but here it is instead: http://dl.contextgarden.net/misc/luatex once you download it you need to execute chmod +x luatex ./luatex All I want to know is if it works on Tiger, no extensive testing is needed. Mojca
On Thu, Oct 29, 2009 at 10:35, Mojca Miklavec wrote:
On Thu, Oct 29, 2009 at 00:42, Michael Green wrote:
On Oct 28, 2009, at 3:04 PM, Mojca Miklavec wrote:
Is there any Mac Tiger volunteer willing to test if binaries compiled on Snow Leopard work on Tiger? (No binaries are in minimals yet; I need some volunteer to test first.)
I'm willing. I even think I'm able, assuming the testing isn't very extensive.
No, I just wanted to know if the binary works at all. I wanted to send you the binary off-list first, but here it is instead: http://dl.contextgarden.net/misc/luatex once you download it you need to execute chmod +x luatex ./luatex
All I want to know is if it works on Tiger, no extensive testing is needed.
Sorry, I guess that I need to repeat the exercise. Can you please try just if http://dl.contextgarden.net/misc/hello works. Luatex most probably won't work ... and I need to figure out how to modify the building scripts. Apparently 10.6 compiles all the binaries for 64-bit architecture by default despite the fact that it claims to be i386. Luatex building scripts would need to be modified, pdftex doesn't cross-compile at all. Mojca
Hello, I found another funny effect. Please look at the following example: \setuplayout[header=\lineheight,headerdistance=\lineheight] \setupinterlinespace[line=18pt] \setupdelimitedtext[blockquote][style={\tfx\setupinterlinespace [line=2.8ex]}] \setupheader[style=\tfxx] % strut=yes \setupheadertexts[chapter][section] % try this % \setupheadertexts[\setups{head}] % or this \startsetups[head] \framed [width=broad,strut=yes,height=\lineheight,framecolor=red] {\getmarking[chapter]\hfill\getmarking[section]} \stopsetups \starttext \showstruts \showframe[text] \chapter{ÄÖÜy} \section{ÄÖÜy} \dorecurse{3}{% \dorecurse{3}{\input tufte \par} \startblockquote \dorecurse{3}{\input tufte \par} \stopblockquote} \stoptext Can you see the header jumping? What can one do to avoid this behavior? Greetings, Andreas
Andreas Harder wrote:
Hello,
I found another funny effect. Please look at the following example:
\setuplayout[header=\lineheight,headerdistance=\lineheight] \setupinterlinespace[line=18pt] \setupdelimitedtext[blockquote][style={\tfx\setupinterlinespace[line=2.8ex]}]
\setupheader[style=\tfxx] % strut=yes
\setupheadertexts[chapter][section] % try this % \setupheadertexts[\setups{head}] % or this
\startsetups[head] \framed [width=broad,strut=yes,height=\lineheight,framecolor=red] {\getmarking[chapter]\hfill\getmarking[section]} \stopsetups
\starttext \showstruts \showframe[text] \chapter{ÄÖÜy} \section{ÄÖÜy} \dorecurse{3}{% \dorecurse{3}{\input tufte \par} \startblockquote \dorecurse{3}{\input tufte \par} \stopblockquote} \stoptext
Can you see the header jumping? What can one do to avoid this behavior?
kind of tricky ... i uploaded a beta where you can say: \setupdelimitedtext[blockquote][style={\tfx\switchtointerlinespace[line=2.8ex]}] (analogue to \switchtobodyfont it is kind of local) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 29.10.2009 um 19:13 schrieb Hans Hagen:
Andreas Harder wrote:
Hello, I found another funny effect. Please look at the following example: \setuplayout[header=\lineheight,headerdistance=\lineheight] \setupinterlinespace[line=18pt] \setupdelimitedtext[blockquote][style={\tfx\setupinterlinespace [line=2.8ex]}] \setupheader[style=\tfxx] % strut=yes \setupheadertexts[chapter][section] % try this % \setupheadertexts[\setups{head}] % or this \startsetups[head] \framed [width=broad,strut=yes,height=\lineheight,framecolor=red] {\getmarking[chapter]\hfill\getmarking[section]} \stopsetups \starttext \showstruts \showframe[text] \chapter{ÄÖÜy} \section{ÄÖÜy} \dorecurse{3}{% \dorecurse{3}{\input tufte \par} \startblockquote \dorecurse{3}{\input tufte \par} \stopblockquote} \stoptext Can you see the header jumping? What can one do to avoid this behavior?
kind of tricky ... i uploaded a beta where you can say:
\setupdelimitedtext[blockquote][style={\tfx\switchtointerlinespace [line=2.8ex]}]
(analogue to \switchtobodyfont it is kind of local)
Thank you Hans, looks much better now. By the way, is grid typesetting still not working? If I try \setupdelimitedtext [blockquote] [before=\startgridcorrection, after=\stopgridcorrection, style={\tfx\switchtointerlinespace[line=2.8ex]}] the quote is alway kept on one page. Greetings, Andreas
Am 29.10.2009 um 22:24 schrieb Andreas Harder:
By the way, is grid typesetting still not working? If I try \setupdelimitedtext [blockquote] [before=\startgridcorrection, after=\stopgridcorrection, style={\tfx\switchtointerlinespace[line=2.8ex]}]
the quote is alway kept on one page.
\start/\stopbaselinecorrection store the content in a unbreakable box and the text will be always kept together, you can try \setupdelimitedtext [blockquote] [before=\baselinecorrection, after=\baselinecorrection, style={\tfx\switchtointerlinespace[line=2.8ex]}] Wolfgang
Am 29.10.2009 um 22:36 schrieb Wolfgang Schuster:
\start/\stopbaselinecorrection store the content in a unbreakable box and the text will be always kept together, you can try
\setupdelimitedtext [blockquote] [before=\baselinecorrection, after=\baselinecorrection, style={\tfx\switchtointerlinespace[line=2.8ex]}]
Thanks, but that kills the \switchtointerlinespace-setting. Andreas
participants (4)
-
Andreas Harder
-
Hans Hagen
-
Mojca Miklavec
-
Wolfgang Schuster