Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds two new options + several fixes #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 25, 2019

  1. Adds two CLI arguments:

    - tex_folder: adds the option to specify a .tex files folder. This makes easy
    traversing more complicated file structures.
    - interactive: adds user CLI interaction for selecting specific files. This
    makes possible to avoid importing some sections (the Appendix for instance).
    
    Various fixes:
    - changes internal naming of variables to more explicit version
    - improves correct use of spaces for arguments
    - (functions: main, expand_file) changes to "with open(file) as filename:" pattern
    - (function: is_input) makes explicit that also "include" statements are matched
    - (function: main) adds documentation
    - updates readme
    gibbbone committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    e3778dc View commit details
    Browse the repository at this point in the history
  2. updated readme

    gibbbone authored Mar 25, 2019
    Configuration menu
    Copy the full SHA
    8c9c6aa View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. changed git clone URL

    gibbbone authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    3bb67fe View commit details
    Browse the repository at this point in the history