Re: [NTG-context] A description question

2011-09-05 Thread Aditya Mahajan
On Tue, 6 Sep 2011, Marcin Borkowski wrote: Hi all! I have something like this: \definedescription[definition][ text=Definition, location=hanging, width=fit, align=flushleft, headstyle=bold, style=normal, ] \startdefinition{whatever} Lorem ipsum dolor sit amet, consectetur adipiscing e

[NTG-context] A description question

2011-09-05 Thread Marcin Borkowski
Hi all! I have something like this: \definedescription[definition][ text=Definition, location=hanging, width=fit, align=flushleft, headstyle=bold, style=normal, ] \startdefinition{whatever} Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent arcu nisl, interdum nec

Re: [NTG-context] No color with interaction and focus option is ignored

2011-09-05 Thread Khaled Hosny
On Tue, Aug 23, 2011 at 11:24:21PM +0200, Khaled Hosny wrote: > With latest betas links are not colored and the focus setting seems to > be ignored. > > \setupinteraction[state=start,focus=standard] > \starttext > Text\footnote{Note} \goto{example.com}[url(http://example.com)]. > \stoptext Still

Re: [NTG-context] Numbering footnote by page does not work in mkiv

2011-09-05 Thread Khaled Hosny
On Tue, Aug 23, 2011 at 11:17:16PM +0200, Khaled Hosny wrote: > The numbering is reset with mkii but not mkiv, is it broken or there is > a different wa to do it in mkiv? > > \setupnote[footnote][way=bypage] > \starttext > Text\footnote{Note} > \page > Text\footnote{Note} > \stoptext Still broken

[NTG-context] \otfchar

2011-09-05 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, It appears that \otfchar is gone ... Undefined control sequence ... Does anyone know the new protocol? Thnx in advance and Best wishes Idris -- Professor Idris Samawi Hamid, Editor-in-Chief International Journal of Shīʿī Studies Department of Philosophy Colorado State University

[NTG-context] Captions, negative indenting and \par

2011-09-05 Thread Honza Hejzl
Hello, I am trying to set captions like paragraphs where the label is indented negatively, like in case of itemize lists. I was successful but now I cant set the text like a paragraph, it means I need hyphenation. In some cases (different font) the picture is moved too much and is over the lines (h

Re: [NTG-context] transparency problem (mkiv)

2011-09-05 Thread Hans Hagen
On 5-9-2011 14:36, Peter Rolf wrote: Hi, I noticed some problems with transparency colors lately. But every time I tried to make a minimal example out of it, the code worked. Now, by chance, I found a not working example. \setuppagenumber[state=stop] \definecolor[tcolor][r=1,a=1,t=.6] \define

Re: [NTG-context] Exported figures

2011-09-05 Thread Aditya Mahajan
Normally, this should not matter, but sometimes part of the image is repeated due to rounding differences. what magic flag deals with a specific page in pdf in inkscape? I used svg2pdf which converts all pages of a pdf to split svg files. But, in the end, decided not to use svg images because

Re: [NTG-context] ConTeXt mode in emacs: disabling raising of superscripts?

2011-09-05 Thread Alasdair McAndrew
Thanks very much! -Alasdair On Mon, Sep 5, 2011 at 11:32 PM, Peter Münster wrote: > On Mon, Sep 05 2011, Alasdair McAndrew wrote: > > > I hope my subject line says it all: if I type, say $x^2$ in an emacs > > buffer, with ConTeXt-mode, the "2" is automatically raised. This to > > me looks ugly

Re: [NTG-context] ConTeXt mode in emacs: disabling raising of superscripts?

2011-09-05 Thread Peter Münster
On Mon, Sep 05 2011, Alasdair McAndrew wrote: > I hope my subject line says it all: if I type, say $x^2$ in an emacs > buffer, with ConTeXt-mode, the "2" is automatically raised.  This to > me looks ugly.  I've been searching through the emacs customization > options but haven't yet found what I n

[NTG-context] transparency problem (mkiv)

2011-09-05 Thread Peter Rolf
Hi, I noticed some problems with transparency colors lately. But every time I tried to make a minimal example out of it, the code worked. Now, by chance, I found a not working example. \setuppagenumber[state=stop] \definecolor[tcolor][r=1,a=1,t=.6] \definetextbackground[ghost] [background=col

Re: [NTG-context] Exported figures

2011-09-05 Thread Hans Hagen
On 28-8-2011 05:41, Aditya Mahajan wrote: Also, can you add background-repeat: no-repeat; to imagetemplate. local imagetemplate = [[ %s[id="%s"] { display : block ; background-image : url(%s) ; background-size : 100%% auto ; background-repeat:no-repeat; width : %s ; height : %s ; }]] ok Nor

Re: [NTG-context] no strut in \framed

2011-09-05 Thread Peter Rolf
Am 05.09.2011 00:39, schrieb Hans Hagen: > On 4-9-2011 20:23, Peter Rolf wrote: >> Am 04.09.2011 18:48, schrieb Hans Hagen: >>> On 4-9-2011 18:38, Peter Rolf wrote: Hi, I get no strut in \framed when using 'offset=overlay' or 'offset=none'. \setupcolors[state=start] >>