Skip to content
Snippets Groups Projects
Commit 097ae730 authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Keep DOI entries when using bibtool

parent 87a3faf6
Branches
No related tags found
No related merge requests found
...@@ -7,8 +7,10 @@ print.parentheses = true ...@@ -7,8 +7,10 @@ print.parentheses = true
% sort order for fields % sort order for fields
sort.order {* = author # title # school # type # year # month # day # journal # booktitle # volume # pages # publisher # adress # url # urlaccessdate} sort.order {* = author # title # school # type # year # month # day # journal # booktitle # volume # pages # publisher # adress # url # urlaccessdate # doi}
% Keep DOI entries
keep.field {doi}
% Remove double braces around titles. % Remove double braces around titles.
rewrite.rule { title # "^\{[\{]\([^#]*\)[\}]\}$" # "{\1}" } rewrite.rule { title # "^\{[\{]\([^#]*\)[\}]\}$" # "{\1}" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment