aclements / latexrun

A 21st century LaTeX wrapper
MIT License
616 stars 65 forks source link

Fix _parse_jobname to handle intermediate font generation #47

Open aslushnikov opened 7 years ago

aslushnikov commented 7 years ago

This patch fixes regexes in __parse_jobname to be non-greedy. Since there's a for-loop which iterates through the matches, greediness is not needed.

This is enough to fix the jobname extraction. For the output, we'd like to skip all the "character" entries from font generation.

This fixes #46.