Closed plessl closed 12 years ago
Hi,
You can use the LaTeX filter to remove braces. If you want to strip braces only, keeping LaTeX directives, you'd have to write your own filter.
For more details, see #41
Great, that solves my problem. Thanks.
Hi Sylvester
For preventing bibtex to change the case of acronyms in titles, I enclose the acronyms in a pair of braces, i.e. '{' and '}'. An example is shown in the test case below.
This method ensures that bibtex can still convert the title to titlecase or lowercase, as demanded by the bibstyle, while ensuring that acronyms are left unchanged.
bibtex-ruby parses these entries with braced acronyms correctly, but also preserves the braces when exporting the entry to citeproc or yaml, which causes citeproc-ruby to print the braces too.
Wouldn't it be more appropriate to remove such braces when exporting to citeproc and yaml?
Cheers, Christian