Graphics, Figures & Tables ⇒ Float Chart
Float Chart
I am new here. I want to create a float chart in my presentation that will have 3 horizontal boxes at the top and 3 horizontal boxes at the bottom with one vertical box between/separating them, right in the middle, all connected by arrows but it's not working for me. I used these in my preamble but it is giving me some issues:
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
Is there something I am missing? Any help!
Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Float Chart
welcome to the forum!
What issues are those? That code is ok.Newton wrote:I used these in my preamble but it is giving me some issues:
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
Stefan