Open
Description
Dot code:
digraph {
"x" [shape=box, style=rounded]
}
run with cmd:
dot2tex -ftikz example.dot
Got next tex:
Details
\documentclass{article}
\usepackage[x11names, svgnames, rgb]{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{snakes,arrows,shapes}
\usepackage{amsmath}
%
%
%
%
\begin{document}
\pagestyle{empty}
%
%
%
\enlargethispage{100cm}
% Start of code
\begin{tikzpicture}[>=latex',line join=bevel,]
%%
\node (x) at (27.0bp,18.0bp) [draw,rectangle,rounded] {x};
%
\end{tikzpicture}
% End of code
%
\end{document}
%
Tex fails to compile with error "Package pgfkeys: I do not know the key '/tikz/rounded' and I am going to ignore it. Perhaps you misspelled it."
I think instead of [draw,rectangle,rounded]
there should be something like [draw,rectangle,rounded corners]
.
Metadata
Metadata
Assignees
Labels
No labels