Prevent escaping of curly braces in bibtex export

edited October 20, 2021
Hi, I am using BetterBibTex to export my libraries. The problem is, the title and other fields of some articles (obtained using the browser connector), have case protection pre-installed around them (e.g., {ERIM}: Secure, Efficient In-process Isolation with Protection Keys ({MPK})).
When the library is exported, the curly braces are escaped to "\{\vphantom\}":
{\{\vphantom\}{{ERIM}}\vphantom\{\}: Secure, {{Efficient In}}-Process {{Isolation}} with {{Protection Keys}} (\{\vphantom\}{{MPK}}\vphantom\{\})},
which show up in the text :(.

Is there any way that I can prevent this behavior?
  • edited October 20, 2021
    You should just remove that case protection. Store your titles in sentence case with only proper nouns in uppercase. BetterBibTeX will generate the case protection for you. If you store non-case protected words in uppercase, those will be case protected on export.

    ERIM: secure, efficient in-process isolation with protection keys (MPK)
Sign In or Register to comment.