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

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions