• Resolved paolosordi

    (@paolosordi)


    Hi 
    I can render the graph but text has not url 
    Someone can help me?
    Thank you in advance
    
    [latexpage]
    
    \begin{tikzpicture}[
    node distance=3cm and 2cm,
    actor/.style={draw, circle, minimum size=2cm},
    arrow/.style={->, >=Stealth}
    ]
    
    [+preamble]
    \usepackage{tikz}
    \usetikzlibrary{positioning, arrows.meta}
    \usepackage{hyperref}
    [/preamble]
    
    % Nodi
    \nodeactor {\href{https://www.example.com}{Attore 1}};
    \nodeactor, right=of attore1 {\href{https://www.example.com}{Attore 2}};
    \nodeactor, below=of attore2 {\href{https://www.example.com}{Attore 3}};
    
    % Frecce
    \drawarrow -- node[above] {Messaggio} (attore2);
    \drawarrow -- node[left] {Messaggio} (attore3);
    \drawarrow -- node[right] {Risposta} (attore1);
    \drawarrow -- node[below] {Conferma} (attore2);
    \end{tikzpicture}
Viewing 1 replies (of 1 total)
  • Plugin Author advanpix

    (@advanpix)

    The plugin generates images from LaTeX code. It cannot include the interactive elements (like links) into the image. Please use standard HTML tags to do that.

Viewing 1 replies (of 1 total)
  • The topic ‘href not working’ is closed to new replies.