Skip to content

Commit

Permalink
Latex Fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
CrawlingWharf90 committed Dec 6, 2023
1 parent 5eff7a9 commit 4c1a643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/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: |
Expand Down

0 comments on commit 4c1a643

Please sign in to comment.