Skip to content

Commit

Permalink
Revert jekyll-scholar bibtex filters (#381)
Browse files Browse the repository at this point in the history
* Revert "Fix latex rendering issue in the bibliography entries (#358)"

This reverts commit e328dc6.

* Update mathjax version to 3.2.0

* Add bibtex_filters explicitly to _config.yml
  • Loading branch information
alshedivat committed Aug 27, 2021
1 parent 04f526d commit b323767
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b323767

Please sign in to comment.