Tagged Questions
3
votes
2answers
84 views
anchor arrow start position
Attached below is the minimum working example. I would like the arrow to end at the
west anchor of the node "operation". I tried anchor and few other possibilities but they don't seem to affect the ...
10
votes
2answers
192 views
TikZ: shade also the border of a node
I would like to shade a node and the border of the node.
The following code works but I don't like it very much that I have to draw something after the node on the background layer. I would prefer a ...
10
votes
1answer
331 views
Comprehensive list of TikZ style options?
I'm aware that one can use \tikzstyle{every label}=[...] to apply styles to every label within a tikzpicture; or \tikzset{mystyle/.style={...}} to apply style specs to a specific type of node mystyle ...
9
votes
2answers
236 views
Hyperlinked nodes in TikZ mindmap
I am trying to make a small mindmap such that some of the child nodes are hyperlinked. I tried to follow the advice given here, about the new node style hyperlink node, but the following MWE compiles ...
12
votes
1answer
364 views
Nested node class with pictogram decoration
I'm wondering how can I define custom TikZ node class mynode thats allows my to use following syntax:
\node [mynode,fill=yellow!40] {component}
\child{
\node [mynode,fill=yellow!40] ...
15
votes
1answer
479 views
TikZ picture shapes
I am very new to the TikZ package, and I need to draw some flow chars by using the following shapes.
However I couldn't figure out how to draw the 4th and and 6th ones below. It would be very nice ...
5
votes
2answers
177 views
How to share selected options between different nodes in TikZ?
(I didn't find a better title for the question. Suggestions are welcomed.)
I have created some new shapes in TikZ and I would like to put one of them below another one when a certain key is passed to ...
5
votes
1answer
434 views
Custom sibling angle for child nodes
As I explored the TikZ manual and available examples; the position of child nodes are defined within the parent node. This means that all child nodes spread on the same radius from the parent with ...
3
votes
1answer
216 views
How to modify just some nodes' styles in chemfig
In the following molecular drawing, I want to only circle the rightmost OH of the first molecule and the leftmost H of the second, to show that they are the ones that are involved in the formation of ...
2
votes
1answer
104 views
Draw inside nodes to get BPMN gateway shapes
This question is a follow up to How to draw inside a TikZ node, using node style?
I am trying to get the AND and XOR gateway from BPMN as seen here ...