pgf-tikz / pgf

A Portable Graphic Format for TeX
https://pgf-tikz.github.io/
1.08k stars 104 forks source link

Give error if user try to assign to `\cx` for `\c` coordinate #1324

Open user202729 opened 2 months ago

user202729 commented 2 months ago

Brief outline of the proposed feature

\begin{preview}
\tikzmath{
coordinate \c;
\c=(10pt, 20pt);
\cx=3;
print {\c};
}
\end{preview}

This is very confusing in my opinion.

Usage example

No response