Re: Studiare le dipendenze

#99203
claudio
Partecipante
    Up
    0
    Down
    ::


    avevo paura di tagliare qualche ponte

    ecco color
    prima e dopo la cura
    `
    \documentclass{standalone}
    \usepackage{tikz}
    \usetikzlibrary{shapes,arrows,positioning}
    \begin{document}
    \begin{tikzpicture}

    \tikzset{main node/.style={rectangle, draw,
    text centered, rounded corners}, }
    \tikzset{main verb/.style={minimum size=1cm}, }
    \tikzset{linea/.style={-triangle 90}, }
    \node[main node] (1) {COLOR};
    \node[main node] (2)[below =of 1] {COLOR.CFG};
    \node[main node] (3)

    {PDFTEX.DEF};
    \node[main node] (4)[above right =of 3] {INFWARERR};
    \node[main node] (5)[below right =of 3] {SUPP-PDF.MKII};
    \node[main node] (6)

    {LTXCMDS};
    \foreach \x /\y in{1/2,1/3,2/3,3/5,3/4,4/6}
    \path[linea] (\x) edge node {} (\y);
    %%
    \end{tikzpicture}
    \end{document}
    `

    `
    \documentclass{standalone}
    \usepackage{tikz}
    \usetikzlibrary{shapes,arrows,positioning}
    \begin{document}
    \begin{tikzpicture}

    \tikzset{main node/.style={rectangle, draw,
    text centered, rounded corners}, }
    \tikzset{main verb/.style={minimum size=1cm}, }
    \tikzset{linea/.style={-triangle 90}, }
    \node[main node] (1) {COLOR};
    \node[main node] (4)[ right =of 1] {INFWARERR};
    \node[main node] (6)

    {LTXCMDS};
    \foreach \x /\y in{1/4,4/6}
    \path[linea] (\x) edge node {} (\y);
    %%
    \end{tikzpicture}
    \end{document}
    `
    intendevi questo ?
    ciao
    e grazie per l’attenzione
    claudio

    Go to top