This package browser is in early development. Mind the rough edges.

dot2tex

Graphviz to LaTeX converter

The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX friendly look and feel. This is accomplished by converting xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows:

  • Typesetting labels with LaTeX, allowing mathematical notation

  • Using native PSTricks and PGF/TikZ commands for drawing arrows

  • Using backend specific styles to customize the output

Installation

Install the latest version of dot2tex as follows:

guix install dot2tex

Or install a particular version:

guix install dot2tex@2.11.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of dot2tex about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/dot2tex'><img src='https://packages.guix.gnu.org/packages/dot2tex/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/dot2tex/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/dot2tex)

Example Org:

[[https://packages.guix.gnu.org/packages/dot2tex][https://packages.guix.gnu.org/packages/dot2tex/badges/latest-version.svg]]