How can I use the \section command inside a tikz node while the section counter is also preserved and so on. What comes to my mind is being able to use a tikz node like its a latex environment in which I can use all commands.
I was thinking about to use the standalone document type and import it into the node. Unfortunately this would results into the loss of the toc and moreover the section counter and much more.
It would be great to use tikz for the layout but preserving all the functionality from latex.
titlesecto add whatever TikZ feature you want to add to the section. Having a\sectionin a node may not be that useful. – Nov 03 '19 at 23:40