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.23.9

2 weeks ago

latexindent.exe oneSentencePerLine bug fix, see issue 514

V3.23.8

4 weeks ago

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

V3.23.7

1 month ago

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

V3.23.6

3 months ago

further enhancement for replacement feature, see issue-503

V3.23.5

3 months ago

V3.23.4

5 months ago

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

V3.23.3

6 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

V3.23.1

7 months ago

minor bugfix for text wrap routine, see issue-471

V3.23

7 months ago
  • new feature for oneSentencePerLine: sentencesDoNOTcontain, see issue-419
  • bug fix for items, see issue-467