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

latex can't recognize path seperator \\ in windows #734

Merged
merged 1 commit into from
May 15, 2020
Merged

latex can't recognize path seperator \\ in windows #734

merged 1 commit into from
May 15, 2020

Conversation

zombie110year
Copy link
Contributor

Modify path as posix style before transport it to system command to fix issue #505

I ran the example_scenes.py and pass all cases.

Modify path before transport it to system command
@sajidnisar
Copy link

Thanks @zombie110year; a must change for manim to work on Windows (10) with latex!

@435vic
Copy link

435vic commented Feb 16, 2020

Definitely an issue that should be looked into.

@markchalmersUC
Copy link

Just wanted to say thank you! this is the only thing that fixed my latex issue on windows 10.

@TooYoungTooSimp
Copy link

A better fix than my local .replace('\\','/') !
It's a must merge fix for manim indeed.

@filipppp
Copy link

Can we please merge this?

@eulertour eulertour merged commit aff2d21 into 3b1b:master May 15, 2020
eulertour pushed a commit to eulertour/manim-3b1b that referenced this pull request Dec 2, 2020
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.

7 participants