inukshuk / jekyll-scholar

jekyll extensions for the blogging scholar
MIT License
1.13k stars 101 forks source link

Enforcing upper/lower case with {{ }} is ignored #332

Open Sciss opened 3 years ago

Sciss commented 3 years ago

Hi. I have some entries like

    TITLE = {{in|fibrillae}}

but this is rendered as In|Fibrillae. I found an older blog post that says one should use use_raw_bibtex_entry: true, but the plugin says Jekyll-scholar: Option use_raw_bibtex_entry is no longer supported.

How do I force upper/lower case for certain titles?

inukshuk commented 3 years ago

I'm afraid there's no easy way to do this. You can adjust your CSL style, changing the respective text-case attribute that is responsible for rendering the title -- but this means all the other titles will also be rendered as they are given in your BibTeX file.