Graphics, Figures & TablesFloat Chart

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Newton
Posts: 1
Joined: Thu Jan 23, 2020 3:39 pm

Float Chart

Post by Newton »

Hi Everyone,

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi,

welcome to the forum!
Newton wrote:I used these in my preamble but it is giving me some issues:
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
What issues are those? That code is ok.

Stefan
LaTeX.org admin
Post Reply