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

readme: updating getting started, include option to use conda #310

Closed tdegeus closed 2 years ago

cmhughes commented 2 years ago

Thanks for this.

I'm happy to have additions to the README, but I don't want too many structural changes.

Can you change this so that you have only added a new section for the conda stuff? Can you also make it so that it links to the conda home page?

Thanks very much!

tdegeus commented 2 years ago

I can do that, though I do think it is worth to consider these changes: I had difficulties getting an overview from the readme, partly because the structure confused me (although that could be personal) and partly because there is a duplicate concerning latexindent.exe.

tdegeus commented 2 years ago

In addition, I did fix some typos as well

cmhughes commented 2 years ago

OK, many thanks, that's helpful.

Given that yours is the only feedback I've had on the README, I'm happy to accept this as is.

Thanks, and sorry for the noise.