summaryrefslogtreecommitdiffstats
path: root/.scripts/tools
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/tools')
-rwxr-xr-x.scripts/tools/compiler1
1 files changed, 1 insertions, 0 deletions
diff --git a/.scripts/tools/compiler b/.scripts/tools/compiler
index 65feea0..cf628aa 100755
--- a/.scripts/tools/compiler
+++ b/.scripts/tools/compiler
@@ -38,6 +38,7 @@ shebangtest() {
case "$file" in
*\.ms) refer -PS -e "$file" | groff -me -ms -kejpt -T pdf > "$base".pdf ;;
+ *\.mom) refer -PS -e "$file" | groff -mom -kejpt -T pdf > "$base".pdf ;;
*\.rmd) echo "require(rmarkdown); render('$file')" | R -q --vanilla ;;
*\.tex) textype "$file" ;;
*\.md) pandoc "$file" --pdf-engine=xelatex -o "$base".pdf ;;