-
Notifications
You must be signed in to change notification settings - Fork 501
Add texify as a fallback latex engine #2350
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay in reviewing this.
I think I'm okay with this -- adding texify wouldn't add much maintenance burden. However, I would like to see the texify build pass on CI and upload a PDF as an artifact, to see what it looks like.
Also would need docs and a CHANGELOG entry.
Adds
texifyas a latex engine to allow compilation whenlatexmkis not available, and makesnativedecide automatically which is available betweenlatexmkandtexify.Partially fixes #1341