Skip to content

Commit

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

This reverts commit e328dc6.

* Update mathjax version to 3.2.0

* Add bibtex_filters explicitly to _config.yml
  • Loading branch information
alshedivat authored and pecey committed Jan 27, 2023
1 parent a5cd100 commit 2d09ebf
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 @@ -160,10 +160,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 2d09ebf

Please sign in to comment.