I have written large (large, by my understanding, 40 pages) document with a lot of images. I need to make a beamer presentation, and I need to use photos from this document.
So I want to open this document, see the text and images, and make the presentation out of them. If I need any image from the document, it would be good to see it's path or at least name on the disk (or <path>).
How to make \includegraphics[<opts>]{<path>} to to print image path <path> to the image itself? So I could open this document and see where to find image source without browsing the latex code. Is there some workaround?
draftoption tographicx(or your documentclass), and the images will be replaced by their paths (so you'd need two copies of the pdf - one with images and one with paths). (How bad is your tex code? I can usually ctrl f a choice phrase and get at most three matches in my entire document.) Do any of those possibilities work for you? – Teepeemm Dec 04 '23 at 21:51draftoption, it is and option, but It is not so comfortable to use 2 documents instead of 1 with titles and images in one. Thanks for notes. – Vladyslav Rehan Dec 04 '23 at 22:05#2instead of adding it to a list, or maybe\detokenize{#2}if there are special characters in the filename. – Marijn Dec 05 '23 at 15:30