summaryrefslogtreecommitdiff
path: root/scripts/.local/bin/compiler
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2023-08-17 16:34:31 +0100
committerRafael Marçalo <raroma09@gmail.com>2023-08-17 16:34:31 +0100
commitb9262aa6852601814f95c408e5220d5fb79e5b44 (patch)
tree64ef83e3f2f6d06dce28642869cf7dc1e50439c7 /scripts/.local/bin/compiler
parent067ce43d267c948be7419584ec12fe4fc94fd984 (diff)
Updated compiler and dwm configuration
Diffstat (limited to 'scripts/.local/bin/compiler')
-rwxr-xr-xscripts/.local/bin/compiler2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.local/bin/compiler b/scripts/.local/bin/compiler
index 25c0a3c..e524601 100755
--- a/scripts/.local/bin/compiler
+++ b/scripts/.local/bin/compiler
@@ -24,7 +24,7 @@ else
case "$FORMAT" in
PDF)
pandoc "$FILE" --to latex --from markdown+autolink_bare_uris+tex_math_single_backslash \
- --output "$BASE".pdf --self-contained --highlight-style tango --pdf-engine xelatex \
+ --output "$BASE".pdf --embed-resources --standalone --highlight-style tango --pdf-engine xelatex \
--variable graphics --variable 'geometry:margin=1in' -V 'mathfont:Symbola'
;;
HTML)