diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-06-04 16:34:51 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-06-04 16:34:51 -0400 |
| commit | 6be2ff7ef450aa28f43fb86a6ad6b229aa1fe910 (patch) | |
| tree | 1c5dcb696ded41a2d25cf1082c83b5bb3b199d96 /.local/bin/compiler | |
| parent | 32a6253ad84045b461aae722db640f7f829bc7aa (diff) | |
| download | eibhear-6be2ff7ef450aa28f43fb86a6ad6b229aa1fe910.tar.gz eibhear-6be2ff7ef450aa28f43fb86a6ad6b229aa1fe910.tar.zst eibhear-6be2ff7ef450aa28f43fb86a6ad6b229aa1fe910.zip | |
-j fix
Diffstat (limited to '.local/bin/compiler')
| -rwxr-xr-x | .local/bin/compiler | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/compiler b/.local/bin/compiler index dcf79f1..f9e80bd 100755 --- 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" ;; |
