Replies: 5 comments 16 replies
-
|
Use |
Beta Was this translation helpful? Give feedback.
-
|
Isn’t jieba Pinyin? Is it about Japanese? If it can use Pinyin, it is better. Thanks.
…________________________________
From: Emiliano Heyns ***@***.***>
Sent: Wednesday, January 4, 2023 11:03:23 PM
To: retorquere/zotero-better-bibtex ***@***.***>
Cc: earthmoon ***@***.***>; Author ***@***.***>
Subject: Re: [retorquere/zotero-better-bibtex] auth.lower + shorttitle(3,3) + year will cause citation key too long. (Discussion #2362)
Use auth.lower + title.jieba.select(n=3) + year
—
Reply to this email directly, view it on GitHub<#2362 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK6FN74SQVWAYSDZ7DBL7G3WQWGLXANCNFSM6AAAAAATQZWMVA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
我就直接使用中文了,我估计老外应该不会遇到这个问题。
|
Beta Was this translation helpful? Give feedback.
-
|
So, I've been using the formula auth.lower + shorttitle(3, 3) + year And ran into this issue with a Chinese entry. The title is: 「離開台北就成異鄉人,對城市外的社會充滿興趣」:台灣影像人類學誌先驅胡台麗病逝,享壽72歲 and the Citation Key is thenewslensLiKaiTaiBeiJiuChengYiXiangRenDuiChengShiWaiDeSheHuiChongManXingQuTaiWanYingXiangRenLeiXueZhiXianQuHuTaiLiBingShiXiangShou72SuiOnceYou2022 It seems that I can use the above mentioned formulas to make it shorter, but I'm worried about replacing my formula, because I don't want to mess with my other citation keys which were made with the previous formula. How do I manage this? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. It is very finicky. This finally worked for me: various other arrangements didn't work:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
If using the default setting of
auth.lower + shorttitle(3,3) + yearin the Better Bibtex, there are two problems:Force citation key to plain text, it always converts Chinese character in the title to plain text.If the reference contains Chinese characters, the citation key will affect any thing in Latex. Because the Latex file of course can deal with Chinese characters.
Beta Was this translation helpful? Give feedback.
All reactions