
replacing the hand prints with my photographs. Any smart codes to do that?
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{standalone}
%
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\foreach \x in {0,60,...,300}
\node at (\x:2.5) {%
\includegraphics[scale=.2,angle=\x]{example-image-a}} ;
\end{tikzpicture}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.