Questions tagged [dot2texi]

The dot2­texi pack­age al­lows you to em­bed graphs in the DOT graph de­scrip­tion lan­guage in your LATEX doc­u­ments.

27 questions
1
vote
1 answer

Installing dot2texi step by step under Windows

I used this User's guide https://dot2tex.readthedocs.io/en/latest/ I download python-2.7.14.msi from https://docs.python.org/2.7/installing/index.html I install python-2.7.14.msi Add ;C:\python25 in Systemsteuerung>System>Erweiterte…
dot2texi
  • 11
  • 3
1
vote
0 answers

Gibberish when using HTML labels with dot2texi

I'm attempting to use some of the psuedo-HTML markup in graphviz to style my nodes: \documentclass{hitec} \usepackage{tikz} \usetikzlibrary{shapes,arrows} \usepackage{dot2texi} \begin{document} \title{Test} \begin{tikzpicture} \begin{dot2tex}[dot] …
0
votes
1 answer

`dot2tex` needs root access to work?

I am currently having an issue when trying to compile some LaTeX with a dot2tex environment : I get an error saying Opening dot2tex stream test-dot2tex-fig1.dotTraceback (most recent call last): File "~/.local/bin/dot2tex", line 7, in
GBathie
  • 103