summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv')
-rw-r--r--tex/context/base/mkiv/char-def.lua8
-rw-r--r--tex/context/base/mkiv/cont-new.mkiv2
-rw-r--r--tex/context/base/mkiv/context.mkiv2
-rw-r--r--tex/context/base/mkiv/mult-def.lua4
-rw-r--r--tex/context/base/mkiv/status-files.pdfbin24651 -> 24640 bytes
-rw-r--r--tex/context/base/mkiv/status-lua.pdfbin260450 -> 260463 bytes
-rw-r--r--tex/context/base/mkiv/util-sql.lua2
7 files changed, 15 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/char-def.lua b/tex/context/base/mkiv/char-def.lua
index 1701aeb3b..57061735b 100644
--- a/tex/context/base/mkiv/char-def.lua
+++ b/tex/context/base/mkiv/char-def.lua
@@ -1392,6 +1392,10 @@ characters.data={
name="lvert",
},
{
+ class="middle",
+ name="mvert",
+ },
+ {
class="close",
name="rvert",
},
@@ -62449,6 +62453,10 @@ characters.data={
name="lVert",
},
{
+ class="middle",
+ name="mVert",
+ },
+ {
class="close",
name="rVert",
},
diff --git a/tex/context/base/mkiv/cont-new.mkiv b/tex/context/base/mkiv/cont-new.mkiv
index 3ce44cab3..21bd1470a 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{2022.09.10 02:42}
+\newcontextversion{2022.09.11 20:42}
%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 12f23d73f..0d89ea361 100644
--- a/tex/context/base/mkiv/context.mkiv
+++ b/tex/context/base/mkiv/context.mkiv
@@ -49,7 +49,7 @@
%D {YYYY.MM.DD HH:MM} format.
\edef\contextformat {\jobname}
-\edef\contextversion{2022.09.10 02:42}
+\edef\contextversion{2022.09.11 20:42}
%D Kind of special:
diff --git a/tex/context/base/mkiv/mult-def.lua b/tex/context/base/mkiv/mult-def.lua
index ca465b8c8..6a6c41a4c 100644
--- a/tex/context/base/mkiv/mult-def.lua
+++ b/tex/context/base/mkiv/mult-def.lua
@@ -7636,6 +7636,10 @@ return {
["en"]="autospacing",
["fr"]="autospacing",
},
+ ["autofencing"]={
+ ["en"]="autofencing",
+ ["fr"]="autofencing",
+ },
["autonumbers"]={
["en"]="autonumbers",
["fr"]="autonumbers",
diff --git a/tex/context/base/mkiv/status-files.pdf b/tex/context/base/mkiv/status-files.pdf
index 3e3adfbe6..517ab30c3 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 28adce871..07a782d8f 100644
--- a/tex/context/base/mkiv/status-lua.pdf
+++ b/tex/context/base/mkiv/status-lua.pdf
Binary files differ
diff --git a/tex/context/base/mkiv/util-sql.lua b/tex/context/base/mkiv/util-sql.lua
index 579bd7c09..55c4961f7 100644
--- a/tex/context/base/mkiv/util-sql.lua
+++ b/tex/context/base/mkiv/util-sql.lua
@@ -121,7 +121,7 @@ if optional then
local m = methods[k]
if m then
report_state("start loading method %a as %a",k,m)
- require("libs-imp-" .. m .. "lmt") -- brrr
+ require("libs-imp-" .. m .. ".lmt") -- brrr
report_state("loading method %a done",k)
return rawget(t,m)
else