From b3237675354edb7af942ef667c09a2f21e9d80e8 Mon Sep 17 00:00:00 2001 From: Maruan Date: Fri, 27 Aug 2021 08:59:34 -0400 Subject: [PATCH] Revert jekyll-scholar bibtex filters (#381) * Revert "Fix latex rendering issue in the bibliography entries (#358)" This reverts commit e328dc6abea53a3cb5cd9cf146766d2abe73cfd8. * Update mathjax version to 3.2.0 * Add bibtex_filters explicitly to _config.yml --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 738b6d0..f066a8c 100644 --- a/_config.yml +++ b/_config.yml @@ -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