Re: includere disegni geometrici in un documento

#46875
admin
Amministratore del forum
    Up
    0
    Down
    ::


    Tanto per rimanere in tema:`\documentclass{book}
    \usepackage{tikz}
    \begin{document}
    \begin{tikzpicture}
    \draw (0,0)–(1,0)–(0.5,0.5)–(0,0);
    \draw (0.5,0.5)–(10.5,0.5);
    \draw (10,0)–(11,0)–(10.5,0.5)–(10,0);
    \draw [<-] (3.5,0.7)--(3.5,1.7); \end{tikzpicture} \end{document} ` Ho usato il solo comando `\draw` . . . ed io non sono esperto di tikz. Ciao, ansys.

    Go to top