From 9ae8cd92650ca8d0153d663b8fdba4c04c7fd588 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sat, 6 Sep 2014 15:41:00 +0200 Subject: beta 2014.09.06 15:41 --- doc/context/manuals/allkind/mkiv-publications.pdf | Bin 341520 -> 341061 bytes doc/context/scripts/mkiv/context.html | 3 +- doc/context/scripts/mkiv/context.man | 5 +- doc/context/scripts/mkiv/context.xml | 9 +- doc/context/scripts/mkiv/mtx-context.html | 3 +- doc/context/scripts/mkiv/mtx-context.man | 5 +- doc/context/scripts/mkiv/mtx-context.xml | 9 +- doc/context/scripts/mkiv/mtx-epub.html | 4 +- doc/context/scripts/mkiv/mtx-epub.man | 2 +- doc/context/scripts/mkiv/mtx-epub.xml | 2 +- scripts/context/lua/mtx-context.lua | 51 ++- scripts/context/lua/mtx-context.xml | 9 +- scripts/context/lua/mtx-epub.lua | 344 +++++++++++---------- tex/context/base/back-exp.lua | 4 +- tex/context/base/back-exp.mkiv | 3 + tex/context/base/cont-new.mkiv | 2 +- tex/context/base/context-version.pdf | Bin 4431 -> 4435 bytes tex/context/base/context.mkiv | 2 +- tex/context/base/export-example.css | 29 +- tex/context/base/status-files.pdf | Bin 25034 -> 25024 bytes tex/context/base/status-lua.pdf | Bin 327163 -> 327163 bytes tex/generic/context/luatex/luatex-fonts-merged.lua | 2 +- 22 files changed, 279 insertions(+), 209 deletions(-) diff --git a/doc/context/manuals/allkind/mkiv-publications.pdf b/doc/context/manuals/allkind/mkiv-publications.pdf index 18444e4f0..8134fd2d3 100644 Binary files a/doc/context/manuals/allkind/mkiv-publications.pdf and b/doc/context/manuals/allkind/mkiv-publications.pdf differ diff --git a/doc/context/scripts/mkiv/context.html b/doc/context/scripts/mkiv/context.html index fa640d7c8..e71b8a943 100644 --- a/doc/context/scripts/mkiv/context.html +++ b/doc/context/scripts/mkiv/context.html @@ -95,7 +95,8 @@ --updateupdate context from website (not to be confused with contextgarden) --profileprofile job (use: mtxrun --script profile --analyze) --timinggenerate timing and statistics overview - --keeptuckeep previous tuc files (numbered by run) + --keeptuckeep previous tuc files (jobname-tuc-[run].tmp) + --keeplogkeep previous log files (jobname-log-[run].tmp) --extra=nameprocess extra (mtx-context-... in distribution) --extrasshow extras diff --git a/doc/context/scripts/mkiv/context.man b/doc/context/scripts/mkiv/context.man index 163ad4392..c563dfb5e 100644 --- a/doc/context/scripts/mkiv/context.man +++ b/doc/context/scripts/mkiv/context.man @@ -142,7 +142,10 @@ profile job (use: mtxrun --script profile --analyze) generate timing and statistics overview .TP .B --keeptuc -keep previous tuc files (numbered by run) +keep previous tuc files (jobname-tuc-[run].tmp) +.TP +.B --keeplog +keep previous log files (jobname-log-[run].tmp) .TP .B --extra=name process extra (mtx-context-... in distribution) diff --git a/doc/context/scripts/mkiv/context.xml b/doc/context/scripts/mkiv/context.xml index 009a87740..4525908d6 100644 --- a/doc/context/scripts/mkiv/context.xml +++ b/doc/context/scripts/mkiv/context.xml @@ -142,7 +142,7 @@ assume given file present elsewhere - use dummy file as jobname + use dummy file as jobname @@ -155,7 +155,7 @@ omit runtime statistics at the end of the run - update context from website (not to be confused with contextgarden) + update context from website (not to be confused with contextgarden) profile job (use: mtxrun profile ) @@ -164,7 +164,10 @@ generate timing and statistics overview - keep previous tuc files (numbered by run) + keep previous tuc files (jobname-tuc-[run].tmp) + + + keep previous log files (jobname-log-[run].tmp) diff --git a/doc/context/scripts/mkiv/mtx-context.html b/doc/context/scripts/mkiv/mtx-context.html index fa640d7c8..e71b8a943 100644 --- a/doc/context/scripts/mkiv/mtx-context.html +++ b/doc/context/scripts/mkiv/mtx-context.html @@ -95,7 +95,8 @@ --updateupdate context from website (not to be confused with contextgarden) --profileprofile job (use: mtxrun --script profile --analyze) --timinggenerate timing and statistics overview - --keeptuckeep previous tuc files (numbered by run) + --keeptuckeep previous tuc files (jobname-tuc-[run].tmp) + --keeplogkeep previous log files (jobname-log-[run].tmp) --extra=nameprocess extra (mtx-context-... in distribution) --extrasshow extras diff --git a/doc/context/scripts/mkiv/mtx-context.man b/doc/context/scripts/mkiv/mtx-context.man index 163ad4392..c563dfb5e 100644 --- a/doc/context/scripts/mkiv/mtx-context.man +++ b/doc/context/scripts/mkiv/mtx-context.man @@ -142,7 +142,10 @@ profile job (use: mtxrun --script profile --analyze) generate timing and statistics overview .TP .B --keeptuc -keep previous tuc files (numbered by run) +keep previous tuc files (jobname-tuc-[run].tmp) +.TP +.B --keeplog +keep previous log files (jobname-log-[run].tmp) .TP .B --extra=name process extra (mtx-context-... in distribution) diff --git a/doc/context/scripts/mkiv/mtx-context.xml b/doc/context/scripts/mkiv/mtx-context.xml index 009a87740..4525908d6 100644 --- a/doc/context/scripts/mkiv/mtx-context.xml +++ b/doc/context/scripts/mkiv/mtx-context.xml @@ -142,7 +142,7 @@ assume given file present elsewhere - use dummy file as jobname + use dummy file as jobname @@ -155,7 +155,7 @@ omit runtime statistics at the end of the run - update context from website (not to be confused with contextgarden) + update context from website (not to be confused with contextgarden) profile job (use: mtxrun profile ) @@ -164,7 +164,10 @@ generate timing and statistics overview - keep previous tuc files (numbered by run) + keep previous tuc files (jobname-tuc-[run].tmp) + + + keep previous log files (jobname-log-[run].tmp) diff --git a/doc/context/scripts/mkiv/mtx-epub.html b/doc/context/scripts/mkiv/mtx-epub.html index 45015a34e..69d927b1d 100644 --- a/doc/context/scripts/mkiv/mtx-epub.html +++ b/doc/context/scripts/mkiv/mtx-epub.html @@ -14,7 +14,7 @@ - ConTeXt EPUB Helpers 0.12 + ConTeXt EPUB Helpers 1.00