aboutsummaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-14 11:10:00 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-14 11:10:00 +0200
commit4d085ec22a6d8560913f61096a83ebda4bbaa740 (patch)
treee5a4e0d290762ffa782e9cde90148dd05a976bc1 /img
parentfea8645802845447a4e03bd40bc481b1bed48f75 (diff)
clean up LaTeX build system
Diffstat (limited to 'img')
-rw-r--r--img/.gitignore2
-rw-r--r--img/example.puml6
2 files changed, 8 insertions, 0 deletions
diff --git a/img/.gitignore b/img/.gitignore
new file mode 100644
index 0000000..60a51f5
--- /dev/null
+++ b/img/.gitignore
@@ -0,0 +1,2 @@
+!*.pdf
+*.eps
diff --git a/img/example.puml b/img/example.puml
new file mode 100644
index 0000000..942dce2
--- /dev/null
+++ b/img/example.puml
@@ -0,0 +1,6 @@
+@startuml
+!include theme.ipuml
+
+Bob -> Alice : hello
+
+@enduml