Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Extremely useful piece of code. Easy to filter with if '*{file}' not in line:. Commented May 1, 2021 at 21:36
  • This is piece of gold. For inclusion of tables that are in other files, you could add or re.search(r'\.code\.tex',source) or source=="xkeyval.tex" to the last if statement of the function and texobviously to the extensions. Edited it also for my other needs, full code can be accessed here gist.github.com/samuelsaari/99f3ffe35a63482698571d713e9ee594 Commented Jul 1, 2022 at 11:03