cmhughes / latexindent.pl

Perl script to add indentation (leading horizontal space) to LaTeX files. It can modify line breaks before, during and after code blocks; it can perform text wrapping and paragraph line break removal. It can also perform string-based and regex-based substitutions/replacements. The script is customisable through its YAML interface.
GNU General Public License v3.0
867 stars 84 forks source link

Add missing ams math environments to defaultSettings #483

Closed arkandias closed 11 months ago

arkandias commented 11 months ago

The standard environments alignedat and split from the amsmath package are missing from the field lookForAlignDelims in the default settings (they both use delimiters, just like alignat, aligned, etc., so they belong there).

cmhughes commented 11 months ago

Great, many thanks indeed!