[NTG-context] Alter text to "Figure"

2017-02-27 Thread Procházka Lukáš Ing .
Hello, how to alter auto-text to figures placed by "\placefloat[]{Caption}{\externalfigure[]}" to be: "Figure 1. Caption" instead of "Figure 1 Caption", IOW, how to add "." after the figure "auto-text"? Best regards, Lukas -- Ing. Lukáš Procházka |

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread Otared Kavian
Dear Mohammad Hossein, Thank you for sharing this rawsteps-mkiv code: it works very smoothly and nicely: I haven’t done yet a real life presentation with it, but on your examples and a few other simple ones, your code works very well. Best regards: OK > On 27 Feb 2017, at 19:28, Mohammad

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread Mohammad Hossein Bateni
I once ported RawSteps to MkIV but have not touched it in a while (and probably won't have time to anytime soon). Ten months ago, it used to work almost fine. https://github.com/bateni/rawsteps-mkiv On Mon, Feb 27, 2017 at 12:00 PM, Otared Kavian wrote: > Hi, > > If you use

Re: [NTG-context] Formula numbering conversion

2017-02-27 Thread Antoine Cailliau
I try to replicate the following : https://mailman.ntg.nl/pipermail/ntg-context/2006/021038.html (i.e. the equivalent of \tag in latex/amsmath). More precisely this: > %8<-- > \def\placeformulatag% >{\dosingleempty\doplaceformulatag} >

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread Otared Kavian
Hi, If you use mkii you can still use RawSteps, but in mkiv it does not work properly and should be rewritten. However, as Hans indicates, one can use \startsetp and friends, as shown in the example presentations found in your directory texmf/doc/context/presentations Best regrads: OK

Re: [NTG-context] Formula numbering conversion

2017-02-27 Thread Antoine Cailliau
Thanks. I updated the wiki. On 27 February 2017 at 17:18, Pablo Rodriguez wrote: > On 02/27/2017 04:55 PM, Antoine Cailliau wrote: > > The following code is documented to change the numbering of the > equations. > > However, this still use numerals for the equations. > > [...] >

Re: [NTG-context] Formula numbering conversion

2017-02-27 Thread Pablo Rodriguez
On 02/27/2017 04:55 PM, Antoine Cailliau wrote: > The following code is documented to change the numbering of the equations. > However, this still use numerals for the equations. > [...] > Is this a bug ? Is it the correct way to change the numbering ? Hi Antoine, it’s numberconversion (as it

[NTG-context] Formula numbering conversion

2017-02-27 Thread Antoine Cailliau
The following code is documented to change the numbering of the equations. However, this still use numerals for the equations. \setupformulas[conversion=characters] \starttext \placeformula[test] \startformula E = mc^2 \stopformula \stoptext Is this a bug ? Is it the correct way to change

Re: [NTG-context] Lua code and percent sign

2017-02-27 Thread Antoine Cailliau
Thank you ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl /

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread kaddour kardio
http://wiki.contextgarden.net/RawSteps is it still relevant dear Hans ? On Mon, Feb 27, 2017 at 3:37 PM, Hans Hagen wrote: > On 2/27/2017 1:16 PM, dam...@thiriet.web4me.fr wrote: > >> Hello, >> >> >> I have been switching to conTEXt to prepare some of my teaching stuff. I >> have

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread Hans Hagen
On 2/27/2017 1:16 PM, dam...@thiriet.web4me.fr wrote: Hello, I have been switching to conTEXt to prepare some of my teaching stuff. I have read the context ref manual, the wiki and browsed the web, but couldn't find anything related to so-called overlays in beamer (I justed greped mail

Re: [NTG-context] Lua code and percent sign

2017-02-27 Thread Hans Hagen
On 2/27/2017 2:11 PM, Antoine Cailliau wrote: The following code, from the wiki, results in a compilation error: \starttext \ctxlua{context(string.format("\%.2f", math.pi))} \stoptext \startluacode ... \stopluacode but not in macros where the % is normally a comment again

[NTG-context] Lua code and percent sign

2017-02-27 Thread Antoine Cailliau
The following code, from the wiki, results in a compilation error: \starttext > \ctxlua{context(string.format("\%.2f", math.pi))} > \stoptext The error is: [\directlua]:1: invalid escape sequence near '\%' > 1 \starttext > 2 > 3 >> \ctxlua{context(string.format("\%.2f", math.pi))} > 4 > 5

[NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread damien
Hello, I have been switching to conTEXt to prepare some of my teaching stuff. I have read the context ref manual, the wiki and browsed the web, but couldn't find anything related to so-called overlays in beamer (I justed greped mail archives for 2015–2017). What would be the conTEXt way to