summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-10-19 00:16:55 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-10-19 00:16:55 +0200
commit9d2ad7dea5c20379f6679c57c3b16752b1af445a (patch)
tree45f39853be982c52f7386b968cf4f15f1f70ccce /tex/context/base/mkiv
parent6ca88e6f1f15cea89db047839c3126a501f39eea (diff)
downloadcontext-9d2ad7dea5c20379f6679c57c3b16752b1af445a.tar.gz
2021-10-18 23:13:00
Diffstat (limited to 'tex/context/base/mkiv')
-rw-r--r--tex/context/base/mkiv/cont-new.mkiv2
-rw-r--r--tex/context/base/mkiv/context.mkiv6
-rw-r--r--tex/context/base/mkiv/grph-epd.lua55
-rw-r--r--tex/context/base/mkiv/status-files.pdfbin24822 -> 24825 bytes
-rw-r--r--tex/context/base/mkiv/status-lua.pdfbin253826 -> 253873 bytes
5 files changed, 6 insertions, 57 deletions
diff --git a/tex/context/base/mkiv/cont-new.mkiv b/tex/context/base/mkiv/cont-new.mkiv
index c97e9b74b..4fd44d874 100644
--- a/tex/context/base/mkiv/cont-new.mkiv
+++ b/tex/context/base/mkiv/cont-new.mkiv
@@ -13,7 +13,7 @@
% \normalend % uncomment this to get the real base runtime
-\newcontextversion{2021.10.15 13:57}
+\newcontextversion{2021.10.18 23:11}
%D This file is loaded at runtime, thereby providing an excellent place for hacks,
%D patches, extensions and new features. There can be local overloads in cont-loc
diff --git a/tex/context/base/mkiv/context.mkiv b/tex/context/base/mkiv/context.mkiv
index 24aa443d2..80678ac75 100644
--- a/tex/context/base/mkiv/context.mkiv
+++ b/tex/context/base/mkiv/context.mkiv
@@ -11,6 +11,10 @@
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
+%D There is some residual code in \MKIV\ that results from the transition to \LMTX\
+%D but removeing it can have side effects due to oversights. There is no impact on
+%D performance to I leave at that.
+
% Here is some timing (2015-04-01) luajittex format generation:
%
% 2.6 sec : normal make
@@ -45,7 +49,7 @@
%D {YYYY.MM.DD HH:MM} format.
\edef\contextformat {\jobname}
-\edef\contextversion{2021.10.15 13:57}
+\edef\contextversion{2021.10.18 23:11}
%D Kind of special:
diff --git a/tex/context/base/mkiv/grph-epd.lua b/tex/context/base/mkiv/grph-epd.lua
deleted file mode 100644
index 0993270f1..000000000
--- a/tex/context/base/mkiv/grph-epd.lua
+++ /dev/null
@@ -1,55 +0,0 @@
-if not modules then modules = { } end modules ['grph-epd'] = {
- version = 1.001,
- comment = "companion to grph-epd.mkiv",
- author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
- copyright = "PRAGMA ADE / ConTeXt Development Team",
- license = "see context related readme files"
-}
-
-local variables = interfaces.variables
-local settings_to_hash = utilities.parsers.settings_to_hash
-local codeinjections = backends.pdf.codeinjections
-
-local trace = false trackers.register("figures.merging", function(v) trace = v end)
-
-local report = logs.reporter("backend","merging")
-
-local function mergegoodies(optionlist)
- local options = settings_to_hash(optionlist)
- local yes = options[variables.yes]
- local all = options[variables.all]
- if next(options) then
- report("% t",table.sortedkeys(options))
- end
- if all or yes or options[variables.reference] then
- codeinjections.mergereferences()
- end
- if all or options[variables.comment] then
- codeinjections.mergecomments()
- end
- if all or yes or options[variables.bookmark] then
- codeinjections.mergebookmarks()
- end
- if all or options[variables.field] then
- codeinjections.mergefields()
- end
- if all or options[variables.layer] then
- codeinjections.mergeviewerlayers()
- end
- codeinjections.flushmergelayer()
-end
-
-function figures.mergegoodies(optionlist)
- -- todo: we can use runlocal instead
- context.stepwise(function()
- -- we use stepwise because we might need to define symbols
- -- for stamps that have no default appearance
- mergegoodies(optionlist)
- end)
-end
-
-interfaces.implement {
- name = "figure_mergegoodies",
- actions = figures.mergegoodies,
- arguments = "string"
-}
diff --git a/tex/context/base/mkiv/status-files.pdf b/tex/context/base/mkiv/status-files.pdf
index 6bcf6b371..1fc58def7 100644
--- a/tex/context/base/mkiv/status-files.pdf
+++ b/tex/context/base/mkiv/status-files.pdf
Binary files differ
diff --git a/tex/context/base/mkiv/status-lua.pdf b/tex/context/base/mkiv/status-lua.pdf
index aaba8ae4f..7fb96ed2c 100644
--- a/tex/context/base/mkiv/status-lua.pdf
+++ b/tex/context/base/mkiv/status-lua.pdf
Binary files differ