I am using latex and tikz to make figures. I have one file with all the tikz figures
right after eachother. Now i want to integrate them in the text, while also keeping them in the single file, and to display them twice. Once in the chapter or section and then at the end of the document where they appear again. So i can see all the figures without the text between them. Is there some way to do this.
First I was thinking about making many different tikz files and then use \input{}
Can I use the \input{} command to take many different slices out of a longer file?
Greetings and thanks Arthur

