A priority chart showing a common TeX workflow from bottom to top, using the smartdiagram package.

smart-priority

Edit and compile if you like:

% A bottom-up chart 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[priority descriptive diagram]{
  Develop a document structure,
  Choose a document class,
  Select suitable packages,
  Setup the document preamble,
  Write your document,
  Finetune the layout}
\end{document}

Click to download: smart-priority.texsmart-priority.pdfOpen in Overleaf: smart-priority.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.