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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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