[latex3-commits] [git/LaTeX3-latex3-latex3] master: Avoid kpse which library with ConTeXt (16f48cf)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Dec 11 18:47:05 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/16f48cf68989c92f9556eb4a58e967df9902ed83

>---------------------------------------------------------------

commit 16f48cf68989c92f9556eb4a58e967df9902ed83
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Dec 11 17:47:05 2018 +0000

    Avoid kpse which library with ConTeXt


>---------------------------------------------------------------

16f48cf68989c92f9556eb4a58e967df9902ed83
 l3kernel/l3luatex.dtx |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index 376a96c..7f1c70d 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -345,6 +345,13 @@ local write      = tex.write
 local utf8_char  = unicode.utf8.char
 %    \end{macrocode}
 %
+%   Deal with Con\TeX{}t: doesn't use |kpse| library.
+%    \begin{macrocode}
+if resolvers then
+  kpse_find = resolvers.findfile
+end
+%    \end{macrocode}
+%
 % \begin{macro}[int]{escapehex}
 %   An internal auxiliary to convert a string to the matching hex escape.
 %   This works on a byte basis: extension to handled UTF-8 input is





More information about the latex3-commits mailing list