From b53889174ad48d0fe6189562557952b0e4b13303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= Date: Sun, 26 Jun 2022 03:13:06 +0200 Subject: [PATCH] Rename l3luabridge to lt3luabridge --- README.md | 12 ++++++------ example.context | 2 +- example.latex | 2 +- example.plaintex | 2 +- l3luabridge.sty => lt3luabridge.sty | 4 ++-- l3luabridge.tex => lt3luabridge.tex | 0 t-l3luabridge.tex | 4 ---- t-lt3luabridge.tex | 4 ++++ 8 files changed, 15 insertions(+), 15 deletions(-) rename l3luabridge.sty => lt3luabridge.sty (81%) rename l3luabridge.tex => lt3luabridge.tex (100%) delete mode 100644 t-l3luabridge.tex create mode 100644 t-lt3luabridge.tex diff --git a/README.md b/README.md index ff9b874..5c4a3f5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# l3luabridge +# lt3luabridge [![license](https://img.shields.io/github/license/witiko/markdown)](LICENSE) - [![ci](https://github.com/witiko/l3luabridge/actions/workflows/main.yml/badge.svg)][4] + [![ci](https://github.com/witiko/lt3luabridge/actions/workflows/main.yml/badge.svg)][4] -l3luabridge is an [expl3][1] package for plain TeX, LaTeX, and ConTeXt that +lt3luabridge is an [expl3][1] package for plain TeX, LaTeX, and ConTeXt that allows you to execute Lua code in LuaTeX or any other TeX engine that exposes the shell: @@ -15,11 +15,11 @@ $ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $ \end{document} ``` -l3luabridge was previously part of [the Markdown package for TeX][2], where it -has been battle-tested since 2016. [Since 2022][3], l3luabridge has been +lt3luabridge was previously part of [the Markdown package for TeX][2], where it +has been battle-tested since 2016. [Since 2022][3], lt3luabridge has been available as a separate package. [1]: http://mirrors.ctan.org/macros/latex/contrib/l3kernel/expl3.pdf [2]: https://www.ctan.org/pkg/markdown [3]: https://github.com/witiko/markdown/pull/141 - [4]: https://github.com/Witiko/l3luabridge/actions + [4]: https://github.com/Witiko/lt3luabridge/actions diff --git a/example.context b/example.context index 1cad9de..2e64215 100644 --- a/example.context +++ b/example.context @@ -1,4 +1,4 @@ -\usemodule[t][l3luabridge] +\usemodule[t][lt3luabridge] \starttext $ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $ \stoptext diff --git a/example.latex b/example.latex index 6655aac..0393d76 100644 --- a/example.latex +++ b/example.latex @@ -1,5 +1,5 @@ \documentclass{standalone} -\usepackage{l3luabridge} +\usepackage{lt3luabridge} \begin{document} $ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $ \end{document} diff --git a/example.plaintex b/example.plaintex index dca6697..515a5d0 100644 --- a/example.plaintex +++ b/example.plaintex @@ -1,3 +1,3 @@ -\input l3luabridge\relax +\input lt3luabridge\relax $ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $ \bye diff --git a/l3luabridge.sty b/lt3luabridge.sty similarity index 81% rename from l3luabridge.sty rename to lt3luabridge.sty index c0f2779..fc78614 100644 --- a/l3luabridge.sty +++ b/lt3luabridge.sty @@ -1,8 +1,8 @@ \RequirePackage{expl3} \ProvidesExplPackage - {l3luabridge}% + {lt3luabridge}% {2022-06-25}% {1.0.0}% {An expl3 package that allows you to execute Lua code in LuaTeX or any other TeX engine that exposes the shell} -\input l3luabridge\relax +\input lt3luabridge\relax diff --git a/l3luabridge.tex b/lt3luabridge.tex similarity index 100% rename from l3luabridge.tex rename to lt3luabridge.tex diff --git a/t-l3luabridge.tex b/t-l3luabridge.tex deleted file mode 100644 index a832fd0..0000000 --- a/t-l3luabridge.tex +++ /dev/null @@ -1,4 +0,0 @@ -\writestatus{loading}{ConTeXt User Module / l3luabridge} -\startmodule[l3luabridge] -\unprotect -\input l3luabridge\relax diff --git a/t-lt3luabridge.tex b/t-lt3luabridge.tex new file mode 100644 index 0000000..12f8b18 --- /dev/null +++ b/t-lt3luabridge.tex @@ -0,0 +1,4 @@ +\writestatus{loading}{ConTeXt User Module / lt3luabridge} +\startmodule[lt3luabridge] +\unprotect +\input lt3luabridge\relax