I have created a sort of 'implies' sign (as well as a 'not implies' sign). How can I make them both connect two nodes?
\begin{document}
\begin{tikzpicture}[rotate=45, transform shape]
\draw (-0.5,0)-- ++(+0.5,0);
\coordinate (B) at (0,0);
\draw ++(-0.5,0.15) -- ++(+0.5,0);
\draw (-0.15,-0.15)-- (0,0);
\draw ++(0,0.15)--+(-0.15,+0.15);
\draw (0,0) .. controls (+0.075,+0.075) .. (0,0.15);
\coordinate (A) at (-0.5,0.15);
\node [strike out,draw,anchor=text] (X) at ++($ (A)!.5!(B) $) {};
\end{tikzpicture}
\end{document}
strike outdefined, for instance?) – Paul Gessler Apr 21 '15 at 23:59