SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 362 forks source link

Image preview cannot work in sub directory. #1586

Open iktCalT opened 1 year ago

iktCalT commented 1 year ago

I think my problem is the same as issue #895. My structure is

section_1/
    images/
        image1_1.png
        image1_2.png
    sec_1.tex
section_2/
    images/
        image2_1.png
        image2_2.png
    sec_2.tex
main.tex

When I use \includegraphics{\currfiledir/images/image1_1.png} in the sec_1.tex, and hover over the it, it shows "Image Not Found"