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

convert ltx:graphics candidates to file URIs #2367

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

Conversation

xworld21
Copy link
Contributor

Fix #2355 (allegedly) by making candidates a comma-separated list of URIs instead of plain file names.

I do not have conclusive proof about Windows, because the relevant tests seem to require a minimum texlive version, and I am using MikTeX. This would explain why CI did not catch the issue.

I suggest taking this PR further: make candidates a space separated list (since now spaces are %-encoded), and add this restriction to the schema (with something like list(anyURI)).

@brucemiller
Copy link
Owner

Interesting; basically you're trying to establish a consistent filename format that avoids OS dependencies. But rather than scattering lots of URI to/from around, and only dealing with @candidates at that, perhaps there's a common pinch point where the format can be made more consistent? Hmm....

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.

Install Fails on Windows 10 via "cpan LaTeXML"
2 participants