summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/plantuml/example-minimal.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-08 22:56:58 +0000
committerKarl Berry <karl@freefriends.org>2018-03-08 22:56:58 +0000
commitda48a65f7e454f173c138f38ac4cc5661f4c1cea (patch)
tree20cd2f03502c0781ce36ebb97ea7698820731184 /Master/texmf-dist/doc/lualatex/plantuml/example-minimal.tex
parente07639350551b80338d2ccb887fe96d1a2a0691f (diff)
plantuml (8mar18)
git-svn-id: svn://tug.org/texlive/trunk@46892 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/plantuml/example-minimal.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/plantuml/example-minimal.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/example-minimal.tex b/Master/texmf-dist/doc/lualatex/plantuml/example-minimal.tex
new file mode 100644
index 00000000000..36c0dac0143
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/plantuml/example-minimal.tex
@@ -0,0 +1,9 @@
+\documentclass{scrartcl}
+\usepackage{plantuml}
+\begin{document}
+\begin{plantuml}
+@startuml
+Alice -> Bob: test
+@enduml
+\end{plantuml}
+\end{document}