Skip to content

Commit 71438c7

Browse files
author
JeanMarc van Leerdam
committed
Describe how to activate only the Sequence Diagram support
1 parent 908c96d commit 71438c7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,20 @@ Theme can be enabled by adding the following line.
311311
| archimate-handwriting | ![handwriting](./images/theme-handwriting.png) |
312312

313313
### Sequence Diagrams using Archimate elements
314-
Additional support for using Archimate elements in sequence diagrams is provided by setting a global variable:
314+
Additional support for using ArchiMate elements in sequence diagrams is provided by setting a global variable prior to activating ArchiMate support:
315+
315316
```puml
316317
!global $ARCH_SEQUENCE_SUPPORT = %true()
318+
!include <archimate/Archimate>
319+
```
320+
Alternatively, you can choose to only include the sequence support file directly:
321+
```puml
322+
!include <archimate/ArchimateSequenceDiagramSupport>
317323
```
318-
This defines additional procedures that can be used to create participants in sequence diagrams using Archimate elements.
324+
325+
Both methods define additional procedures that can be used to create participants in sequence diagrams using Archimate elements.
319326
For example:
327+
320328
```puml
321329
@startuml
322330
!global $ARCH_SEQUENCE_SUPPORT = %true()

0 commit comments

Comments
 (0)