I am in the process of writing my master thesis and i am using Tikz to generate few graphs. Unfortunately, the input file for the graphs are not so small, so i already faced the problem that space limitation (solved). Nevertheless, it will take a long time to generate those plots.
My question is whether it is possible to save the generated Tikz figures into a file and to load the file instead? Since the problem is always that the labels do not have the right font size…
PS.
I am using scrbook and pdflatex, I would have no problem to change to something else if it will solve my problem.
externalizelibrary in the pgf manual. It does exactly what you need. It will not be in one file, however that can easily be done afterwards. – nickpapior Feb 14 '12 at 10:00standaloneclass to create PDF versions of your TikZ pictures, see e.g. How should I organise my document/files in order to easily export TikZ figures as images? or TikZ to non-PDF (which besides the name also works for PDFs). – Martin Scharrer Feb 14 '12 at 10:43