Metadata-Version: 2.1
Name: expand_latex_macros
Version: 0.1.1
Summary: Removes all user-defined macros in a .tex file and substitutes back in their definitions.
Author: James McGreivy
Author-email: mcgreivy@mit.edu
Keywords: latex,LaTeX,macros,\def,\newcommand
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Dist: regex

Provides the function expand_latex_macros(latex_source_path). Removes all user-defined macros in latex_source.tex and substitutes back in their definitions. Helpful for pre-processing LaTeX source to train NLP models.
