From 4c1a643efb2fb26c3e81a6f4d361af76ab979e3f Mon Sep 17 00:00:00 2001 From: Nadav Moscovici <71459855+CrawlingWharf90@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:07:32 +0100 Subject: [PATCH] Latex Fix 1 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f8db444..ba6f2b0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -41,7 +41,7 @@ jobs: output_dir_name=$(basename "${output_dir}") output_html="${output_dir}/index.html" cp ./style.css "${output_dir}" - pandoc --template "template.html" --toc -c "style.css" --katex="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/" -o "${output_html}" "${doc}" --metadata "toc-title=Indice" --metadata "lang=it" + pandoc --template "template.html" --toc -c "style.css" --standalone --mathjax -f markdown -o "${output_html}" "${doc}" --metadata "toc-title=Indice" --metadata "lang=it" done - name: Create index.html run: |