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 has been archived by the owner on Apr 26, 2023. It is now read-only.
If you use externalization library, it looks for \end{tikzpicture}, which is
not explicitly present in case of sequencediagram environment. That's why it
would be useful to be able to create sequence diagrams within tikzpicture
environment directly.
My proposal for names of the new commands would be: \sdinit, \sdbegin and
\sdend.
sequencediagram would be redefined then as follows:
% the environment of sequence diagram
\newenvironment{sequencediagram}
{\sdinit\begin{tikzpicture}\sdbegin}
{\sdend\end{tikzpicture}}
You may see also:
http://tex.stackexchange.com/q/98525/5264
Original issue reported on code.google.com by [email protected] on 17 Feb 2013 at 11:59
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Feb 2013 at 11:59The text was updated successfully, but these errors were encountered: