diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-15 21:36:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-15 21:36:56 +0000 |
commit | af83420127315731ca4168d56cd4f95f748d49e7 (patch) | |
tree | 88c3bf75437292cecc6bf80e9638346979ec5a25 /Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua | |
parent | 67eab7b4233ce72f0d22d7893db835ef0039bae3 (diff) |
oberdiek (15nov19)
git-svn-id: svn://tug.org/texlive/trunk@52803 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua')
-rw-r--r-- | Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua b/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua deleted file mode 100644 index 524567a6086..00000000000 --- a/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua +++ /dev/null @@ -1,56 +0,0 @@ --- --- This is file `oberdiek.luatex.lua', --- generated with the docstrip utility. --- --- The original source files were: --- --- luatex.dtx (with options: `lua') --- --- This is a generated file. --- --- Project: luatex --- Version: 2019/07/25 v0.7 --- --- Copyright (C) 2007, 2009, 2010 by --- Heiko Oberdiek <heiko.oberdiek at googlemail.com> --- --- This work may be distributed and/or modified under the --- conditions of the LaTeX Project Public License, either --- version 1.3c of this license or (at your option) any later --- version. This version of this license is in --- http://www.latex-project.org/lppl/lppl-1-3c.txt --- and the latest version of this license is in --- http://www.latex-project.org/lppl.txt --- and version 1.3 or later is part of all distributions of --- LaTeX version 2005/12/01 or later. --- --- This work has the LPPL maintenance status "maintained". --- --- This Current Maintainer of this work is Heiko Oberdiek. --- --- The Base Interpreter refers to any `TeX-Format', --- because some files are installed in TDS:tex/generic//. --- --- This work consists of the main source file luatex.dtx --- and the derived files --- luatex.sty, luatex.pdf, luatex.ins, luatex.drv, luatex-loader.sty, --- luatex-test1.tex, luatex-test2.tex, luatex-test3.tex, --- luatex-test4.tex, luatex-test5.tex, oberdiek.luatex.lua. --- -local function kpse_module_loader(module) - local script = module .. ".lua" - local file = kpse.find_file(script, "texmfscripts") - if file then - local loader, error = loadfile(file) - if loader then - texio.write_nl("(" .. file .. ")") - return loader - end - return "\n\t[oberdiek.luatex.kpse_module_loader] Loading error:\n\t" - .. error - end - return "\n\t[oberdiek.luatex.kpse_module_loader] Search failed" -end -table.insert(package.searchers or package.loaders, kpse_module_loader) --- --- End of File `oberdiek.luatex.lua'. |