\documentclass[dvipdfmx]{jsarticle}
\newcommand{\bm}[1]{{\mbox{\boldmath $#1$}}}
\usepackage[truedimen,margin=10mm]{geometry}
\usepackage{adigraph}
\usepackage{emathMw}
\usepackage{tikz}
\usepackage{xcolor}
\usetikzlibrary{positioning}
\renewcommand{\baselinestretch}{0.65}
\begin{document}
\NewAdigraph{AdigraphB}{
G(A):0,0;
u:4,4;
v:0,4;
t:4,0;
}{
v,v;
u,u;
v,u;
u,v;
t,u;
v,t;
u,t;
t,v;
t,t;
}\AdigraphB{}
\end{document}
https://konoyonohana.blog.fc2.com/blog-entry-518.html
を参考にして上記を入力したのですが
! Package tikz Error: A node must have a (possibly empty) label text.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.27 \end
{document}
?
というエラーが出てきました.
nodeの文字が良くないようでただGと入力したときは出力されたのですが G(A)と入力するとだめなようです.
よろしければご教授お願いします.