How can I tikz the equivalence (i.e. $\Leftrightarrow$) as arrow? –
tex.stackexchange.com
I found in the manual that implies is the right kind of arrow tip, so I
tried \documentclass{article} \usepackage{tikz} \usetikzlibrary{arrows}
\begin{document} \begin{tikzpicture}[>=latex] …
No comments:
Post a Comment