summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/piton/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/piton/README.md')
-rw-r--r--macros/luatex/latex/piton/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/luatex/latex/piton/README.md b/macros/luatex/latex/piton/README.md
new file mode 100644
index 0000000000..c9ad487bcc
--- /dev/null
+++ b/macros/luatex/latex/piton/README.md
@@ -0,0 +1,26 @@
+# Readme for the package piton
+
+Author: F. Pantigny (`fpantigny@wanadoo.fr`).
+
+CTAN page: `https://ctan.org/pkg/piton`
+
+## License
+The LaTeX extension `piton` is distributed under the LPPL 1.3 license.
+
+## Presentation
+
+The LaTeX package `piton` provides a command `\piton` and an environment `{Piton}` to typeset Python codes by using the Lua library LPEG. It requires the use of `lualatex`. It won't work with `xelatex` nor `pdflatex`.
+
+
+
+## Installation
+
+
+For a manual installation:
+
+* put the files `piton.ins` and `piton.dtx` in the same directory;
+* run `latex piton.ins` in that directory.
+
+The file `piton.sty` will be generated.
+
+The file `piton.sty` is *not* the only file necessary to use the extension `piton`. The file `piton.lua` is also required. You have to put both in the same directory as your document or (best) in a `texmf` tree.