allows use of tikzcd inside tikzpicture as scope#3
Conversation
|
To somehow allow a tikzcd inside a tikzpicture is a good feature to add. There are a few other ways to achieve this, and I'm not sure your proposal is the best option — as you said on stackexchange, it is not "in the spirit of tikz". One thing that works (and has always worked) is to put the tikzcd environment inside a |
|
The problem with including But I agree that if you can produce a single style The solution that I propose has the pros :
But if you don't like it, no problem, it's just a proposal ;) |
|
Testing |
Following the idea of this answer and to make the interaction with
tikzmore fluent in some cases like this one, I modified the code to usetikzpictureorscopedepending from where we call thetikzcdenvironment. I also added a stylenameto facilitate the access to the cells.Here is a demonstration how it works: