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
864 stars 84 forks source link

bug fix "[latexindent.exe] -GCString switch cannot run normally" #532

Closed saxyx closed 4 months ago

saxyx commented 5 months ago

what is this pull request about?

bug fix "[latexindent.exe] -GCString switch cannot run normally"

does this relate to an existing issue?

https://github.com/cmhughes/latexindent.pl/issues/531

does this change any existing behaviour?

no

cmhughes commented 4 months ago

Why is this closed?

saxyx commented 4 months ago

I deleted the previous commit and made a new one from scratch. Macos executable and Linux executable also encountered the same problem at https://github.com/cmhughes/latexindent.pl/issues/531.

cmhughes commented 4 months ago

Great, many thanks for your help on this