Hi everyone,
quick (and stupid?) question:
* in my main file, I use \includegraphics{myFigure.pdf}
* myFigure.pdf is produced by the compilation of myFigure.tex
This works perfectly well in any home-hosted latex environment, but I cannot figure out how to do this correctly with sharelatex. In fact, when I compile myFigure.tex, I can see the output but I cannot see it my folder (which just contains the source files main.tex and myFigure.tex, and never shows produced pdf files).
So it seems that I am obliged to do a stupid thing: download the produced myFigure.pdf, and upload it to my files... not quite an efficient way to do!
Does anyone know what I should do? something like \includegraphics{some_mysterious_path/myFigure.pdf}???
Thanks!