summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/bussproofs-extra/README.md19
-rw-r--r--Master/texmf-dist/doc/latex/bussproofs-extra/bpextra.sty5
-rw-r--r--Master/texmf-dist/doc/latex/bussproofs-extra/bussproofs-extra.pdfbin0 -> 233132 bytes
3 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bussproofs-extra/README.md b/Master/texmf-dist/doc/latex/bussproofs-extra/README.md
new file mode 100644
index 00000000000..2b8ed7088ce
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bussproofs-extra/README.md
@@ -0,0 +1,19 @@
+bussproofs-extra
+================
+
+Additional functionality for bussproofs.sty. Specifically, it allows
+for typesetting of entire (sub)deductions.
+
+To install, download the files, and run
+```
+latex bussproofs-extra.ins
+```
+To generate the documentation, run
+```
+pdflatex bussproofs-extra.dtx
+makeindex -s gglo.ist -o bussproofs-extra.gls bussproofs-extra.glo
+pdflatex bussproofs-extra.dtx
+pdflatex bussproofs-extra.dtx
+```
+
+This package is distributed under the terms of the LPPL 1.3c
diff --git a/Master/texmf-dist/doc/latex/bussproofs-extra/bpextra.sty b/Master/texmf-dist/doc/latex/bussproofs-extra/bpextra.sty
new file mode 100644
index 00000000000..e83935d50d6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bussproofs-extra/bpextra.sty
@@ -0,0 +1,5 @@
+% Wrapper for backwards compatibility
+
+\RequirePackage{bussproofs-extra}
+\PackageWarning{bussproofs-extra}{You've loaded bussproofs with
+ bpextra, but you should use bussproofs-extra instead}
diff --git a/Master/texmf-dist/doc/latex/bussproofs-extra/bussproofs-extra.pdf b/Master/texmf-dist/doc/latex/bussproofs-extra/bussproofs-extra.pdf
new file mode 100644
index 00000000000..9075a6a8cc2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bussproofs-extra/bussproofs-extra.pdf
Binary files differ