(Translated by https://www.hiragana.jp/)
A flowchart of a TeX workflow | TikZ example
 

Example: A flowchart of a TeX workflow

Published 2015-08-29 | Author: Stefan Kottwitz

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

Download as: [PDF] [TEX]

A flowchart of a TeX workflow

Do you have a question regarding this example, TikZ or LaTeX in general? Just ask in the LaTeX Forum.
Oder frag auf Deutsch auf TeXwelt.de. En français: TeXnique.fr.

% 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}

Comments

Adding comments is currently not enabled.