Skip to content

Commit

Permalink
Add double backward slash after pdf:pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
drepeeters committed Nov 9, 2023
1 parent e606135 commit f5534eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_biblatex.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_bib_text(self):
f"{tab}year = {{{year}}}, {newline}" \
f"{tab}abstract = {{{abstract}}}, {newline}" \
f"{tab}url = {{{response_json['URL']}}}, {newline}" \
f"{tab}file = {{{author_abbreviation}.pdf:pdf\\{author_abbreviation}.pdf:PDF}}, {newline}" \
f"{tab}file = {{{author_abbreviation}.pdf:pdf\\\\{author_abbreviation}.pdf:PDF}}, {newline}" \
f"{tab}optnote = {{{optnote}}}, {newline}" \
f"{tab}journal = {{{journal}}}, {newline}" \
f"{tab}automatic = {{yes}}, {newline}" \
Expand Down

0 comments on commit f5534eb

Please sign in to comment.