commit 6be2ff7ef450aa28f43fb86a6ad6b229aa1fe910 parent 32a6253ad84045b461aae722db640f7f829bc7aa Author: Luke Smith <luke@lukesmith.xyz> Date: Tue, 4 Jun 2019 16:34:51 -0400 -j fix Diffstat:
M | .local/bin/compiler | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.local/bin/compiler b/.local/bin/compiler @@ -23,8 +23,8 @@ textype() { \ } 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 ;; + *\.ms) refer -PS -e "$file" | groff -me -ms -kept -T pdf > "$base".pdf ;; + *\.mom) refer -PS -e "$file" | groff -mom -kept -T pdf > "$base".pdf ;; *\.[0-9]) refer -PS -e "$file" | groff -mandoc -T pdf > "$base".pdf ;; *\.rmd) echo "require(rmarkdown); render('$file')" | R -q --vanilla ;; *\.tex) textype "$file" ;;