From 14f9bd68ce54ded54aad31733fd91addfcc3abbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Wed, 18 Sep 2024 21:12:51 +0300 Subject: doccompiler: add plantuml files --- dotfiles/.local/bin/doccompiler | 1 + 1 file changed, 1 insertion(+) (limited to 'dotfiles/.local/bin/doccompiler') diff --git a/dotfiles/.local/bin/doccompiler b/dotfiles/.local/bin/doccompiler index 9e24845..7216a7f 100755 --- a/dotfiles/.local/bin/doccompiler +++ b/dotfiles/.local/bin/doccompiler @@ -27,6 +27,7 @@ case "$file" in *\.rmd) echo "require(rmarkdown); rmarkdown::render('$file', quiet=TRUE)" | R -q --vanilla ;; *\.tex) textype "$file" ;; *\.md) pandoc "$file" -o "$base".pdf ;; + *\.uml) plantuml -tsvg "$file" ;; *\.sent) setsid sent "$file" 2>/dev/null & ;; *) echo "Couldn't figure out file type!" && exit 1 ;; esac -- cgit v1.2.3