Tagged Questions
1
vote
0answers
38 views
Loop to include multiple files [duplicate]
Possible Duplicate:
How to iterate through the name of files in a folder
I would like to include all the *.tex files from a directory in a document.
To avoid me having to add manually the ...
5
votes
1answer
992 views
Including all files within a directory [duplicate]
Possible Duplicate:
How to iterate through the name of files in a folder
Using \input{filename}, I can input a file canned "filename.tex". I have a directory containing all of the files I ...