X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/867ca30750f1e374df4a6d843d16a3cf0f91aa0f..65c15020236aa3e3bf24c97be1a925286c7a5dc6:/ext/graphviz.py?ds=sidebyside diff --git a/ext/graphviz.py b/ext/graphviz.py index 2dabd5e..6f365e3 100644 --- a/ext/graphviz.py +++ b/ext/graphviz.py @@ -169,7 +169,7 @@ def render_dot_latex(self, node, code, options, prefix='graphviz'): raise nodes.SkipNode if fname is not None: - self.body.append('\\includegraphics{%s}' % fname) + self.body.append('\\includegraphics[]{%s}' % fname) raise nodes.SkipNode