Index of /archives/text/CTAN/macros/luatex/latex/longmath

Icon  Name                                     Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2024-03-25 16:09 1.6K [TXT] longmath-doc.cls 2024-03-25 16:09 5.2K [TXT] longmath-doc.lua 2024-03-25 16:09 6.3K [   ] longmath-doc.pdf 2024-03-25 16:09 171K [   ] longmath-doc.tex 2024-03-25 16:09 53K [TXT] longmath.lua 2024-03-25 16:09 16K [TXT] longmath.sty 2024-03-25 16:09 8.9K

longmath 
--------

Nested delimiter groups extending over multiple array cells or lines. 

The longmath package provides yet another solution to some well known 
typesetting problems solved in a variety of ways: multi line formulas 
with paired and nested delimiters. It tackles the problem at the Lua 
level, which has some advantages over solutions implemented in TeX. 
In particular, the TeX code need not be executed multiple times, and 
there is no interference between TeX grouping and the nesting of 
delimiter groups.

As a byproduct, delimiters can be scaled in various ways, inner 
delimiters come in different flavours like relational and binary 
operators, punctuation symbols etc., and outer delimiters can be 
selected automatically according to the nesting level. Last but not 
least, delimiter groups can even extend across several array cells 
or across the whole document. 

A special environment is provided as well, which allows multi line
expressions to be placed inside a displayed equation and make TeX 
do the line splitting and alignment. 

This is the first and in parts still experimental version. If anyone 
actually uses it, the author would be happy to receive bug reports, 
critics and suggestions.

(c) 2024 Hans-Jürgen Matschull  [ hjm.tex@matschull.net ]

This work may be distributed and/or modified under the conditions 
of the LaTeX Project Public License version 1.3 or later. 

The following files belong to the longmath package version 0.1:

package and documentation: longmath.sty longmath.lua longmath-doc.pdf 

documentation source: longmath-doc.tex longmath-doc.cls longmath-doc.lua