summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-03 21:16:41 +0000
committerKarl Berry <karl@freefriends.org>2024-04-03 21:16:41 +0000
commitf525d07b31d375ec7bdd3078768c3b979bccac44 (patch)
treee621dbfd26dda21b7288bc300564cd14f8b79915 /Master/texmf-dist/doc
parentf07a9a1c37bc288c1d2190f26e5c8d2fb3f4377e (diff)
minim (3apr24)
git-svn-id: svn://tug.org/texlive/trunk@70848 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/luatex/minim/README8
-rw-r--r--Master/texmf-dist/doc/luatex/minim/minim-alloc.doc14
-rw-r--r--Master/texmf-dist/doc/luatex/minim/minim.doc4
-rw-r--r--Master/texmf-dist/doc/luatex/minim/minim.pdfbin383422 -> 397133 bytes
4 files changed, 15 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/luatex/minim/README b/Master/texmf-dist/doc/luatex/minim/README
index a61e0f74ec6..751c428bad8 100644
--- a/Master/texmf-dist/doc/luatex/minim/README
+++ b/Master/texmf-dist/doc/luatex/minim/README
@@ -1,4 +1,4 @@
-Version: 2024/1.5
+Version: 2024/1.6
SUMMARY
@@ -31,7 +31,11 @@ the packages mentioned above.
HISTORY
-2024/1.4 (25/2/2024)
+2024/1.6 (25/3/2024)
+
+ No changes.
+
+2024/1.5 (25/2/2024)
No changes.
diff --git a/Master/texmf-dist/doc/luatex/minim/minim-alloc.doc b/Master/texmf-dist/doc/luatex/minim/minim-alloc.doc
index 5a343c4b854..b1f6ed77bde 100644
--- a/Master/texmf-dist/doc/luatex/minim/minim-alloc.doc
+++ b/Master/texmf-dist/doc/luatex/minim/minim-alloc.doc
@@ -123,17 +123,17 @@ functions will be called in order, each function receiving the result of the
last.
After one function returns ⟦false⟧, no others will be called.
Callbacks of this type are
-⟦pre_linebreak_filter⟧,
+⟦pre_output_filter⟧,
⟦post_linebreak_filter⟧,
+⟦pre_linebreak_filter⟧,
⟦hpack_filter⟧,
-⟦vpack_filter⟧,
-⟦pre_output_filter⟧ and
-⟦mlist_to_mlist⟧.
+⟦vpack_filter⟧
+and ⟦mlist_to_mlist⟧.
Similarly, for the ⟦*data⟧ callbacks
-⟦process_input_buffer⟧,
-⟦process_output_buffer⟧ and
⟦process_jobname⟧,
+⟦process_output_buffer⟧ and
+⟦process_input_buffer⟧,
all registered functions will be called in order on the output of the previous.
Returning ⟦false⟧ will in this case result in the output of the previous
function passing to the next.
@@ -237,7 +237,7 @@ the argument ⟦s⟧ to ⟦M.add_bookmark⟧ will consist of a table with at mos
following entries: ⟦open⟧, ⟦closed⟧, ⟦dest⟧ and ⟦title⟧, though entries whose
keywords do not occur will not be present.
-This function is particularly useful when used together with
+This function is particularly useful when used with
⟦*M.luadef('csname', function, ...)⟧, which defines primitive-like tex macros
from lua. There, ⟦function⟧ can be any function (it will be assigned a lua
function register) and at the place of the dots you may append ⟦'protected'⟧
diff --git a/Master/texmf-dist/doc/luatex/minim/minim.doc b/Master/texmf-dist/doc/luatex/minim/minim.doc
index ef35a8ea4eb..f1538c5724a 100644
--- a/Master/texmf-dist/doc/luatex/minim/minim.doc
+++ b/Master/texmf-dist/doc/luatex/minim/minim.doc
@@ -4,8 +4,8 @@
\startmetadata
author {Esger Renkema}
title {minim}
- date {2024-02-25}
- version {2024/1.5}
+ date {2024-03-25}
+ version {2024/1.6}
keywords {LuaTeX; Plain TeX; MetaPost; PDF/A; Tagged PDF; accessibility; a11y;
Unicode mathematics; XMP; metadata; hypertext; bookmarks}
stopmetadata
diff --git a/Master/texmf-dist/doc/luatex/minim/minim.pdf b/Master/texmf-dist/doc/luatex/minim/minim.pdf
index e632089dfa9..e7a0519965a 100644
--- a/Master/texmf-dist/doc/luatex/minim/minim.pdf
+++ b/Master/texmf-dist/doc/luatex/minim/minim.pdf
Binary files differ