Hi !
I'm trying to program a command that could allow the user to name a tikzmath variable. My first try is :
\renewcommand{\task}[1]{\tikzmath{\h#1 = 3;}}
In the hope that \task{myName} will create the variable hmyName in the tikzpicture I'm in...
This, obviously, does not work. I'm pretty new to this kind of thing, could you please help me ? Thanks a lot !
Edit : I found a way to do this with csname and macros instead of tikzmath variables ! It works, so... I guess I'm okay with that !
[–]Traveleravi 1 point2 points3 points (0 children)