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:
parent
04f526db5d
commit
b323767535
|
|
@ -162,10 +162,13 @@ scholar:
|
||||||
source: /_bibliography/
|
source: /_bibliography/
|
||||||
bibliography: papers.bib
|
bibliography: papers.bib
|
||||||
bibliography_template: 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
|
replace_strings: true
|
||||||
join_strings: true
|
join_strings: true
|
||||||
bibtex_filters:
|
|
||||||
|
|
||||||
details_dir: bibliography
|
details_dir: bibliography
|
||||||
details_layout: bibtex.html
|
details_layout: bibtex.html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue