https://github.com/dginev/latexml-plugin-introspection
LaTeXML introspection for TeX package dependencies and command sequence dictionaries
https://github.com/dginev/latexml-plugin-introspection
dev-tools introspection latexml
Last synced: over 1 year ago
JSON representation
LaTeXML introspection for TeX package dependencies and command sequence dictionaries
- Host: GitHub
- URL: https://github.com/dginev/latexml-plugin-introspection
- Owner: dginev
- License: unlicense
- Created: 2014-01-05T17:39:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T21:22:29.000Z (almost 11 years ago)
- Last Synced: 2025-03-19T23:49:11.223Z (over 1 year ago)
- Topics: dev-tools, introspection, latexml
- Language: Perl
- Size: 512 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LaTeXML-Plugin-Introspection
============================
LaTeXML introspection for TeX package dependencies and command sequence dictionaries
To generate the full reports (in the default dictionary.json and dependencies.json files) run:
```
perl generate_reports.pl
```
To generate the reports for any subset of packages, simply supply them as arguments:
```
perl generate_reports.pl article.cls graphicx.sty tikz.sty
```
If this proves useful, and once the method is refined to be as efficient as possible, it might be advantageous to integrate this functionality in the [LaTeXML web service](https://github.com/dginev/LaTeXML-Plugin-ltxmojo).