SumatraPDF version
Project structure(files are on wsl)
project_root
├── build
│ └── index
│ ├── index.pdf
│ └── index.synctex.gz
└── src
└── index.tex
To Reproduce
Execute this from project root.
/mnt/c/Users/Lenovo/AppData/Local/SumatraPDF/SumatraPDF.exe \
-reuse-instance 'build\index\index.pdf' \
-forward-search 'src\index.tex' 42
(Windows handles conversion to UNC paths automatically.)
PDF opens normally, forward search fails with:
Unknown Source file (\\wsl.localhost\Ubuntu\home\hethon\Documents\personal\resume\src\index.tex)
Expected behavior
SumatraPDF should jump to line 42 in index.tex and highlight it.
SumatraPDF version
Project structure(files are on wsl)
To Reproduce
Execute this from project root.
(Windows handles conversion to UNC paths automatically.)
PDF opens normally, forward search fails with:
Expected behavior
SumatraPDF should jump to line 42 in index.tex and highlight it.