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.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/luatex/latex/piton/README.md b/macros/luatex/latex/piton/README.md
index 41a81e5d24..b148e82279 100644
--- a/macros/luatex/latex/piton/README.md
+++ b/macros/luatex/latex/piton/README.md
@@ -11,7 +11,7 @@ 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`.
+The LaTeX package `piton` provides a command `\piton` and an environment `{Piton}` to typeset Python, OCaml or C++ codes by using the Lua library LPEG. It requires the use of `lualatex`. It won't work with `xelatex` nor `pdflatex`.
@@ -24,9 +24,9 @@ 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 files `piton.sty` and `piton.lua` will be generated.
-The file `piton.sty` is the only file necessary to use the extension `piton`.
-You have to put it in the same directory as your document or (best) in a `texmf` tree.
+These files `piton.sty` and `piton.lua` are the only files necessary to use the extension `piton`.
+You have to put them in the same directory as your document or (best) in a `texmf` tree.