Re: [NTG-context] Vim wiki page updated

2016-11-05 Thread Alan Braslau
Hans, Nicola, Being a vim user (and not presently taking much advantage of the syntax highlighting), and a MP fan, I will take care of this (in coordination with Hans, eventually). Alan > On 3 Nov 2016, at 08:37, Nicola wrote: > > On 03/11/2016 12:28, Hans Hagen

Re: [NTG-context] Clickable question/answer numbers

2016-11-05 Thread Mikael P. Sundqvist
Dear Wolfgang, thank you for the information. I will probably do that in next document, since it seems convenient. Best regards, Mikael On Sat, Nov 5, 2016 at 1:38 PM, Wolfgang Schuster wrote: > Mikael P. Sundqvist > 4. November 2016 um 16:33 > Thank you very

Re: [NTG-context] Clickable question/answer numbers

2016-11-05 Thread Wolfgang Schuster
Mikael P. Sundqvist 4. November 2016 um 16:33 Thank you very much Wolfgang! Now I can get exactly what I need, see the example below (also tested with my larger document, available at http://www.maths.lth.se/matematiklth/personal/mickep/analysB2ht16/analys-context.pdf).

Re: [NTG-context] Framedtext in a float

2016-11-05 Thread Wolfgang Schuster
Fabrice Couvreur 1. November 2016 um 12:09 Okay, so to change locally, I do this: \placerecipe{}{ \setupframedtexts[MyFrame][width=10cm] \startMyFrame[Title=One] You can set the width with \startMyFrame, e.g. \startMyFrame[Title=One,width=10cm]

Re: [NTG-context] Vim wiki page updated

2016-11-05 Thread Wolfgang Schuster
Nicola 3. November 2016 um 11:25 On 03/11/2016 10:45, Hans Hagen wrote: On 11/2/2016 11:35 PM, Aditya Mahajan wrote: On Wed, 2 Nov 2016, Nicola wrote: The syntax scripts in Vim already cover all of MetaFun. MetaFun keywords are highlighted by default inside

Re: [NTG-context] Framedtext in a float

2016-11-05 Thread Alan Braslau
Sounds something like how PowerPoint works (but adjusting point size to fit a frame...). Alan > On 1 Nov 2016, at 04:17, Piotr Kopszak wrote: > > You mean, you effectively want ConTeXt to choose best proportions for > the framed text on its own? I guess very few designers

Re: [NTG-context] Influence enumeration spacing

2016-11-05 Thread Wolfgang Schuster
Jan Willem Flamma 25. Oktober 2016 um 15:34 Dear list members, In the MWE below the amount of vertical space between the enumeration header and the question text seems to fully controlled by the global \setupwhitespace[big] setting. I would like to reduce the

Re: [NTG-context] Clickable question/answer numbers

2016-11-05 Thread Wolfgang Schuster
Otared Kavian 5. November 2016 um 18:34 Hi Wolfgang, Hi Mikael, Thank you both for your great inputs! I tried to modify the code each of you sent yesterday in order to « couple » automatically each question with its answer, using the keyword « coupling=… », but

Re: [NTG-context] Vim wiki page updated

2016-11-05 Thread Nicola
On 02/11/2016 23:35, Aditya Mahajan wrote: On Wed, 2 Nov 2016, Nicola wrote: I could maybe create a GitHub repository, to make it easier to merge your work. That will be nice. Then I can also send you pull requests for specific things. Here it is:

Re: [NTG-context] Clickable question/answer numbers

2016-11-05 Thread Otared Kavian
Hi Wolfgang, Hi Mikael, Thank you both for your great inputs! I tried to modify the code each of you sent yesterday in order to « couple » automatically each question with its answer, using the keyword « coupling=… », but somehow I am unable to create automatic references by extracting the

[NTG-context] floats in xtable flush with frame

2016-11-05 Thread Michael Eidenbenz
Hello, I want to place floats in an xtable but cannot get rid of the gap between the float and the frame. I sort of can eliminate the gap on the top with \setupfloat [offset=-2.5pt] but this doesnt seem to be the right way. Is there a parameter to control this? Thanks Michael \showframe

Re: [NTG-context] Vim wiki page updated

2016-11-05 Thread Nicola
On 05/11/2016 15:45, Alan Braslau wrote: Hans, Nicola, Being a vim user (and not presently taking much advantage of the syntax highlighting), and a MP fan, I will take care of this (in coordination with Hans, eventually). Alan For what is worth, I attach the Ruby script I am using. It