You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jonasbb, great work! I wrote myself a hook that check and replace single parentheses with double parentheses in bib files. Here are the related scripts:
- repo: localhooks:
- id: double-parenthesesname: Replace single parentheses with double parenthesesdescription: Replace single parentheses with double parentheses in title entry of bib filesentry: ./double_parentheses_hook.pylanguage: pythonfiles: '\.bib$'
Hi @jonasbb, great work! I wrote myself a hook that check and replace single parentheses with double parentheses in bib files. Here are the related scripts:
and the corresponding Python file
If you think this is beneficial, feel free to add to this repo :)
The text was updated successfully, but these errors were encountered: