Interaction overview diagram (messaging)
This is a first draft for the interaction overview The diagram is split in 3 diagram and should be placed next to each other in a latex document I can't see other way of doing it in my case :/
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.PHONY: all clean run
|
||||
.PHONY: all clean run image
|
||||
|
||||
all: extension_messagerie.pdf
|
||||
|
||||
@ -11,6 +11,9 @@ extension_messagerie.pdf:use_case_messagerie.tex extension_messagerie.bbl extens
|
||||
use_case_messagerie.tex: use_case_messagerie.uml
|
||||
plantuml -tlatex:nopreamble use_case_messagerie.uml
|
||||
|
||||
image: use_case_messagerie.uml interaction_diagram.uml
|
||||
plantuml $^
|
||||
|
||||
extension_messagerie.bbl: extension_messagerie.bcf
|
||||
biber extension_messagerie
|
||||
|
||||
|
Reference in New Issue
Block a user