I'd like to be able to draw lines in LaTeX by specifying an angle, rather than specifying it like so
\put(0,0){\line(2,1){3}}
Is this possible? I've looked at tikz and tikz-euclid. I've even tried installing tikz-euclid, but I couldn't even do that (I found these but couldn't find the .ins for tikz-euclid). And I'm not sure if that's what I want anyway.
What do I need to do to accomplish this?
