Example: A diagram of TeX engines

Published 2015-08-29 | Author: Stefan Kottwitz

A diagram of TeX engines using the clever smartdiagram package.

Download as: [PDF] [TEX]

A diagram of TeX engines

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 diagram of TeX engines
% Author: Stefan Kottwitz
% https://www.packtpub.com/hardware-and-creative/latex-cookbook
\documentclass[border=10pt]{standalone}
\usepackage{smartdiagram}
\usepackage{metalogo}
\usepackage{dtklogos}
\begin{document}
\smartdiagram[bubble diagram]{\TeX\ engines,
  \TeX\ (dvi), pdf\TeX, \XeTeX, \LuaTeX, Con\TeX t}
\end{document}

Comments

Adding comments is currently not enabled.