Re: [NTG-context] Compiling to EPUB

2014-01-16 Thread Jacob Peck
On 1/16/2014 2:41 PM, Marco Patzer wrote: According to mtx-epub.lua “zip” or “7z” are used, whichever is available. Maybe it makes sense to add “7zip” as well if the Windows binary is really called “7zip” instead of “7z”. It's 7z.exe on my machine, but it's not in PATH unless someone tells it

Re: [NTG-context] Compiling to EPUB

2014-01-16 Thread Marco Patzer
On 2014–01–16 Henning Hraban Ramm wrote: > 7zip is not called as „zip“, but „7zip“, On my (Unix) machine it's called as “7z” not “7zip”. I don't know if the binary name differs between the platforms. > but ConTeXt’s script relies on an executable „zip“ and probably exactly the > syntax of InfoZ

Re: [NTG-context] Compiling to EPUB

2014-01-16 Thread Henning Hraban Ramm
Am 2014-01-16 um 17:11 schrieb H. Özoguz : >> Looks like you should install a command line ?zip? program. >> ePub is a zipped format. > > Thanks, Hraban. > But what does that mean exactly, I have installed 7zip and besides that, > Windows can natively zip any file. What exactly to do to install

Re: [NTG-context] Compiling to EPUB

2014-01-16 Thread Vladimir Lomov
Hello, ** "H. Özoguz" [2014-01-16 12:11:09 +0100]: >> Looks like you should install a command line ?zip? program. >> ePub is a zipped format. > Thanks, Hraban. > But what does that mean exactly, I have installed 7zip and besides that, > Windows can natively zip any file. What exactly to do to in

Re: [NTG-context] Compiling to EPUB

2014-01-16 Thread H. Özoguz
Looks like you should install a command line ?zip? program. ePub is a zipped format. Thanks, Hraban. But what does that mean exactly, I have installed 7zip and besides that, Windows can natively zip any file. What exactly to do to install an "command line zip program" and to get over this err

Re: [NTG-context] Compiling to EPUB

2014-01-15 Thread Henning Hraban Ramm
Am 2014-01-16 um 04:14 schrieb H. Özoguz : >> Der Befehl "zip" ist entweder falsch geschrieben oder >> konnte nicht gefunden werden. > > After that I could found the new directorys: "filename.tree", but no > EPUB-file in it. What was my mistake? Looks like you should install a command line „zi

[NTG-context] Compiling to EPUB

2014-01-15 Thread H. Özoguz
Hi, I tried to compile one of my projects to a EPUB by adding \setupbackend[export=yes,xhtml=yes] \setupexport [title={A nice book}, author={John Doe}, firstpage={huhn.jpg}, ] to the main-file. After that I began the compiling by C:\Users\diretory>mtxrun --script epub --make f