MarSoft
About
- Username
- MarSoft
- Joined
- Roles
- Member
Comments
-
Hello, There is a simple way to (temporarily) fix this for Zotero 4.0: in %ZOTERO_DIR%/translators/BibLaTeX.js replace line 235: var citeKeyCleanRe = /[^a-z0-9\!\$\&\*\+\-\.\/\:\;\\?\[\]\^\_\`\|]+/g; with: var citeKeyCleanRe = /["#%'(),={}~]+/g;…