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 issue that Handle file paths with dots correctly in ptex2pdf #17

Conversation

Ryo8-k2arl
Copy link

Fix #16

Ensure that characters other than .tex at the end of file paths are not removed
Copy link
Member

@norbusan norbusan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the idea, but unfortunately it doesn't work in various other circumstances, one is the original you mentioned.

I have pushed a commit that should solve the problem, could you check the latest version from git by copying into your TL tree?

@norbusan
Copy link
Member

CLosing this PR in favor of commit ef8a75a

@norbusan norbusan closed this Jul 14, 2024
@Ryo8-k2arl Ryo8-k2arl deleted the hotfix/#16_dot-in-filename-error branch July 14, 2024 15:38
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.

File paths that do not include .tex and contain . (dot), dvipdfmx will error.
2 participants