From 273c224d1054a5405ee6fcc386c44c0e5de8af39 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Fri, 25 Jun 2021 04:29:15 +0100 Subject: Updated Newsboat Links and Updated LaTeX compiler --- scripts/.local/bin/compiler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 \ -- cgit v1.2.3