Tagged Questions
9
votes
1answer
125 views
Organizing images for multiple latex files
This is kind of a soft question.
In my work, I generate a lot of images (graphs with data, sketches of the experimental system, etc..) which I later use in various latex files (papers, beamer ...
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 ...
17
votes
2answers
343 views
What are the allowed characters in filenames?
What characters can be used in filenames for the main document and input files, both .tex and images etc.? I'm not asking about which are recommended to be used, but about a list of all possible ...
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 ...
12
votes
4answers
2k views
How to iterate through the name of files in a folder
Assume I have many TeX files. For the sake of simplicity, also asssume they are in a single folder or directory.
I want to input all files from within my main LaTeX document. Actually I can create a ...