3 Giugno 2013 alle 9:59
#86308
::
Oppure anche:`
\documentclass{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}% l'unità è il cm
% primo elemento: il segnalibro
\filldraw (0,0) — (0,6) — (2,6) — (2,0) — (1,1) — cycle;
% testo
\begin{scope}[white]
\node[scale=3] at (1,5) {01};
\draw[line width=1pt] (0.2,4.4)–(1.8,4.4);
\node[scale=2.5] at (1,3.8) {20};
\node[scale=2.5] at (1,3) {13};
\end{scope}
\end{tikzpicture}
\end{document}`
…