Re: [NTG-context] orphans and widows in poems

2013-06-16 Thread Wolfgang Schuster
Am 17.06.2013 um 02:36 schrieb Bill Meahan : > On 6/16/2013 3:46 AM, Pablo Rodríguez wrote: >> >> >> I'm afraid that I get widow lines in the lines environment. >> >> Is there no way to avoid orphans and widows in the lines environment? > It's a bit ugly, but if the poem consists of individual

Re: [NTG-context] orphans and widows in poems

2013-06-16 Thread Aditya Mahajan
On Sun, 16 Jun 2013, Bill Meahan wrote: On 6/16/2013 3:46 AM, Pablo Rodríguez wrote: I'm afraid that I get widow lines in the lines environment. Is there no way to avoid orphans and widows in the lines environment? It's a bit ugly, but if the poem consists of individual stanzas, you can put

Re: [NTG-context] orphans and widows in poems

2013-06-16 Thread Bill Meahan
On 6/16/2013 3:46 AM, Pablo Rodríguez wrote: I'm afraid that I get widow lines in the lines environment. Is there no way to avoid orphans and widows in the lines environment? It's a bit ugly, but if the poem consists of individual stanzas, you can put each stanza in an non-bordered frame. e

Re: [NTG-context] [***SPAM***] Celsius or Me

2013-06-16 Thread hwitloc
Wolfgang, thank you for pointing out that an argument was needed with the \celsius macro. darel Wolfgang Schuster wrote: > > The \celsius command expects a argument (e.g. \celsius{5}) which is missing > in your document. > > Wolfgang > Regarding: > > Am 15.06.2013 um 18:17 schrieb d.henma

Re: [NTG-context] orphans and widows in poems

2013-06-16 Thread Wolfgang Schuster
Am 16.06.2013 um 09:46 schrieb Pablo Rodríguez : > Dear list, > > I have a document that contains a long poem and although it contains the > following code: > > \setuplayout[setups=*lessstrict] > \startsetups[*lessstrict] >\setup[reset] >\widowpenalty=1 >\clubpenalty=1 >

Re: [NTG-context] embedding ConTeXt code in an xtable

2013-06-16 Thread Wolfgang Schuster
Am 16.06.2013 um 17:05 schrieb Sander Maijers : > On 15-06-13 19:42, Wolfgang Schuster wrote: >> >> Am 15.06.2013 um 18:01 schrieb Sander Maijers : >> >>> I am now using xtable to have an XMLish document to store a table. How I >>> can embed ConTeXt code like $\Delta{}N_{\text{test}}$ >>> in t

[NTG-context] Disabling interactive citations

2013-06-16 Thread Sander Maijers
I want to disable the clickable citations (in MkIV) while keeping other interaction for things like cross-references. So far I unsuccessfully tried some commands in my environment file like: \setupcite[interaction=stop,compress=yes] This is just my guesswork as I haven't found documentation fo

Re: [NTG-context] embedding ConTeXt code in an xtable

2013-06-16 Thread Sander Maijers
On 15-06-13 19:42, Wolfgang Schuster wrote: Am 15.06.2013 um 18:01 schrieb Sander Maijers : I am now using xtable to have an XMLish document to store a table. How I can embed ConTeXt code like $\Delta{}N_{\text{test}}$ in the external XML file file with the table? In other words, having math

[NTG-context] mathvariant bold NOT bold-italic

2013-06-16 Thread Steffen Wolfrum
Hi, as far as I have understood MathML, elements tagged with mathvariant=bold should be set upright bold, not bold-italic. Could this be corrected, please? Thank you very much! Steffen --- \usemodule[mathml] \starttext \placeformula\startformula[9pt] \setbuffer http://www.w3.org/1998/Math

Re: [NTG-context] Learning ConTeXt from the Ground Up

2013-06-16 Thread Dmitriy Tokarev
> To gather information about ConTeXt I have > - read the ConTeXt Reference Manual (http://pmrb.free.fr/contextref.pdf) > - bought a couple of the published books by Hans Hagen > - started reading the "TeX book" by Donald Knuth In addition to the "TeX book" you might be interested in "TeX for the

[NTG-context] orphans and widows in poems

2013-06-16 Thread Pablo Rodríguez
Dear list, I have a document that contains a long poem and although it contains the following code: \setuplayout[setups=*lessstrict] \startsetups[*lessstrict] \setup[reset] \widowpenalty=1 \clubpenalty=1 \brokenpenalty=1 \stopsetups I'm afraid that I get widow lines i