LaTeX Horizontal Flowchart (Workflow)

Updated this blogpost to add another method of drawing a Flowchart using LaTeX, for multiline flowcharts that require a line break.

Singapore Maths Tuition

Source: https://tex.stackexchange.com/questions/368482/one-horizontal-line-flow-chart?rq=1

Just found an excellent source on how to draw a simple (slightly fanciful) horizontal flowchart using LaTeX (TikZ).

The output is very neat:

The code is reproduced here (in case the original source gets deleted):

documentclass[tikz, margin=3mm]{standalone}usetikzlibrary{arrows.meta,
                chains,
                positioning,
                shapes.geometric
                }% for fancy looks of data storagesbegin{document}begin{tikzpicture}[
    node distance =5mm and 7mm,
      start chain = going right,
 disc/.style ={shape=cylinder, draw, shape aspect=0.3,
                shape border rotate=90,
                text width=17mm, align=center, font=linespread{0.8}selectfont},
  mdl/.style ={shape=ellipse, aspect=2.2, draw},
  alg/.style ={draw, align=center, font=linespread{0.8}selectfont}]begin{scope}[every node/.append style={on…

View original post 485 more words

Author: mathtuition88

Math and Education Blog

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: