cryptobib / db

CryptoBib Database for Developers
40 stars 66 forks source link

Wrong Double Quotation Mark in File 'abbrev3.bib' #255

Closed RunzhiZeng closed 1 month ago

RunzhiZeng commented 1 month ago

In line 657 of the file 'abbrev3.bib', the double quotation marks which may cause a BibTeX error.

Change this line:

@string{acnsname = ""International Conference on Applied Cryptography and Network Security}

to:

@string{acnsname = "International Conference on Applied Cryptography and Network Security"}

Then it should work again.

michelabdalla commented 1 month ago

This issue has been addressed in the current version