You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2023. It is now read-only.
Steps to reproduce:
\documentclass{article}
\usepackage{pgf-umlsd}
\begin{document}
\begin{sequencediagram}
\newinst[5]{A}{Alice}
\newinst[5]{B}{Bob}
\mess[1]{A}{)}{B}
% Coming from:
% \mess[1]{A}{Enc(M)}{B}
\end{sequencediagram}
\end{document}
What I see:
! Package tikz Error: A node must have a (possibly empty) label text.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.31 \mess[1]{A}{)}{B}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on p2ppki_validation_test.log.
I'm using pgf-umlsd version 0.7 on Arch Linux from texlive-core 2014.34872.
Original issue reported on code.google.com by [email protected] on 9 Feb 2015 at 7:17