Skip to content

Restore LaTeX extension on Windows (partially revert e8bbec5f)

On Windows, shutil.which("pdflatex") returns ".\pdflatex.py", i.e. the path to the extension, probably because Windows doesn't have the concept of an execute flag. In order to not break the PdfLaTeX extension on Windows, e8bbec5f was partially reverted.

I strongly suggest to backport this to 1.1.x

cc: @pulsar17

Edited by Jonathan Neuhauser

Merge request reports