Original file (SVG file, nominally 690 × 629 pixels, file size: 10 KB)
Summary
DOT (Graphviz) source:
digraph TexAndFriends {
subgraph cluster_engines {
label = "Engines";
// style=filled;
// color=lightgrey;
node [/*style=filled,color=blue,*/shape=rectangle];
tex [label="TeX"];
etex [label="eTeX"];
pdftex [label="pdfTeX"];
subgraph cluster_unicode_engines {
label = "Unicode";
xetex [label="XeTeX"];
luatex [label="LuaTeX"];
// luahbtex [label="LuaHBTeX"];
// lmtx [label="LMTX"];
}
tex -> etex -> pdftex;
etex -> xetex;
pdftex -> luatex// -> luahbtex;
// luatex -> lmtx;
}
subgraph cluster_formats {
label = "Formats";
node [style=filled, shape=house];
plain [label="plain"];
latex [label="LaTeX"];
context [label="ConTeXt"];
{rank=same;rankdir=LR;
plain -> latex -> context [style=invis];
}
}
/*
subgraph cluster_otherengines {
label = "Other engines";
node [shape=rectangle];
lmtx [label="LuaMetaTeX"];
luahbtex [label="LuaHBTeX"];
{rank=same; rankdir=LR; pdftex -> luahbtex [style=invis];}
}
*/
subgraph cluster_cli {
label = "Command-line shortcuts (commands) in TeX Live\nEach command = some engine + some format";
othercommands [label="Others:", shape=note];
texcmd [label="tex"];
pdftexcmd [label="pdftex"];
xetexcmd [label="xetex"];
luatexcmd [label="luatex"];
contextcmd [label="context"];
latexcommands [label="LaTeX format:", shape=note];
latexcmd [label="latex"];
pdflatex;
xelatex;
lualatex;
luatex -> latexcommands [style=invis];
{rank=same; rankdir=LR;
latexcommands -> latexcmd -> pdflatex -> xelatex -> lualatex [style=invis];}
{rank=same; rankdir=LR;
othercommands -> texcmd -> pdftexcmd -> xetexcmd -> luatexcmd -> contextcmd [style=invis];}
{edge[style=invis];
lualatex -> luatexcmd;
latexcmd -> texcmd;
pdflatex -> pdftexcmd;
xelatex -> xetexcmd;
}
}
}
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication .
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.en CC0 Creative Commons Zero, Public Domain Dedication false false
English Add a one-line explanation of what this file represents
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time Thumbnail Dimensions User Comment
current 03:32, 9 June 2020 690 × 629 (10 KB) Shreevatsa Uploaded own work with UploadWizard
File usage
The following page uses this file:
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.