summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-04-04 20:59:56 +0000
committerKarl Berry <karl@freefriends.org>2019-04-04 20:59:56 +0000
commitc5a40679707809a67789ed63672bd9b73fd31c41 (patch)
tree2c98d149af35c10f35e345629339d69a87c48488 /Master/texmf-dist/doc/latex
parent51826e690ad1c167b12b52e25604ed3579a989ba (diff)
bussproofs-extra (4apr19)
git-svn-id: svn://tug.org/texlive/trunk@50760 c570f23f-e606-0410-a88d-b1316a301751
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