Probably the subject a little bit miss informative. But not sure how to formulate it better..
Actually I stuck at point where I have to draw a path which coordinates use sqrt(Xem) like
Code: Select all
\draw (0,0) -- ({sqrt(2)},1);

I just can not figure how to do that?
Yes, I can just use calculator and make it
Code: Select all
\draw (0,0) -- (1.414em,1);