Revert jekyll-scholar bibtex filters (#381)

* Revert "Fix latex rendering issue in the bibliography entries (#358)"

This reverts commit e328dc6abe.

* Update mathjax version to 3.2.0

* Add bibtex_filters explicitly to _config.yml
This commit is contained in:
Maruan 2021-08-27 08:59:34 -04:00 committed by GitHub
parent 04f526db5d
commit b323767535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,10 +162,13 @@ scholar:
source: /_bibliography/
bibliography: papers.bib
bibliography_template: bib
# Note: if you have latex math in your bibtex, the latex filter
# preprocessing may conflict with MathJAX if the latter is enabled.
# See https://github.com/alshedivat/al-folio/issues/357.
bibtex_filters: [latex, smallcaps, superscript]
replace_strings: true
join_strings: true
bibtex_filters:
details_dir: bibliography
details_layout: bibtex.html