-2

I don't know what to call this block in latex, it must be done somehow with arrows, please help. enter image description here

avebass
  • 1
  • 4

1 Answers1

-1

Ok, you just have to write it:

  1. \usepackage{amsmath,amsfonts,amssymb,graphicx} \usepackage{tikz} \usepackage{flowchart} %special library%
  1. \usetikzlibrary{positioning,calc,shapes,shapes.multipart, shapes.geometric, arrows,positioning}
  1. \node (predproc2) [draw, predproc, align=left, text centered, minimum height=1cm, below=of dec2 %enter your name%] {text%your name%};
  2. result
avebass
  • 1
  • 4