0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Typstで参考文献リストの著者名の区切り文字を変更する

Posted at

Typstにおける参考文献リスト

image.png

著者名が日本語でも区切りがandになるのが気に食わない

これをカンマにしたい

解決法(?)

ieeeでしか検証してないです

↑ からieee.cslをダウンロード
エディタで開く.

<macro name="author">

みたいな行があるはずなので探す.

その2行下くらいにある<name ... みたいな行の and="text" あるいは and="symbol"を削除

<name and="text" et-al-min="3" et-al-use-first="1" initialize-with=". "/>

<name et-al-min="3" et-al-use-first="1" initialize-with=". "/>

以上.

image.png

問題点

この方法だと英語著者でも否応なしにカンマになる
分岐の方法はわからず
わかったら追記します.

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?