Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Introduce commands to allow creating sequence diagrams within tikzpicture environment #18

Open
GoogleCodeExporter opened this issue May 7, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 prze...@gmail.com on 17 Feb 2013 at 11:59

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant