I now have several dozens of beamer TeX files with hundreds of slides. I am wondering is there an easy way of collecting all frames into one document? I think it can be done with any of the scripting languages, or Python, but does anyone know of a TeX-based program than can do this by specifying the directories to search?
The reason is that I am now wasting a lot of time searching old files for slides I know I have already prepared. So if they are all in one pdf I can quickly scan the frames to find the ones I need.
To be specific - I want to extract all \begin{frame}...\end{frame} text across hundreds of files to go into 1 TeX file.
\inputthe content into the file with the preamble or use\inputmultiple times for all your contenttexfiles to get a presentation with all the frames in it. Information on\input– Benjamin Jun 18 '15 at 22:47