Metadata-Version: 2.1
Name: checkTAPSpackages
Version: 0.3
Summary: Allows to check a document complies with the list of LaTeX packages accepted by TAPS.
Home-page: https://github.com/casiez/checkTAPSpackages
Author: Géry Casiez
Author-email: gery.casiez@univ-lille.fr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: argparse

# checkTAPSpackages

Allows to check an article written in LaTeX only uses standard packages listed on the [TAPS page](https://www.acm.org/publications/taps/accepted-latex-packages)

Install using ```pip install checkTAPSpackages```

1. Compile your document by adding ```\listfiles``` below ```\documentclass```
1. Run ```checkTAPSpackages yourGeneratedLogFile.log```

Use ```--all``` option to show all packages used.



