ok, thanks. good to know for future reference :)
(someone told me that it should be easy to write something in python; for instance a script that generates the necessary code in a separate tex.file and then \input{} that file in the main.document.)
Search found 2 matches
- Tue Jan 06, 2009 10:27 am
- Forum: General
- Topic: \input{} : all tex.files in a folder
- Replies: 4
- Views: 7328
- Mon Jan 05, 2009 3:53 pm
- Forum: General
- Topic: \input{} : all tex.files in a folder
- Replies: 4
- Views: 7328
\input{} : all tex.files in a folder
Hi! 1'm new to the community. hope someone can help me:
I have a holder with some tex.files that I want to \input into a main.tex file.
One way would be to write out each file name using separate \input{} commands:
\input{file1}
\input{file2}
\input{file3}
...
Since I want all the separate ...
I have a holder with some tex.files that I want to \input into a main.tex file.
One way would be to write out each file name using separate \input{} commands:
\input{file1}
\input{file2}
\input{file3}
...
Since I want all the separate ...