[NTG-context] widow and orphans in columns

2012-06-14 Thread Pavel Dohnal
Hello, I am trying to avoid widow and orphans in multicolumn document. My settings: \clubpenalty=1 \widowpenalty=1 does not any effect, and last row of the paragraph is on the only row of the second column. Column is is started by this command:

Re: [NTG-context] widow and orphans in columns

2012-06-14 Thread Philipp Gesang
Hi Pavel! ···date: 2012-06-14, Thursday···from: Pavel Dohnal··· Hello, I am trying to avoid widow and orphans in multicolumn document. My settings: \clubpenalty=1 \widowpenalty=1 does not any effect, and last row of the paragraph is on the only row of the second column. Column is is

Re: [NTG-context] widow and orphans in columns

2012-06-14 Thread Pavel Dohnal
Thank you! It works exactly as I need. Pavel 2012/6/14 Philipp Gesang ges...@stud.uni-heidelberg.de: Hi Pavel! ···date: 2012-06-14, Thursday···from: Pavel Dohnal··· Hello, I am trying to avoid widow and orphans in multicolumn document. My settings: \clubpenalty=1 \widowpenalty=1

[NTG-context] figures

2012-06-14 Thread Hans Hagen
Hi, I probably forgot to tell, but since a fee betas we have \setupexternalfigures [order={pdf,png,jpg}, directory={./images}, ..] i.e. the order key can enforce the quality order as well as limit the amount of lookups (which saves time when images are -still- missing) Hans

Re: [NTG-context] figures

2012-06-14 Thread Steffen Wolfrum
Nice feature! Thanks, Steffen Am 14.06.2012 um 09:56 schrieb Hans Hagen: Hi, I probably forgot to tell, but since a fee betas we have \setupexternalfigures [order={pdf,png,jpg}, directory={./images}, ..] i.e. the order key can enforce the quality order as well as limit the

[NTG-context] tables

2012-06-14 Thread Hans Hagen
Hi, two table mechanisms now have the textwidth (max available width) set to local which makes it work inside for instance text backgrounds \starttext \starttextbackground \input ward \bTABLE % [textwidth=local] \bTR \bTD \input ward \eTD \bTD \input

[NTG-context] vertical alignment in the header text

2012-06-14 Thread Jeong Dalyoung
Dear all, In the following sample, header text located at the top of the header. But, I'd like to align the header text in vertical center. I tried \dontleavehmode, \vfill, top=\vss, etc, but I couldn't succeed. \setuplayout[header=1cm, width=18cm, backspace=1.5cm]

Re: [NTG-context] vertical alignment in the header text

2012-06-14 Thread Hans Hagen
On 14-6-2012 12:31, Jeong Dalyoung wrote: \setuplayout[header=1cm, width=18cm, backspace=1.5cm] \setupbackgrounds[header][text][bottomframe=on,topframe=on] \setupheadertexts[][header\hfill header\hfill header] \setuppagenumbering[location=footer] \starttext \input knuth \stoptext

Re: [NTG-context] vertical alignment in the header text

2012-06-14 Thread Jeong Dalyoung
Dear Hans, Thank you for your solution. I tried \dontleavehmode\vfill infront of the header text which invoked an error. I didn't think about \setupheader. Thank you again. Best regards, Dalyoung 2012. 6. 14., 오후 7:52, Hans Hagen 작성: On 14-6-2012 12:31, Jeong Dalyoung wrote:

[NTG-context] Is it possible to generate eps files using metafun and context?

2012-06-14 Thread Hongwen Qiu
Hi, Is it possible to typeset the label with context and generate eps output files using the metafun format? If yes, then how? TIA. ___ If your question is of interest to others as well, please add an entry to the

[NTG-context] Testing the changing dimensions of boxes (in cycles) via Lua

2012-06-14 Thread Jaroslav Hajtmar
Hello ConTeXist and Lua experts. In a my Lua project I need to determine the changing dimensions of the TeX \vbox through Lua. In ConTeXt cycle, it works fine, but in the Lua cycle does not change the dimensions of the box. What am I doing wrong? Thank you. Jaroslav Hajtmar Here is my

[NTG-context] localfootnotes broken in latest beta?

2012-06-14 Thread Hongwen Qiu
Hi, The following minimal example works fine with context version 2011.05.18 18:04 and luatex version beta-0.70.1-2011061410 (rev 4277) comes along texlive 2011, but gives error with latest beta (context version 2012.06.13 23:46 and luatex version beta-0.70.2-2012052410 (TeX Live 2012)).

Re: [NTG-context] localfootnotes broken in latest beta?

2012-06-14 Thread Wolfgang Schuster
Am 15.06.2012 um 05:56 schrieb Hongwen Qiu: Hi, The following minimal example works fine with context version 2011.05.18 18:04 and luatex version beta-0.70.1-2011061410 (rev 4277) comes along texlive 2011, but gives error with latest beta (context version 2012.06.13 23:46 and luatex

Re: [NTG-context] localfootnotes broken in latest beta?

2012-06-14 Thread Hongwen Qiu
On 06/15/2012 12:18 PM, Wolfgang Schuster wrote: Use this for the moment: \placelocalfootnotes[height=\textheight] Thanks, this works fine. ___ If your question is of interest to others as well, please add an