Tagged Questions
10
votes
4answers
225 views
How to change the item separator in TikZ foreach command
I want to cycle over several sentences using a foreach loop. Now sentences will prpbably contain commas, which are used by foreach as item separators. So I would like to change the item separator to ...
3
votes
2answers
240 views
Pass several comma separated TikZ options to a single keyval key
I'm still improving my answer to Need help creating a 3D cube from a 2D set of nodes in TikZ. One of the options should be to emphasize the edges of the cuboid. This would mean e.g.
\draw[red, very ...
9
votes
1answer
414 views
Correct delimiter height in TikZ
When using the left delimiter and right delimiter options, I am having the problem that their height is not equal to the node they are surrounding.
Here is an example:
\documentclass{article}
...