liao961120 / ntuthesis

台大碩博士論文模板 (R Package)
https://liao961120.github.io/ntuthesis
GNU General Public License v3.0
15 stars 10 forks source link

同時引用中文及英文的引注格式調整 #19

Closed ChenChingChih closed 3 years ago

ChenChingChih commented 4 years ago

作者你好,我在網路上似乎有找到關於不同語言引注格式的latex轉換套件biblatex, 概念介紹: Problem with multiple languages in BibTeX 實際操作 Default hyphenation / langid field in biblatex 在biblatex套件使用時,在 langid = {語言別},就可以在引注格式上因語言而轉換 @incollection{torin, author = {Anne U. Torin}, year = {2002}, title = {Ein deutscher Titel}, booktitle = {Sammelband}, editor = {Heinz E. Rausgeber}, langid = {ngerman}, } biblatex說明書 這樣不知道是否有助於處理中英引注格式的轉換?

ChenChingChih commented 4 years ago

https://github.com/plk/biblatex/search?q=LANGID&type=issues

先放著,有時間再回來想解法...