Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonsterling/latex3-jmsdelim
https://github.com/jonsterling/latex3-jmsdelim
expl3 latex latex-package tex
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonsterling/latex3-jmsdelim
- Owner: jonsterling
- Created: 2019-09-13T23:02:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T10:43:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T15:57:47.017Z (2 months ago)
- Topics: expl3, latex, latex-package, tex
- Language: TeX
- Size: 4.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
The `jmsdelim` package
======================A package for compositional delimiter sizing.
Correctly sizing delimiters is very difficult, particularly in well-architected
documents: a correctly engineered mathematical document will include macros for
all operations, and these macros necessarily will include delimiters (such as
parentheses). However, the correct size for the delimiter cannot be chosen
ahead of time, because it will depend on the arguments; two options are
available:1. Provide optional arguments to each notation macro for choosing delimiter
sizes. This is nearly intractable to do in practice.2. Ignore delimiter sizes.
With jmsdelim we offer an alternative: the correct delimiter sizes can be set
at the leaf nodes of a mathematical expression, and magically bubble upward
through the delimiters.Contents
--------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
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
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`.