From f7ecbf1b2c879f004c9276d5cec634814d78b576 Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Thu, 25 Sep 2014 19:15:03 +0200 Subject: 2014-09-25 19:00:00 --- doc/context/scripts/mkiv/mtx-epub.html | 55 ++++++++++++++++++++++++++++++++++ doc/context/scripts/mkiv/mtx-epub.man | 42 ++++++++++++++++++++++++++ doc/context/scripts/mkiv/mtx-epub.xml | 28 +++++++++++++++++ 3 files changed, 125 insertions(+) create mode 100644 doc/context/scripts/mkiv/mtx-epub.html create mode 100644 doc/context/scripts/mkiv/mtx-epub.man create mode 100644 doc/context/scripts/mkiv/mtx-epub.xml (limited to 'doc/context/scripts') diff --git a/doc/context/scripts/mkiv/mtx-epub.html b/doc/context/scripts/mkiv/mtx-epub.html new file mode 100644 index 000000000..9b63234be --- /dev/null +++ b/doc/context/scripts/mkiv/mtx-epub.html @@ -0,0 +1,55 @@ + + + + + + + + + + + ConTeXt EPUB Helpers 1.10 + + + + + +
+
ConTeXt EPUB Helpers 1.10
+
+
+
+
wiki: http://contextgarden.net | mail: ntg-context@ntg.nl | website: http://www.pragma-ade.nl
+
+
+
+ +
+
+

Command line options

+ + + + + + + + + +
flagvaluedescription
--makecreate epub zip file
--purgeremove obsolete files
--renamerename images to sane names
--svgmathconvert mathml to svg
--svgstyleuse given tex style for svg generation (overloads style in specification)
--allassume: --purge --rename --svgmath (for fast testing)
+
+

Example

+mtxrun --script epub --make mydocument +

+
+ + diff --git a/doc/context/scripts/mkiv/mtx-epub.man b/doc/context/scripts/mkiv/mtx-epub.man new file mode 100644 index 000000000..23e5f71d5 --- /dev/null +++ b/doc/context/scripts/mkiv/mtx-epub.man @@ -0,0 +1,42 @@ +.TH "mtx-epub" "1" "01-01-2014" "version 1.10" "ConTeXt EPUB Helpers" +.SH NAME +.B mtx-epub +.SH SYNOPSIS +.B mtxrun --script epub [ +.I OPTIONS ... +.B ] [ +.I FILENAMES +.B ] +.SH DESCRIPTION +.B ConTeXt EPUB Helpers +.SH OPTIONS +.TP +.B --make +create epub zip file +.TP +.B --purge +remove obsolete files +.TP +.B --rename +rename images to sane names +.TP +.B --svgmath +convert mathml to svg +.TP +.B --svgstyle +use given tex style for svg generation (overloads style in specification) +.TP +.B --all +assume: --purge --rename --svgmath (for fast testing) +.SH AUTHOR +More information about ConTeXt and the tools that come with it can be found at: + + +.B "maillist:" +ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context + +.B "webpage:" +http://www.pragma-ade.nl / http://tex.aanhet.net + +.B "wiki:" +http://contextgarden.net diff --git a/doc/context/scripts/mkiv/mtx-epub.xml b/doc/context/scripts/mkiv/mtx-epub.xml new file mode 100644 index 000000000..4ef0f85e3 --- /dev/null +++ b/doc/context/scripts/mkiv/mtx-epub.xml @@ -0,0 +1,28 @@ + + + + mtx-epub + ConTeXt EPUB Helpers + 1.10 + + + + + create epub zip file + remove obsolete files + rename images to sane names + convert mathml to svg + use given tex style for svg generation (overloads style in specification) + assume: --purge --rename --svgmath (for fast testing) + + + + + + Example + + mtxrun --script epub --make mydocument + + + + -- cgit v1.2.3