Latexindent.pl Versions Save

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.

V3.24.1

1 week ago

oneSentencePerLine par issue bug fix, see issue 527

V3.24

3 weeks ago
  • paths feature update, see issue 516
  • lookForAlignDelims updated to include spreadtab, see issue 535
  • log file bugfix, see issue 537, thanks to @fengzyf

V3.23.9

1 month ago

latexindent.exe oneSentencePerLine bug fix, see issue 514

V3.23.8

1 month ago

STDIN and GCString update, see issue 528 and issue 531; thanks to @Mikachu2333 and @saxyx

V3.23.7

2 months ago

better support for UTF-named files in latexindent.exe, see issue-505 thanks to @fengzyf

V3.23.6

4 months ago

further enhancement for replacement feature, see issue-503

V3.23.5

4 months ago

V3.23.4

5 months ago

bugfix for STDIN input with preamble and m switch, see issue-493

V3.23.3

7 months ago
  • update to fineTuning, see issue-488
  • update to backup file routine, see pull 484, thanks to @arkandias

V3.23.2

7 months ago

bugfix for `specialBeginEnd', see issue-477