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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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