davidfarmer / LaTeXtoLaTeX

Utilities for converting LaTeX markup to a standard form
1 stars 8 forks source link

Recursive Conversion #8

Closed Pelonza closed 7 years ago

Pelonza commented 7 years ago

This implements a recursive file conversion option. If you test it, I believe you could actually replace the non-recursive (i.e. single folder) with the recursive version and have identical behavior (it's just recursing over one folder).

Note that this REQUIRES the new directory to NOT EXIST. It has to do with the utility I used to copy the full sub-directory. This reduces the confusion/difficulty in finding the correct, modified file paths for converting.

Pelonza commented 7 years ago

Update. I made a minor error in how I parsed out the Non-recursive command-line. I forgot to define my recursive boolean as false! ...