This work is based on simulating hand drawn lines answer give on StackExchange.
To install the tkiz-penciline
package copy its directory to either to:
$TEXHOME/tex/latex/
$TEXMFHOME/tex/latex/
~/texmf/tex/latex/
~/Library/texmf/tex/latex/
In a tex
you can use by adding penciline
property to any drawn item:
\begin{tikzpicture}[penciline={jag ratio=1}]
\draw[penciline={jag ratio=5},->](-5,0) -- (5,0);
\draw[penciline={jag ratio=5},->](0,-5) -- (0,5);
\draw[decorate,fill=blue!15,fill opacity=.25] (-3,-3) rectangle (3,3);
\draw[penciline={jag ratio=0},fill=green!15,fill opacity=.25] circle [radius=3cm];
\draw[decorate,red,shift={(1,1)},rotate=45,fill=red!25,fill opacity=.5] %
(1,1) -- (1,-1) -- (-1,-1) -- (-1,1) -- (1,1);
\draw[penciline={jag ratio=0.1},color=blue] plot (\x,{sin(\x r)}) node [decorate,draw] {$\sin(x)$} ;
\end{tikzpicture}
See example file for further details.
See documentation file for documentation.
This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more details.