Tagged Questions
8
votes
1answer
107 views
How can I split the log file depending on the input file?
I have a large document that I have split into several separate documents. I have one main.tex file and several file_i.tex files which are included into main.tex using the \input-command. It also ...