texlive[60437] Master/texmf-dist: context-filter (6sep21)
commits+karl at tug.org
commits+karl at tug.org
Mon Sep 6 23:16:28 CEST 2021
Revision: 60437
http://tug.org/svn/texlive?view=revision&revision=60437
Author: karl
Date: 2021-09-06 23:16:28 +0200 (Mon, 06 Sep 2021)
Log Message:
-----------
context-filter (6sep21)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/context/third/filter/VERSION
trunk/Master/texmf-dist/tex/context/third/filter/t-filter.mkiv
trunk/Master/texmf-dist/tex/context/third/filter/t-filter.mkxl
Modified: trunk/Master/texmf-dist/doc/context/third/filter/VERSION
===================================================================
--- trunk/Master/texmf-dist/doc/context/third/filter/VERSION 2021-09-06 21:14:44 UTC (rev 60436)
+++ trunk/Master/texmf-dist/doc/context/third/filter/VERSION 2021-09-06 21:16:28 UTC (rev 60437)
@@ -1 +1 @@
-2021.08.24
+2021.09.05
Modified: trunk/Master/texmf-dist/tex/context/third/filter/t-filter.mkiv
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/filter/t-filter.mkiv 2021-09-06 21:14:44 UTC (rev 60436)
+++ trunk/Master/texmf-dist/tex/context/third/filter/t-filter.mkiv 2021-09-06 21:16:28 UTC (rev 60437)
@@ -1,6 +1,6 @@
%D \module
%D [ file=t-filter,
-%D version=2020.06.29,
+%D version=2021.09.05,
%D title=\CONTEXT\ User Module,
%D subtitle=Filter,
%D author=Aditya Mahajan,
@@ -9,7 +9,7 @@
%D email=adityam <at> ieee <dot> org,
%D license=Simplified BSD License]
-\writestatus{loading}{Filter (ver: 2020.06.29)}
+\writestatus{loading}{Filter (ver: 2021.09.05)}
\startmodule [filter]
\usemodule [module-catcodes]
@@ -163,8 +163,8 @@
\edef\externalfilter at input_file{\externalfilter at any_filename{#3}}
\splitfilename{#3}
- %NOTE: \edef doesn not work because \splitoffname is not expandable
- \def\externalfilter at base_file {\splitoffname}
+ %NOTE: \edef doesn not work because \splitoffbase is not expandable
+ \def\externalfilter at base_file {\splitoffbase}
% The output is always in the directory specified by
% \c!directory; even if the input is from some other directory
Modified: trunk/Master/texmf-dist/tex/context/third/filter/t-filter.mkxl
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/filter/t-filter.mkxl 2021-09-06 21:14:44 UTC (rev 60436)
+++ trunk/Master/texmf-dist/tex/context/third/filter/t-filter.mkxl 2021-09-06 21:16:28 UTC (rev 60437)
@@ -163,8 +163,8 @@
\edef\externalfilter at input_file{\externalfilter at any_filename{#3}}
\splitfilename{#3}
- %NOTE: \edef doesn not work because \splitoffname is not expandable
- \def\externalfilter at base_file {\splitoffname}
+ %NOTE: \edef doesn not work because \splitoffbase is not expandable
+ \def\externalfilter at base_file {\splitoffbase}
% The output is always in the directory specified by
% \c!directory; even if the input is from some other directory
More information about the tex-live-commits
mailing list.