I have 8 files which I am serially listing in my main.tex file.
All 8 files contain one chapter.
Now I have created a diagrams.tex file which has 10-12 diagrams using tikz.
I am not including this file in my main.tex file.
But I still want diagrams to show up in my main.pdf, as well keep the chapters manageable.
Can I simply import the figures from diagrams.tex using one or two line commands in my chapter .tex files so that the relevant figures show up where I want to?