Under Clean up entry–>Enable field formatter I cannot find the option “Protect terms” that should put the terms specified in the “Protected terms files” between curly braces, i.e. FBI —> {FBI}.
Any hints?
Thanks
Alessandro
Under Clean up entry–>Enable field formatter I cannot find the option “Protect terms” that should put the terms specified in the “Protected terms files” between curly braces, i.e. FBI —> {FBI}.
Any hints?
Thanks
Alessandro
HI, indeed it seems to be missing there. But you can do this on a right click on any field in the entry editor, for example author/editor
Thank you for your reply. However, it seems to me that in this way it is only possible to protect terms one entry at time; it would be useful to be able to apply protection to all selected entries via Clean up entries.
Alessandro
Workaround:
Select all entries with ctrl + A
use edit > manage field names and content
and add another field to all entries called “zzz”
This is necessary, because the last field in bibtex / biblatex entry is usually without comma, therefore if you miss this step here, finalizing the next step will lead to the last field within the entry lacking the second brace.
use edit > find and replace (Ctrl + R)
:
Find and replace },
with }},
and all = {
with = {{
Delete the zzz field again by using edit > manage field names and content
. Choose zzz + clear fields
+ overwrite existing values.