summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/texsurgery
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-09 19:59:58 +0000
committerKarl Berry <karl@freefriends.org>2021-07-09 19:59:58 +0000
commit09cdbac21931449de3719670b6236e1129be8e30 (patch)
tree61dd80fa94a1569f0854a3f80e9beecc3b07564e /Master/texmf-dist/doc/latex/texsurgery
parentb0f009a4165cc5ec9f8740cfce773123c6bec62f (diff)
texsurgery (9jul21)
git-svn-id: svn://tug.org/texlive/trunk@59885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/texsurgery')
-rw-r--r--Master/texmf-dist/doc/latex/texsurgery/README.md27
-rw-r--r--Master/texmf-dist/doc/latex/texsurgery/texsurgery.pdfbin0 -> 135676 bytes
2 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/texsurgery/README.md b/Master/texmf-dist/doc/latex/texsurgery/README.md
new file mode 100644
index 00000000000..0e5b0ff1065
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/texsurgery/README.md
@@ -0,0 +1,27 @@
+# TexSurgery
+
+This tex package is a companion to the `texsurgery` `python` project:
+
+[https://framagit.org/pang/texsurgery](https://framagit.org/pang/texsurgery)
+
+This `LaTeX` library will make sure that
+
+`pdflatex document.tex`
+
+will work, with reasonable defaults, for a document that is intended to work with `texsurgery`, and also has other uses, always in tandem with the `texsurgery` `pypi` package.
+
+However, remember that `texsurgery` is a `python` project whose main focus is on __evaluating code inside a `jupyter` kernel__, and this is _only_ achieved by installing the `python` package and calling the `texsurgery` command
+
+`texsurgery -pdf document.tex`
+
+## License
+
+The `texsurgery` `CTAN` package follows a [BSD license])(https://opensource.org/licenses/BSD-3-Clause), the same license as the `texsurgery` `python` project:
+
+[https://framagit.org/pang/texsurgery/-/blob/master/LICENSE](https://framagit.org/pang/texsurgery/-/blob/master/LICENSE)
+
+## texsurgery.pdf
+
+The file `texsurgery.pdf` in the texsurgery CTAN LaTeX package was generated with the command
+
+`pandoc README.md -o texsurgery.pdf`
diff --git a/Master/texmf-dist/doc/latex/texsurgery/texsurgery.pdf b/Master/texmf-dist/doc/latex/texsurgery/texsurgery.pdf
new file mode 100644
index 00000000000..b5e8da0f141
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/texsurgery/texsurgery.pdf
Binary files differ