Re: [NTG-context] lilypond newbie

2007-05-29 Thread Piotr Kopszak
On Thu, May 10, 2007 at 09:36:15AM +0200, Steffen Wolfrum wrote: > On Wed, 9 May 2007 23:31:00 +0200, Henning Hraban Ramm wrote: > > Am 2007-05-09 um 13:47 schrieb Steffen Wolfrum: > > > > \enableregime[utf] > >> \usemodule[lilypond] > >> > >> \starttext > >> > >> \startlilypond > >> % Telemann,

[NTG-context] lilypond snippet in the wiki

2007-05-29 Thread Piotr Kopszak
Hello all the lilyponders on the list, When I run the snippet from the wiki in a slightly modified form: \usemodule[lilypond] \starttext There are some notes\lilypond[clef=no, time=no, staffsize=6]{ \relative{bes a c b} } embedded in this line. \stoptext I'm getting desired result except for

[NTG-context] [OT] dblatex

2007-05-29 Thread luigi scarso
http://dblatex.sourceforge.net/ DocBook to LaTeX/ConTeXt Publishing Does anyone know something about it ? -- luigi If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / h

Re: [NTG-context] incorrect hyphenation

2007-05-29 Thread Hans Hagen
Idris Samawi Hamid wrote: > Dear Hans, Taco, > > I'm getting bad English hyphenation all over the place with the recent > ConTeXt that comes with luatex: > > In the sample, look at the hyphenation of `near'. Did not send this to > the list because I don't know if this is an > official context rel

Re: [NTG-context] TOC, listalternative d, ragged right, interaction

2007-05-29 Thread luigi scarso
On 5/28/07, Daniel Schömer <[EMAIL PROTECTED]> wrote: Hi, I'm trying to alter the formatting of the table of contents for a document of chapters and sections. I will give it a look. -- luigi If your question is of interest to

Re: [NTG-context] incorrect hyphenation

2007-05-29 Thread Idris Samawi Hamid
On Tue, 29 May 2007 05:15:27 -0600, Hans Hagen <[EMAIL PROTECTED]> wrote: >> I'm getting bad English hyphenation all over the place with the recent >> ConTeXt that comes with luatex: >> >> In the sample, look at the hyphenation of `near'. Did not send this to >> the list because I don't know if th

Re: [NTG-context] incorrect hyphenation

2007-05-29 Thread Hans Hagen
Idris Samawi Hamid wrote: > On Tue, 29 May 2007 05:15:27 -0600, Hans Hagen <[EMAIL PROTECTED]> wrote: > > >>> I'm getting bad English hyphenation all over the place with the recent >>> ConTeXt that comes with luatex: >>> >>> In the sample, look at the hyphenation of `near'. Did not send this to

Re: [NTG-context] incorrect hyphenation

2007-05-29 Thread Idris Samawi Hamid
On Tue, 29 May 2007 06:45:15 -0600, Hans Hagen <[EMAIL PROTECTED]> wrote: >> Hmm, placed this in the preamble, stilll getting the same bad >> hyphenation... >> >> Does it need to go into a context/base file + reformat? if so which one? >> > replace t he old one in lang-ini and remake formats > > o

Re: [NTG-context] incorrect hyphenation

2007-05-29 Thread Idris Samawi Hamid
On Tue, 29 May 2007 07:03:15 -0600, Idris Samawi Hamid <[EMAIL PROTECTED]> wrote: > /zero.taboldstyle > /one.taboldstyle > /two.taboldstyle > /three.taboldstyle > /four.taboldstyle > /five.taboldstyle > /six.taboldstyle > /seven.taboldstyle > /eight.taboldstyle > /nine.taboldstyle > > The lm peo

Re: [NTG-context] Forcing a TABLE page break

2007-05-29 Thread luigi scarso
It seems broken. Need more time to investigate. ...dirty hack... \newdimen\spaceleft \def\pagespace{% \ifdim\pagetotal=0pt \spaceleft=\textheight \else \spaceleft=\pagegoal \advance\spaceleft by -\pagetotal \fi} \def\RuleToEnd{ \pagespace \newdimen\Temp \newcount\Tempc \Tempc=\numexpr\rowTBL

Re: [NTG-context] testing for broken links to external documents

2007-05-29 Thread Peter Münster
On Mon, 28 May 2007, Matthias Weber wrote: > is there a simple TeX/ConTeXt way to test in a TeX file whether a > link to an external document is broken > so that I get an error message if not? Quick and dirty: \def\UseURL[#1][#2]{% \executesystemcommand{% if wget -qO/dev/null #2 \lette

Re: [NTG-context] [OT] dblatex

2007-05-29 Thread nico
On Tue, 29 May 2007 09:11:57 +0200, luigi scarso <[EMAIL PROTECTED]> wrote: > http://dblatex.sourceforge.net/ > DocBook to LaTeX/ConTeXt Publishing Does anyone know something about it ? Indeed, i'm the humble maintainer of this DocBook to ConTeXt attempt. Do you have precise questions? You ca

Re: [NTG-context] [OT] dblatex

2007-05-29 Thread luigi scarso
On 5/29/07, nico <[EMAIL PROTECTED]> wrote: > On Tue, 29 May 2007 09:11:57 +0200, luigi scarso <[EMAIL PROTECTED]> > wrote: > > > http://dblatex.sourceforge.net/ > > DocBook to LaTeX/ConTeXt Publishing Does anyone know something about it ? > > Do you have precise questions? dbcontext-0.2pre.tar.bz

Re: [NTG-context] [OT] dblatex

2007-05-29 Thread nico
On Tue, 29 May 2007 22:31:08 +0200, luigi scarso <[EMAIL PROTECTED]> wrote: > On 5/29/07, nico <[EMAIL PROTECTED]> wrote: >> On Tue, 29 May 2007 09:11:57 +0200, luigi scarso >> <[EMAIL PROTECTED]> >> wrote: >> >> > http://dblatex.sourceforge.net/ >> > DocBook to LaTeX/ConTeXt Publishing Does a

Re: [NTG-context] [OT] dblatex

2007-05-29 Thread luigi scarso
> Not really stopped, rather dormant. The main reasons are: > - Context moves so much, and my system is so screwed up, that I cannot > update to a recent context release. > - There are very few users interested by dbcontext and then few bug > reports or update demands. > - There are some big fishes

Re: [NTG-context] testing for broken links to external documents

2007-05-29 Thread Matthias Weber
Thanks, this helps a lot! Matthias On May 29, 2007, at 1:22 PM, Peter Münster wrote: > On Mon, 28 May 2007, Matthias Weber wrote: > >> is there a simple TeX/ConTeXt way to test in a TeX file whether a >> link to an external document is broken >> so that I get an error message if not? > > Quick

Re: [NTG-context] TOC, listalternative d, ragged right, interaction

2007-05-29 Thread luigi scarso
On 5/29/07, luigi scarso <[EMAIL PROTECTED]> wrote: > > > On 5/28/07, Daniel Schömer <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm trying to alter the formatting of the table of contents for > > a document of chapters and sections. > > I will give it a look. Something to play with . \setuplist

Re: [NTG-context] [OT] dblatex

2007-05-29 Thread Johan Sandblom
2007/5/30, luigi scarso <[EMAIL PROTECTED]>: > > Not really stopped, rather dormant. The main reasons are: > > - Context moves so much, and my system is so screwed up, that I cannot > > update to a recent context release. > > - There are very few users interested by dbcontext and then few bug > > r