Metadata-Version: 2.3
Name: simple_latex_checker
Version: 0.0.10
Summary: VERY simple and lightweight checking of latex formatting
Project-URL: Homepage, https://github.com/vincedbowen/simple-latex-checker
Project-URL: Issues, https://github.com/vincedbowen/simple-latex-checker/issues
Author-email: Vincent Bowen <vincent@vincentbowen.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# simple-latex-checker

This was created to help debug the __most common problem__ students face when trying to download their jupyter Notebooks as PDFs, erroneous spaces in their in-line latex. I spun this up in a few hours, so it would definitely be useful to add a few more features. 

To use:

1. Download the package

`pip install simple-latex-checker`

2. Import the package into your jupyter notebook

`import simple_latex_checker as slc`

3. Run the check

`slc.run_check("<Your Notbook Name>.ipynb")`