注意 当サイトは、Typst v0.13.1 公式ドキュメントを、日本語コミュニティが非公式に翻訳したものです。誤訳・未訳・古い情報が含まれている可能性があるため、公式ドキュメント との併用を推奨します。このサイトの内容に誤りを発見された方は、GitHubリポジトリまでご報告を頂けましたら幸いです。我々のコミュニティにご興味のある方は、ぜひ非公式Discordサーバー「くみはんクラブ」にご参加ください。
Warning: This site provides an unofficial translation of the Typst v0.13.1 documentation by the Japanese Community. Please note that there may be some inaccuracies, untranslated sections or outdated information. We highly recommend referring to the latest official documentation as well. If you find any errors in the content, please let us know through our GitHub repository. If you are interested in our community, feel free to join our unofficial Discord server, “Kumihan Club.”
Typst ドキュメント日本語版

cite Element
Element functions can be customized with set and show rules.

参考文献の引用。

引用を始める前に、文書のどこかでbibliographyを追加しておく必要があります。

This was already noted by
pirates long ago. @arrgh

Multiple sources say ...
@arrgh @netwok.

You can also call `cite`
explicitly. #cite(<arrgh>)

#bibliography("works.bib")
Preview

ソース名にスラッシュなど<>構文では認識されない文字が含まれている場合は、代わりにlabelを明示的に呼び出すことで参照できます。

Computer Modern is an example of a modernist serif typeface.
#cite(label("DBLP:books/lib/Knuth86a")).

構文

この関数は間接的に専用の構文を持っています。 Referencesは参考文献を引用するために使用可能です。 ラベルは参照キーに対応します。

引数
Parameters are the inputs to a function. They are specified in parentheses after the function name.

key
label
RequiredPositional
Positional parameters are specified in order, without names.

引用する文献を特定するラベルである参照キー。

View example
// All the same
@netwok \
#cite(<netwok>) \
#cite(label("netwok"))
Preview

supplement
none content
Settable
Settable parameters can be customized for all following uses of the function with a set rule.

ページ番号や章番号などの引用の補足。

Referencesの構文では、角括弧で囲むことで補足を追加できます。

Default:none

View example
This has been proven. @distress[p.~7]

#bibliography("works.bib")
Preview

form
none str
Settable
Settable parameters can be customized for all following uses of the function with a set rule.

作成する引用の種類。異なる形式は異なるシナリオで有用です。 通常の引用は文末に置くソースとして有用ですが、"prose"引用は文章の途中に置くのに適しています。

もしnoneと設定すると、引用文献は参考文献リストに含まれますが、文章内には表示されません。

Default:"normal"

View example
#cite(<netwok>, form: "prose")
show the outsized effects of
pirate life on the human psyche.
Preview

style
auto str bytes
Settable
Settable parameters can be customized for all following uses of the function with a set rule.

引用スタイル。

This can be:

Default:auto