Sorry if the question seems basic, but I have little (and less) experience in LaTeX and I've been struggling to find a simple solution to my problem, and I failed. I want to use PDFLaTeX to print some tables and images into a PDF file.
For each project that want to use it for, I have a directory with JPG files, say "figure_2345.jpg", "figure_8564.jpg" etc. but the number of files vary and there can be many, so I'd rather automate it.
How can I tell
\includegraphics
to print all the files found with a ".jpg" extension within that directory? Is there a simple way to do this? Something like \includegraphics{*.jpg}
(which obviously doesn't work)Thanks a lot!