summaryrefslogtreecommitdiff
path: root/scripts/.local/bin/compiler
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-06-26 17:13:15 +0100
committerrafa_99 <raroma09@gmail.com>2022-06-26 17:13:15 +0100
commit89927f632f4bab177b954da94ef92bc9e846eb2f (patch)
tree94116f7573724c45d01d544756fe480752666f89 /scripts/.local/bin/compiler
parent63c817fb59ba627e68729f20216da0ea5f74200b (diff)
Some script updates
Diffstat (limited to 'scripts/.local/bin/compiler')
-rwxr-xr-xscripts/.local/bin/compiler5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/.local/bin/compiler b/scripts/.local/bin/compiler
index 0d5945a..b784caa 100755
--- a/scripts/.local/bin/compiler
+++ b/scripts/.local/bin/compiler
@@ -28,10 +28,7 @@ else
--variable graphics --variable 'geometry:margin=1in' -V 'mathfont:Symbola'
;;
HTML)
- pandoc "$FILE" --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash \
- --output "$BASE".html --email-obfuscation none --self-contained --standalone --section-divs \
- --template ~/.local/src/templates/default.html --no-highlight --variable highlightjs=1 \
- --variable 'theme:bootstrap' --mathjax
+ pandoc "$FILE" --to html --output "$BASE".html
;;
Beamer)
pandoc "$FILE" --to beamer --from markdown+autolink_bare_uris+tex_math_single_backslash --output "$BASE".pdf \