Is there an easy way to create a list of all external files (complete path) which are used by a LaTeX document (and its "sub-documents") by
\input\include\includegraphics?
(may I have forgotten some input sources?)
|
Is there an easy way to create a list of all external files (complete path) which are used by a LaTeX document (and its "sub-documents") by
(may I have forgotten some input sources?) |
||||
|
The snapshot package gives you a list of the external dependencies of a LaTeX document. Use it by saying
before the
before the |
|||
|
|
use the perl script
it creates an file
|
|||||||
|
.logfile (not very trivial, though). You can also usestraceor similar tool (but this one counts as hardcore). – Andrey Vihrov Jul 31 '11 at 13:19dateilistepackage includes a list of TeX files parsed in the document, but without complete path. (And not files used by includegraphics or similar.) – PaĆlo Ebermann Jul 31 '11 at 14:22