Skip to content

Commit

Permalink
Rename l3luabridge to lt3luabridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jun 26, 2022
1 parent 300d4c8 commit b538891
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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
2 changes: 1 addition & 1 deletion example.context
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\usemodule[t][l3luabridge]
\usemodule[t][lt3luabridge]
\starttext
$ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $
\stoptext
2 changes: 1 addition & 1 deletion example.latex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\documentclass{standalone}
\usepackage{l3luabridge}
\usepackage{lt3luabridge}
\begin{document}
$ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $
\end{document}
2 changes: 1 addition & 1 deletion example.plaintex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\input l3luabridge\relax
\input lt3luabridge\relax
$ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $
\bye
4 changes: 2 additions & 2 deletions l3luabridge.sty → lt3luabridge.sty
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
4 changes: 0 additions & 4 deletions t-l3luabridge.tex

This file was deleted.

4 changes: 4 additions & 0 deletions t-lt3luabridge.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
\writestatus{loading}{ConTeXt User Module / lt3luabridge}
\startmodule[lt3luabridge]
\unprotect
\input lt3luabridge\relax

0 comments on commit b538891

Please sign in to comment.