15 Dicembre 2014 alle 18:11
#96755
::
lorenzo.pantieri” post=98690Ciao a tutti.
`\begin{tikzpicture}
\node (esp) at (0,0) {$2^3=\underbrace{2\cdot 2\cdot 2}_{3 \text{ volte}} = 8$};
\begin{scope}[font=\small]
\draw[<-] (-1.0,.6)--(-0.8,.8) node[right] {esponente}; \draw[->] (-1.5,-.1)–(-1.3,.1) node[below left=.2] {base};
\draw[<-] (1.6,.1)--(1.8,-.1) node[below right] {potenza }; \end{scope} \end{tikzpicture}` Come si può rendere migliore questo disegno? Il posizionamento delle frecce è molto approssimativo, ma andare per tentativi è un delirio. Come fare? Grazie anticipate, Lorenzo
Hai provato a dare un occhiata al pacchetto hf-tikz? Credo che faccia al caso tuo.
Lorenzo