summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jmsdelim
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-11 22:00:40 +0000
committerKarl Berry <karl@freefriends.org>2022-03-11 22:00:40 +0000
commit1052550c761c8504454157d94094dc792e7e32e5 (patch)
tree8e52ffabb2fd136ee534384a22bc8bff6d14477b /Master/texmf-dist/doc/latex/jmsdelim
parentb405da142dbd35182a6530ceb43be46cd0cf5bab (diff)
jmsdelim (11mar22)
git-svn-id: svn://tug.org/texlive/trunk@62630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/jmsdelim')
-rw-r--r--Master/texmf-dist/doc/latex/jmsdelim/README.md35
-rw-r--r--Master/texmf-dist/doc/latex/jmsdelim/jmsdelim.pdfbin0 -> 415204 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jmsdelim/refs.bib13
3 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jmsdelim/README.md b/Master/texmf-dist/doc/latex/jmsdelim/README.md
new file mode 100644
index 00000000000..dfdeff2ab30
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jmsdelim/README.md
@@ -0,0 +1,35 @@
+The `jmsdelim` package
+======================
+
+A package for compositional delimiter sizing.
+
+The following files are included:
+- `jmsdelim.dtx` : the doctrip source for the package and documentation
+- `jmsdelim.ins` : the generation script for producing `ebproof-rules.sty`
+
+The package requires `expl3` (the LaTeX3 programming environment) which
+provides many useful programming tools.
+
+To build the documenation, run `l3build doc`.
+
+
+License
+-------
+
+Copyright 2022 Jonathan Sterling <jon@jonmsterling.com>
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ <http://www.latex-project.org/lppl.txt>
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+This work has the LPPL maintenance status “maintained”.
+
+The Current Maintainer of this work is Jonathan Sterling.
+
+This work consists of the file `jmsdelim.dtx`.
+
+
diff --git a/Master/texmf-dist/doc/latex/jmsdelim/jmsdelim.pdf b/Master/texmf-dist/doc/latex/jmsdelim/jmsdelim.pdf
new file mode 100644
index 00000000000..0199f3b2bb5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jmsdelim/jmsdelim.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jmsdelim/refs.bib b/Master/texmf-dist/doc/latex/jmsdelim/refs.bib
new file mode 100644
index 00000000000..13c0e80f201
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jmsdelim/refs.bib
@@ -0,0 +1,13 @@
+@misc{oberdick:mleftright,
+ author = {Oberdick, Heiko},
+ date = {2016-05-16},
+ title = {The {\ttfamily mleftright} package},
+ url = {https://ctan.org/pkg/mleftright}
+}
+
+@misc{segletes:scalerel,
+ title = {{\ttfamily scalerel} -- Constrained scaling and stretching of objects},
+ author = {Segletes, Steven B.},
+ date = {2016-12-29},
+ url = {https://ctan.org/pkg/scalerel}
+}