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

Adding the additional dependency for Arch users in the documentation #375

Closed mahdikooshkbaghi closed 2 years ago

mahdikooshkbaghi commented 2 years ago

what is this pull request about?

Arch users need to install perl-file-homedir from AUR as a dependency.

does this relate to an existing issue?

Can't locate File/HomeDir.pm #2

does this change any existing behaviour?

no

what does this add?

added few lines of instruction in the sec-appendices.rst file.

how do I test this?

Test is not relevant for this issue.

cmhughes commented 2 years ago

Thanks for this, it looks great :)

It's not obvious, and I apologise for this, but the rst files are output files. Could you change sec-appendices.tex instead /as well? Thanks so much!

mahdikooshkbaghi commented 2 years ago

Thanks for this, it looks great :)

It's not obvious, and I apologise for this, but the rst files are output files. Could you change sec-appendices.tex instead /as well? Thanks so much!

No problem at all. Thanks for the nice package. I changed the sec-appendices.tex file as well.

cmhughes commented 2 years ago

Perfect, thanks so much! :)