summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eolang
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-10-31 20:34:15 +0000
committerKarl Berry <karl@freefriends.org>2024-10-31 20:34:15 +0000
commit1cdef87edb281bc04e8767e0657299011e3272eb (patch)
treec6db9e5df869db86923c7665c49031755e3f1327 /Master/texmf-dist/doc/latex/eolang
parenta4915c2bd0ce3b4301f222854a5b5d81beba9b53 (diff)
eolang (31oct24)
git-svn-id: svn://tug.org/texlive/trunk@72724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eolang')
-rw-r--r--Master/texmf-dist/doc/latex/eolang/DEPENDS.txt1
-rw-r--r--Master/texmf-dist/doc/latex/eolang/README.md11
-rw-r--r--Master/texmf-dist/doc/latex/eolang/eolang.bib22
-rw-r--r--Master/texmf-dist/doc/latex/eolang/eolang.pdfbin1940560 -> 1863816 bytes
4 files changed, 31 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/eolang/DEPENDS.txt b/Master/texmf-dist/doc/latex/eolang/DEPENDS.txt
index d4273d33234..d10a65d74f2 100644
--- a/Master/texmf-dist/doc/latex/eolang/DEPENDS.txt
+++ b/Master/texmf-dist/doc/latex/eolang/DEPENDS.txt
@@ -1,6 +1,7 @@
hard adjustbox
hard amsfonts
hard amsmath
+hard everyshi
hard fancyvrb
hard hyperref
hard iexec
diff --git a/Master/texmf-dist/doc/latex/eolang/README.md b/Master/texmf-dist/doc/latex/eolang/README.md
index 2214b74e382..1d71ee78179 100644
--- a/Master/texmf-dist/doc/latex/eolang/README.md
+++ b/Master/texmf-dist/doc/latex/eolang/README.md
@@ -1,3 +1,5 @@
+# LaTeX package for 𝜑-calculus
+
[![l3build](https://github.com/objectionary/eolang.sty/actions/workflows/l3build.yml/badge.svg)](https://github.com/objectionary/eolang.sty/actions/workflows/l3build.yml)
[![CTAN](https://img.shields.io/ctan/v/eolang)](https://ctan.org/pkg/eolang)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/objectionary/eolang.sty/blob/master/LICENSE.txt)
@@ -6,7 +8,7 @@ This LaTeX package helps you write 𝜑-calculus formulas and
draw [SODG](https://github.com/objectionary/sodg) graphs
for [EO](https://www.eolang.org) programming language.
-First, [install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
+First, [install it][install]
from [CTAN](https://ctan.org/pkg/eolang)
and then use in the preamble:
@@ -22,10 +24,13 @@ x -> [
\end{document}
```
-Otherwise, you can download [`eolang.sty`](https://objectionary.github.io/eolang.sty/eolang.sty) and add to your project.
+Otherwise, you can download [`eolang.sty`][sty] and add to your project.
-If you want to contribute yourself, make a fork, then create a branch,
+If you want to contribute yourself, make a fork, then create a branch,
then run `l3build ctan` in the root directory.
It should compile everything without errors. If not, submit an issue and wait.
Otherwise, make your changes and then run `l3build ctan` again. If the build is
still clean, submit a pull request.
+
+[install]: https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages
+[sty]: https://objectionary.github.io/eolang.sty/eolang.sty
diff --git a/Master/texmf-dist/doc/latex/eolang/eolang.bib b/Master/texmf-dist/doc/latex/eolang/eolang.bib
index 34ca47a8f28..71e181fa5c8 100644
--- a/Master/texmf-dist/doc/latex/eolang/eolang.bib
+++ b/Master/texmf-dist/doc/latex/eolang/eolang.bib
@@ -1,3 +1,25 @@
+% (The MIT License)
+%
+% Copyright (c) 2021-2024 Yegor Bugayenko
+%
+% Permission is hereby granted, free of charge, to any person obtaining a copy
+% of this software and associated documentation files (the 'Software'), to deal
+% in the Software without restriction, including without limitation the rights
+% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+% copies of the Software, and to permit persons to whom the Software is
+% furnished to do so, subject to the following conditions:
+%
+% The above copyright notice and this permission notice shall be included in all
+% copies or substantial portions of the Software.
+%
+% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+% SOFTWARE.
+
@misc{bugayenko2021eolang,
title={EOLANG and $\varphi$-calculus},
author={Yegor Bugayenko},
diff --git a/Master/texmf-dist/doc/latex/eolang/eolang.pdf b/Master/texmf-dist/doc/latex/eolang/eolang.pdf
index 2bf8e39de4b..47d3f5bcda6 100644
--- a/Master/texmf-dist/doc/latex/eolang/eolang.pdf
+++ b/Master/texmf-dist/doc/latex/eolang/eolang.pdf
Binary files differ