summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2021-06-25 04:29:15 +0100
committerrafa_99 <rafa99@protonmail.com>2021-06-25 04:29:15 +0100
commit273c224d1054a5405ee6fcc386c44c0e5de8af39 (patch)
treed97dd7d37892e475e7c62688c48a827b4dcf4de2 /scripts
parent5b7e45006d907da9fc562ce55fa221aea770ec8f (diff)
Updated Newsboat Links and Updated LaTeX compiler
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.local/bin/compiler4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/.local/bin/compiler b/scripts/.local/bin/compiler
index 759abd3..2d1313e 100755
--- a/scripts/.local/bin/compiler
+++ b/scripts/.local/bin/compiler
@@ -12,8 +12,8 @@ case $EXTENSION in
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 pdflatex \
- --variable graphics --variable 'geometry:margin=1in'
+ --output "$BASE".pdf --self-contained --highlight-style tango --pdf-engine xelatex \
+ --variable graphics --variable 'geometry:margin=1in' -V 'mathfont:Symbola'
;;
HTML)
pandoc "$FILE" --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash \