von Rolli » Di 11. Dez 2018, 09:18
Quick-and-dirty:
\documentclass[a4paper,11pt]{report}
\usepackage{tikz}
\usetikzlibrary{decorations.pathmorphing, patterns,shapes}
\begin{document}
\newcommand{\aPfeil}{\tikz {\path[->>, decoration={zigzag,segment length=4,amplitude=.9, post=lineto,post length=2pt},line join=round](0.0,0.0) edge[decorate] ++ (1.0,0.0); \draw (0.0,0.0) node {};}}
$A \aPfeil B$
\end{document}
Gruß vom Rolli
Quick-and-dirty:
[code]
\documentclass[a4paper,11pt]{report}
\usepackage{tikz}
\usetikzlibrary{decorations.pathmorphing, patterns,shapes}
\begin{document}
\newcommand{\aPfeil}{\tikz {\path[->>, decoration={zigzag,segment length=4,amplitude=.9, post=lineto,post length=2pt},line join=round](0.0,0.0) edge[decorate] ++ (1.0,0.0); \draw (0.0,0.0) node {};}}
$A \aPfeil B$
\end{document}
[/code]
Gruß vom Rolli