randy3k / LaTeXBox

A lightweight but deprecated LaTeX Plugin for Sublime Text 3
44 stars 8 forks source link

Replaced backslashes with forwardslashes in path #12

Closed samolesen closed 10 years ago

samolesen commented 10 years ago

LaTeXSQ produced paths which contained backslashes. This made the paths invalid since backslash is an escape character in latex.

randy3k commented 10 years ago

is it a problem of Windows?

samolesen commented 10 years ago

Apparently os.path is OS specific and creates paths with backslashes on Windows. I just updated my patch since I discovered that backslash is an allowed character in unix paths.

randy3k commented 10 years ago

It makes sense to only consider it on Windows :)