Tagged Questions
0
votes
0answers
88 views
Irregular Flowchart using tikz
I have to draw a flowchart similar to Watch the original flowchart here
I have made some changes using the answer provided in this question Flowchart in tikz
and using this code in middle of my tex ...
1
vote
0answers
113 views
Drawing lozenges in Tikz
I'm creating a simple flowchart using Tikz, and I'd really like the "decision" nodes to be lozenge-shaped (think "tilted parallelogram") rather than square, in order to fit text better.
Here's a ...
8
votes
1answer
337 views
TikZ: adding nodes to a circular diagram from smartdiagram package
This is what I would like to achieve:
My MWE is below:
\documentclass{article}
\pagestyle{empty}
\usepackage{lmodern}
\usepackage{smartdiagram}
\usetikzlibrary{shapes.geometric}
...
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 ...
4
votes
1answer
426 views
Creating definition of new shapes in PGF/TikZ
Can somebody help me out with declaring these shapes for nodes? :
Need them as model for creation another shapes for symbols. Picked up those what I'm not able to define.Sorry there will be no MWE, ...
5
votes
2answers
531 views
Edit TikZ Chains to add labels and maintain the option to add individual styles
I find a code that redefines the way one defines a chain (\chainin), and allows one to include labels in the chains. However, this code disables the style options (by and with keyword). However, I ...
9
votes
3answers
1k views
Put a node behind another in a TikZ diagram
I want to place a node, that is kind of a note, behind another node.
However, I need to put the reference node before the note, so I can place the note in a relative position to the reference node. ...
3
votes
1answer
615 views
How to draw arrow and loop with rounded heads instead of arrow shapes?
Can any one help me with this. I want to draw an arrow and a loop with rounded nodes as in the image?
I am waiting for your expertise.
4
votes
2answers
364 views
Redraw a kernel scheme diagram
I'm trying to redraw a kernel scheme diagram for a university lecture note. This is how far I got:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
...
1
vote
1answer
1k views
Example of system architecture picture in TikZ
I am looking for an example of a system architecture diagram in TikZ. I would like to draw a picture similar to this one:
Therefore I search for existing shapes for: cloud (Current State), database ...
22
votes
4answers
5k views
Node shapes TikZ
I want to draw a block diagram for a software app and I need two shapes which I couldn't find on the Internet. The shapes are a parallelogram and a rectangle with double side margins.
One is for data ...
