2 Aprile 2010 alle 11:39
#43541
::
puoi costruirla facilmenete anche con tikz/pgf
`\documentclass{article}
\usepackage{tikz}
\usepackage{graphicx}
\begin{document}
\begin{tikzpicture}[thick,scale=0.005\textwidth] %this measure generates a page half the text size
\draw[fill=blue!10]
(0pt,0pt) —
(100pt,0pt) [rounded corners=5pt] —
(100pt,100pt) —
(80pt,120pt) [rounded corners=0pt] —
(0pt,120pt) —
cycle;
\draw
(75pt,120pt) .. controls (80pt,120pt) and (80pt,115pt) ..
(80pt,100pt) .. controls (95pt,100pt) and (100pt,100pt) ..
(100pt,95pt);
\node at (50pt,50pt) {text or fig here};
\end{tikzpicture}
\end{document}`
questo e’ un esempietto realizzato in 10 minuti, puoi migliorarlo e implementarlo in un nuovo environment.