[NTG-context] OT: TextMate2 has been opensourced (and comes with MacPorts now)

2012-08-16 Thread Mojca Miklavec
One of my favourite Mac editors (aka: dukenukemforevermaceditor) has recently been opensourced and can be installed via MacPorts (but also bought in the store to support developer). It's still in alpha, but ... it's there. Mojca PS: ConTeXt support by Patrick exists (it never became part of offic

Re: [NTG-context] Pointer to manual.

2012-08-16 Thread john Culleton
On Thu, 16 Aug 2012 17:25:45 +0200 Taco Hoekwater wrote: > On 08/16/2012 04:06 PM, john Culleton wrote: > > Still looking for a pointer to the latest revision of "Context > > Reference Manual" even if incomplete. Or is there a separate MKIV > > manual? > > > http://wiki.contextgarden.net/manual_b

Re: [NTG-context] Pointer to manual.

2012-08-16 Thread Peter Münster
On Thu, Aug 16 2012, Bill Meahan wrote: > FYI: The version at the wiki has a Cover Date of June 1, 2011 while the > version that comes with Tex Live 2012 has a Cover Date of June 9, 2011 That's the date of PDF compilation. > I haven't looked at the SVN version (yet). It's behind the cover (bot

Re: [NTG-context] Pointer to manual.

2012-08-16 Thread Bill Meahan
On 08/16/2012 11:25 AM, Taco Hoekwater wrote: On 08/16/2012 04:06 PM, john Culleton wrote: Still looking for a pointer to the latest revision of "Context Reference Manual" even if incomplete. Or is there a separate MKIV manual? http://wiki.contextgarden.net/manual_being_revised Best wishes, T

Re: [NTG-context] Pointer to manual.

2012-08-16 Thread Taco Hoekwater
On 08/16/2012 04:06 PM, john Culleton wrote: Still looking for a pointer to the latest revision of "Context Reference Manual" even if incomplete. Or is there a separate MKIV manual? http://wiki.contextgarden.net/manual_being_revised Best wishes, Taco ___

[NTG-context] Pointer to manual.

2012-08-16 Thread john Culleton
Still looking for a pointer to the latest revision of "Context Reference Manual" even if incomplete. Or is there a separate MKIV manual? -- John Culleton Free list of books for self-publishers: http://wexfordpress.net/shortlist.html Police Procedural and Expose: "Death Wore Black" "Create Book Co

Re: [NTG-context] Footer text style

2012-08-16 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Thu, 16 Aug 2012 10:07:27 +0200, Hans Hagen wrote: On 16-8-2012 09:53, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, I'm struggling a bit with setting font style for page footer: \setuppagenumbering [location={footer,middle}, ] \setupfooter[text][style=\bfc] \starttext

Re: [NTG-context] Footer text style

2012-08-16 Thread Hans Hagen
On 16-8-2012 09:53, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, I'm struggling a bit with setting font style for page footer: \setuppagenumbering [location={footer,middle}, ] \setupfooter[text][style=\bfc] \starttext \dorecurse{3}{\input knuth\page} \stoptext Why t

[NTG-context] Footer text style

2012-08-16 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I'm struggling a bit with setting font style for page footer: \setuppagenumbering [location={footer,middle}, ] \setupfooter[text][style=\bfc] \starttext \dorecurse{3}{\input knuth\page} \stoptext Why the footer is not bold and big ('\bfc')? - How to make it '\bfc'? TIA.