Tagged Questions
9
votes
1answer
265 views
In a multiple file LaTeX document, is there a way to tag each page with the file that generated it?
I've got a LaTeX document that's build from many smaller files. When I'm editing text or formulas I usually look for some characteristic text and do something like:
find -name "*.tex" > t
grep -n ...