[NTG-context] Context to epub: itemize

2015-02-16 Thread Axel Kielhorn
Hi, I'm trying to generate epub from ConTeXt and I couldn't get the itemize environment to work. I follow http://wiki.contextgarden.net/ePub and get the structure described but when I look into the xhtml, there is no itemize environment. (At least no with Safari, Firefox or Calibre.) When use

[NTG-context] Bug with macro tightfunction (Metafun)

2015-02-16 Thread Fabrice Couvreur
Hi, This code generates an error while it was working fine a month ago. Best regards, Fabrice \definecolor[mycolor][c=.4,m=0,y=0,k=0] \starttext \start \switchtobodyfont[small] \startMPcode input hvdm; input tex; l:=3mm; r:=0.6; alfa:=45; beta:=0; gamma:=0;

Re: [NTG-context] Hatch an area with Metapost (Metafun)

2015-02-16 Thread Fabrice
Hi, This does not work with : labeloffset := 2mm; Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Pablo Rodriguez
On 02/16/2015 12:41 PM, Jaroslav Hajtmar wrote: Hi ConTeXist. After a long time I tried to recompile ConTeXt file that contained the \executesystemcommand. It seems to me that this command stopped working. Can anyone confirm or refute this my perception? Hi Jaroslav, the sample you sent

Re: [NTG-context] Bug with macro tightfunction (Metafun)

2015-02-16 Thread Pablo Rodriguez
On 02/16/2015 06:00 PM, Fabrice Couvreur wrote: Hi, This code generates an error while it was working fine a month ago. Hi Fabrice, MP is too much fun for me ;-)). I mean, this is all Greek to me. I can only report that I get an empty page with both the latest beta from 2015.02.03 23:55 and

Re: [NTG-context] Context to epub: itemize

2015-02-16 Thread Hans Hagen
On 2/16/2015 5:17 PM, Axel Kielhorn wrote: Hi, I'm trying to generate epub from ConTeXt and I couldn't get the itemize environment to work. I follow http://wiki.contextgarden.net/ePub and get the structure described but when I look into the xhtml, there is no itemize environment. (At least

Re: [NTG-context] Bug with macro tightfunction (Metafun)

2015-02-16 Thread Hans Hagen
On 2/16/2015 6:00 PM, Fabrice Couvreur wrote: Hi, This code generates an error while it was working fine a month ago. tightfunction was redundant, use curvedfunction instead (I have been cleaning up all that code as a prelude to an updat efor the metafun manual) Hans

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Hans Hagen
On 2/16/2015 10:20 PM, Jaroslav Hajtmar wrote: Thanks to Pablo for testing of functionality. Does anyone know whether it could be related to the random last comprehensive update of Win7? I read that Microsoft corrected with problem of big security hole. It is strange that a few days ago I find

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Aditya Mahajan
On Mon, 16 Feb 2015, Jaroslav Hajtmar wrote: Hi ConTeXist. After a long time I tried to recompile ConTeXt file that contained the \executesystemcommand. It seems to me that this command stopped working. Can anyone confirm or refute this my perception? I call \executesystemcommand to compiling

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Jaroslav Hajtmar
Thanx Aditya for reply. I compile this ConTeXt file: \starttext \immediate\write18{context --version} \stoptext with last standalone version of ConTeXt (minimals). Below is the console output and log file. I do not know whether this can decipher be from a reading. It seems that write18 is

Re: [NTG-context] Bug with macro tightfunction (Metafun)

2015-02-16 Thread Hans Hagen
On 2/16/2015 6:00 PM, Fabrice Couvreur wrote: Hi, This code generates an error while it was working fine a month ago. Best regards, Fabrice \definecolor[mycolor][c=.4,m=0,y=0,k=0] \starttext \start \switchtobodyfont[small] \startMPcode input hvdm; input tex; l:=3mm; r:=0.6;

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Aditya Mahajan
On Mon, 16 Feb 2015, Jaroslav Hajtmar wrote: Thanx Aditya for reply. I compile this ConTeXt file: \starttext \immediate\write18{context --version} \stoptext with last standalone version of ConTeXt (minimals). Below is the console output and log file. write18 is enabled on your system; I

[NTG-context] Epub format Was: Re: Context to epub: itemize

2015-02-16 Thread Keith J. Schultz
Hi Axel, All, You have mentioned that most current ebook readers can not display MathML. Well, the problem lies in the epub guidelines for the readers. The problem is even worse. many readers do not even implement the full HTML5 standard. though that is the standard used in the latest epub

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread luigi scarso
On Mon, Feb 16, 2015 at 11:44 PM, Jaroslav Hajtmar hajt...@gyza.cz wrote: Thanx Aditya for reply. I compile this ConTeXt file: \starttext \immediate\write18{context --version} \stoptext \starttext \immediate\write18{echo OO} \stoptext works ok here

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Jaroslav Hajtmar
Thanks to Pablo for testing of functionality. Does anyone know whether it could be related to the random last comprehensive update of Win7? I read that Microsoft corrected with problem of big security hole. It is strange that a few days ago I find it all worked very well and after the last

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Jaroslav Hajtmar
Hi Aditya. Thanx for reply. I am sending result from output console from your example ie: \starttext \writestatus{test}{before calling shell command} \immediate\write18{echo HELP} \writestatus{test}{after calling shell command} \stoptext Output is below. Regarding the call ConTeXt, I often

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Jaroslav Hajtmar
Hi Luigi. Thanx for reply. I am sending result from output console from your example ie: \starttext \immediate\write18{echo OO} \stoptext Output is below. To be honest, I've never done such a thing and did not examine how many times ConTeXt runs. I have

Re: [NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Pablo Rodriguez
On 02/16/2015 10:20 PM, Jaroslav Hajtmar wrote: Thanks to Pablo for testing of functionality. Does anyone know whether it could be related to the random last comprehensive update of Win7? I read that Microsoft corrected with problem of big security hole. It is strange that a few days ago

Re: [NTG-context] Context to epub: itemize

2015-02-16 Thread Axel Kielhorn
Am 16.02.2015 um 19:55 schrieb Hans Hagen pra...@wxs.nl: On 2/16/2015 5:17 PM, Axel Kielhorn wrote: Hi, I'm trying to generate epub from ConTeXt and I couldn't get the itemize environment to work. I follow http://wiki.contextgarden.net/ePub and get the structure described but when I

[NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Akira Kakuto
Dear Jaroslav, Here your lines fonts'fallback modern-designsize rm 12pt' is loaded test before calling shell command test after calling shell command close source 2 3 C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs... are like fonts

[NTG-context] \executesystemcommand dont work?

2015-02-16 Thread Jaroslav Hajtmar
Hi ConTeXist. After a long time I tried to recompile ConTeXt file that contained the \executesystemcommand. It seems to me that this command stopped working. Can anyone confirm or refute this my perception? I call \executesystemcommand to compiling another ConTeXt file from running ConTeXt. I