[NTG-context] Caption label

2011-09-22 Thread Felix Ingram
I'm defining a new float that I'd like to caption with its own label. Something like: \definefloat[picture][pictures] I'd then like the caption to read: Picture 1 - my caption text Picture 2 - etc At the moment I've used \setupcaption[picture][way=bytext] to sort out the numbering but I cannot

Re: [NTG-context] Captions

2011-09-22 Thread Hongwen Qiu
On 09/23/2011 06:10 AM, Felix Ingram wrote: I'm defining a new float that I'd like to caption with its own label. Something like: \definefloat[picture][pictures] I'd then like the caption to read: Picture 1 - my caption text Picture 2 - etc At the moment I've used \setupcaption[picture][way=b

[NTG-context] Captions

2011-09-22 Thread Felix Ingram
(apologies if you see this twice - posted from wrong account earlier) I'm defining a new float that I'd like to caption with its own label. Something like: \definefloat[picture][pictures] I'd then like the caption to read: Picture 1 - my caption text Picture 2 - etc At the moment I've used \se

Re: [NTG-context] Bibliography related questions

2011-09-22 Thread Pontus Lurcock
On Thu 22 Sep 2011, Alexandre Krispin wrote: > I am trying to get references working with Context as well as it did > with Biblatex. Since I didn't find anything helpful in the documentation > and the mailing-list, I ask here. It's true that bibliography documentation can be hard to find. The bes

Re: [NTG-context] Bibliography related questions

2011-09-22 Thread Christian
> Hi, > > On 22.09.2011 12:03, Christian wrote: > >> - Can I get hyperlinks working with references in Context ? For > >> example, with Biblatex with a citation and its reference, if I select > >> the authoryear style, then I get : "my citation" (author year). And > >> the reader can click on the

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Aditya Mahajan
On Thu, 22 Sep 2011, Yue Wang wrote: Hi, Aditya and Hans: On Thu, Sep 22, 2011 at 4:46 PM, Aditya Mahajan wrote: I haven't investigated what is going wrong, but a quick fix is \setuppapersize[A4,landscape][A4,landscape] I don't understand the arranging code, but doesn't the following also d

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Yue Wang
Hi, Aditya and Hans: On Thu, Sep 22, 2011 at 4:46 PM, Aditya Mahajan wrote: > I haven't investigated what is going wrong, but a quick fix is > > \setuppapersize[A4,landscape][A4,landscape] > > I don't understand the arranging code, but doesn't the following also do > what you want (without the ar

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Aditya Mahajan
On Thu, 22 Sep 2011, Yue Wang wrote: Hi, Aditya: What do you mean by "wrong result". \setuppapersize[A4,landscape] \starttext \input zapf \stoptext works fine (ver: 2011.09.20). See attached pdf. I know. MKIV works in this short sample. but XeTeX and pdfTeX don't, as my first mail indic

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Yue Wang
Hi, Aditya: >What do you mean by "wrong result". > >\setuppapersize[A4,landscape] > >\starttext >\input zapf >\stoptext > >works fine (ver: 2011.09.20). See attached pdf. I know. MKIV works in this short sample. but XeTeX and pdfTeX don't, as my first mail indicated. See attached pdf And, MKI

Re: [NTG-context] t-vim: additional space in \inlineX{}

2011-09-22 Thread Romain Diss
On tue, 22 Sep 2011, Aditya Mahajan wrote: > > This change does nothing here but the following works: > You also need to regenerate the format. Done... and it works of course! So obvious but I forgot to do it. > > Another not so linked question: what is the .mkvi extension for (in > > file- res.m

Re: [NTG-context] setupfootnotes failing

2011-09-22 Thread Meer, H. van der
Thanks for the reply. I was relying on my printed out ConTeXt-manual. Of course that on dates back from 2001, but I do not know of a newer one. Your commands-download now sits on my desktop for easy reference! Hans van der Meer On 22 sep. 2011, at 19:39, Wolfgang Schuster wrote: > > Am 22.09.

Re: [NTG-context] Fifth International ConTeXt User Meeting from September 19th until 24th

2011-09-22 Thread Mojca Miklavec
On Thu, Sep 22, 2011 at 12:14, Paul Menzel wrote: > Dear ConTeXt folks, > > > for those wondering why the traffic on this list is quite low during the > last few days, I guess the reason is most of the developers and active > supporters are attending the fifth International ConTeXt User Meeting > [

Re: [NTG-context] setupfootnotes failing

2011-09-22 Thread Wolfgang Schuster
Am 22.09.2011 um 08:13 schrieb Meer, H. van der: > Here is your minimal example. > > \starttext > \setupblank[line] > \setupfootnotes[way=bychapter,rule=off,split=verystrict] > Hello\crlf > \stoptext > > The error is triggered by \setupblank[normal]. > > The manual lists as possibilities: no

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Aditya Mahajan
On Thu, 22 Sep 2011, Yue Wang wrote: I think the bug appears in setup paper size as well: \setuppapersize[A4,landscape] \input zapf \bye produces the wrong result. What do you mean by "wrong result". \setuppapersize[A4,landscape] \starttext \input zapf \stoptext works fine (ver: 2011.09.20

Re: [NTG-context] t-vim: additional space in \inlineX{}

2011-09-22 Thread Aditya Mahajan
On Thu, 22 Sep 2011, Romain Diss wrote: On tue, 22 Sep 2011, Aditya Mahajan wrote: In file-res.mkvi change \long\def\dodoreadfile#true#false% - {#true + {#true% \relax \normalinput{\readfilename}% \relax} This change does nothing here but the following works: You also nee

Re: [NTG-context] Verbatim in framed text

2011-09-22 Thread Wolfgang Schuster
Am 22.09.2011 um 12:54 schrieb Felix Ingram: >> -- Forwarded message -- >> From: Wolfgang Schuster >> To: mailing list for ConTeXt users >> Date: Wed, 21 Sep 2011 13:09:42 +0200 >> Subject: Re: [NTG-context] Verbatim in framed text >> >> Am 20.09.2011 um 17:50 schrieb Felix Ing

Re: [NTG-context] Bibliography related questions

2011-09-22 Thread Stefan Müller
Hi, On 22.09.2011 12:03, Christian wrote: - Can I get hyperlinks working with references in Context ? For example, with Biblatex with a citation and its reference, if I select the authoryear style, then I get : "my citation" (author year). And the reader can click on the year and be redirected

[NTG-context] [PATCH] Small improvement for 'setuptex'

2011-09-22 Thread Vladimir Lomov
Hello. I'm using standard 'setuptex' file to set apropriate variables for my shell. I'd like to suggest small improvement for this file. See attached patch. P.S. The real use of this file is in my shell initialization scripts. It is sourced in specific way so I faced a situation when 'export' is

Re: [NTG-context] t-vim: additional space in \inlineX{}

2011-09-22 Thread Romain Diss
On tue, 22 Sep 2011, Aditya Mahajan wrote: > In file-res.mkvi change > > \long\def\dodoreadfile#true#false% > - {#true > + {#true% > \relax > \normalinput{\readfilename}% > \relax} This change does nothing here but the following works: > \def\InputFile#1{\input#1\relax} > \setu

Re: [NTG-context] Verbatim in framed text

2011-09-22 Thread Felix Ingram
> -- Forwarded message -- > From: Wolfgang Schuster > To: mailing list for ConTeXt users > Date: Wed, 21 Sep 2011 13:09:42 +0200 > Subject: Re: [NTG-context] Verbatim in framed text > > Am 20.09.2011 um 17:50 schrieb Felix Ingram: > >> Some of my verbatim lines are overflowing the

[NTG-context] Fifth International ConTeXt User Meeting from September 19th until 24th

2011-09-22 Thread Paul Menzel
Dear ConTeXt folks, for those wondering why the traffic on this list is quite low during the last few days, I guess the reason is most of the developers and active supporters are attending the fifth International ConTeXt User Meeting [1]. I wish a great time to everybody attending the meeting.

Re: [NTG-context] Bibliography related questions

2011-09-22 Thread Christian
> - Can I get hyperlinks working with references in Context ? For example, with > Biblatex with a citation and its reference, if I select the authoryear style, > then > I get : "my citation" (author year). And the reader can click on the year and > be > redirected to the reference in the bibliogr

[NTG-context] Bibliography related questions

2011-09-22 Thread Alexandre Krispin
Hello, I am trying to get references working with Context as well as it did with Biblatex. Since I didn't find anything helpful in the documentation and the mailing-list, I ask here. My setup at the moment is the following : \usemodule[bib] \usemodule[bibltx] \setupbibtex[database=test] \setuppub

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Yue Wang
Hi, I think the bug appears in setup paper size as well: \setuppapersize[A4,landscape] \input zapf \bye produces the wrong result. Yue Wang On Thu, Sep 22, 2011 at 2:07 AM, Yue Wang wrote: > Hi, Hans: > > There's a bug in \setuparranging. > > The following case is easy to be understood: > >