Zenny <[email protected]> writes: > I have some LaTeX codes inline in a graphviz code blocks as follows: > > D1 [label="Prescription: Molecular Hydrogen ($\text{H}_{2}$) >> Water/Inhalation", fillcolor="#E0FFFF"]; > > E1 [label="Mechanism: Selective $\text{OH}\cdot$ Quenching; NF-$\kappa$B >> Suppression", fillcolor="#F0F8FF"];
Note that dot code blocks will be directly passed to dot (graphviz) program, which does not understand latex at all. You may consider using tikz instead. Or maybe some wrapper using https://dot2tex.readthedocs.io/en/latest/usage_guide.html#output-formats :cmd and :cmdline src block parameters. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
