We assume a working Texlive installation. Compile with
latexmk -pdf --shell-scape --output-dir=out
or simply use
make
if cloning from the Github repository
Export all bibliography items into a single file.
make bibexport
Counts the number of citations currently used in the document.
make citecount
Examines errors of the main.log
file (can only be used after make
or make fresh
).
make examine
Create a single large LaTeX file.
make latexpand
See how many words are in the LaTeX document text at the moment.
make wordcount
The license for this project is not yet decided.