jupyterlab / jupyterlab-latex

JupyterLab extension for live editing of LaTeX documents
BSD 3-Clause "New" or "Revised" License
622 stars 69 forks source link

Fix the wrong path of synctex command #121

Closed syyee closed 4 years ago

syyee commented 5 years ago

When the root directory of the jupyter is specified, using an incomplete path here will generate an error, "SyncTex command synctex edit -o 1:0:0:incomplete/path/bare_jrnl .pdf errored with code: 255"

ian-r-rose commented 4 years ago

Sorry for the late reply @syyee, good catch!

Thanks!