Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix _parse_jobname to handle intermediate font generation #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aslushnikov
Copy link

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.

lazdmx added a commit to lazdmx/latexrun that referenced this pull request Jun 18, 2020
Merge changes from PR aclements#47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

latexrun fails to compile pdf when pdflatex generates missing fonts
1 participant