Browsing index pages (2 articles)
↧
Aligning Tikz nodes vertically
I am trying to create a diagram using Tikz. Here is a short version of what I currently have:What I want to do is to center the nodes under "second-order themes" and "aggregate dimensions" vertically...
View ArticleAnswer by cfr for Aligning Tikz nodes vertically
One way to do this is using the calc library, together with the positioning library. Your current code doesn't use the enhanced <direction>=<dimension> of <position>, but it is a bit...
View Article
Browsing index pages (2 articles)