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

bugfix: Error "Can't open file" when using -g key with nontrivial path #538

Closed fengzyf closed 3 months ago

fengzyf commented 4 months ago

what is this pull request about?

bugfix: Error "Can't open file" when using -g key with nontrivial path

does this relate to an existing issue?

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

cmhughes commented 3 months ago

Great, many thanks, this'll be part of the next release.