What is the advantage of using minimal document class over article document class when creating a standalone graphic?
Bonus question:
Before I have time to make a test by myself, is there anybody here know whether minimal will compile faster than article?
standaloneclass since it was specifically created for use in standalone graphics.standaloneclass (written by me) uses thearticleclass internally. As Stefan points outminimaldoesn't define some font related macros like the fonts size commands so it is not really useful for standalone drawings. However, any other class can be used using theclass=<class name>as class option forstandaloneclass.