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 ...
0
votes
1answer
62 views
Reach another folder with \input
How do I reach a file in another folder when using \input?
E.g. I have my main document frontpage.tex in a folder called main and a file chapter1.tex in a folder chapters. How do I in frontpage.tex ...
2
votes
2answers
166 views
Disable including of system files [duplicate]
Possible Duplicate:
How can I safely compile other people's LaTeX documents?
I've got a Linux server that is rendering LaTeX documents, I want to disable the access of LaTeX to system ...
5
votes
1answer
1k 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 ...
9
votes
2answers
351 views
How to avoid automatic .tex extension in filenames?
I am in an mildly unfortunate situation in which, because of the way I prepared the files automatically, I ended up with a file to be attached but also another file with the same name but ending in ...