A flowchart showing a common TeX workflow, using the smartdiagram package.

Full explanation in Chapter 9, Creating Graphics: Building smart diagrams

Flowchart

Edit and compile if you like:

% A flowchart of a TeX workflow
% Author: Stefan Kottwitz
% https://www.packtpub.com/hardware-and-creative/latex-cookbook
\documentclass[border=10pt]{standalone}
\usepackage{smartdiagram}
\begin{document}
\smartdiagram[flow diagram:horizontal]{Edit,
  \LaTeX, Bib\TeX/ biber, make\-index, \LaTeX}
\end{document}

Click to download: flowchart.texflowchart.pdfOpen in Overleaf: flowchart.tex

See also: Original Source by Stefan Kottwitz

Note: The copyright belongs to the blog author and the blog. For the license, please see the linked original source blog.