diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-14 11:10:00 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-14 11:10:00 +0200 |
commit | 4d085ec22a6d8560913f61096a83ebda4bbaa740 (patch) | |
tree | e5a4e0d290762ffa782e9cde90148dd05a976bc1 /img | |
parent | fea8645802845447a4e03bd40bc481b1bed48f75 (diff) |
clean up LaTeX build system
Diffstat (limited to 'img')
-rw-r--r-- | img/.gitignore | 2 | ||||
-rw-r--r-- | img/example.puml | 6 |
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 |