Search found 1 match

by ss_88_ss
Mon Jun 24, 2019 9:54 am
Forum: Presentations and Posters
Topic: Returning arrows drawing (Tikz : Beamer)
Replies: 1
Views: 77514

Returning arrows drawing (Tikz : Beamer)

Hello everyone,

I am using Tikz over Beamer.

I am creating a flowchart which i post the code herein :

\begin{tikzpicture}[node distance=0.95cm]

\node (start) [startstop] {Start};
\node (in1) [io, below of=start] {Input};
\node (pro1) [process, below of=in1] {Process 1};
\node (dec1 ...