Tagged Questions
3
votes
1answer
68 views
How can I set the node size for a TikZ image to be the same for all nodes?
I'm attempting to draw a Kripke structure in TikZ and while I'm successful for the most part, I'm not quite satisfied with the result. Here is my preamble:
\documentclass[10pt,letterpaper]{amsart}
% ...
6
votes
2answers
323 views
TikZ: Defining and reusing complex objects?
(How) Is it possible to save some complex TikZ objects for reusing them (in the same and in different pictures)?
I know it's possible to define own styles, but I'm not sure if it's the right thing ...
15
votes
1answer
494 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 ...
3
votes
0answers
266 views
Commutative diagram using TeX Writer
I bought an ipad app TeX writer and I am wondering if I can draw a commutative diagram.
It includes the packages
amslatex
revtex4-1
IEEEtran
babel
cyrillic
graphicx
color
xcolr
geometry
algorithm2e
...
5
votes
3answers
490 views
Creating stacked shapes for tikzstyle with
I'm working on a diagram, and I'm exploring TikZ for doing it.
I searched, and looks like there is no easy way of doing diagrams, like pgfplots for plotting.
So, I need to create some special node ...
