情報アイコン
情報 / Info
当サイトは、Typst GmbHの許諾を得て、日本語コミュニティ「Typst Japan Community」がTypst v0.13.1の公式ドキュメントを翻訳したものです。誤訳や古い情報が含まれている可能性があるため、公式ドキュメントとの併用を推奨します。翻訳の改善やサイトの機能向上について、GitHubでのIssueやPull Requestを歓迎します。コミュニティにご興味のある方はDiscordサーバー「くみはんクラブ」にぜひご参加ください。
This site provides a Japanese translation of the Typst v0.13.1 documentation maintained by the "Typst Japan Community" with permission from Typst GmbH. We recommend using this alongside the official documentation. We welcome contributions through Issues and Pull Requests on our GitHub repository for both translation improvements and website enhancements. Feel free to join our Discord server "Kumihan Club".
言語アイコン
未翻訳

このページはまだ翻訳されていません。原文の内容が表示されています。

model

Document structuring.

Here, you can find functions to structure your document and interact with that structure. This includes section headings, figures, bibliography management, cross-referencing and more.

定義

  • 参考文献 / 引用文献リスト。
  • 参考文献の引用。
  • The root element of a document and its metadata.
  • イタリック体への切り替えによるコンテンツの強調。
  • 番号付きリスト。
  • 任意でキャプションを持つ図表。
  • 脚注。
  • セクションの見出し。
  • URLや文書中の位置へのリンク。
  • 箇条書きリスト。
  • Applies a numbering to a sequence of numbers.
  • A table of contents, figures, or other elements.
  • テキストコンテンツの論理的な区分。
  • 段落区切り。
  • 引用文を表示し、オプションとして帰属情報を併記する。
  • ラベルや参考文献への参照。
  • Strongly emphasizes content by increasing the font weight.
  • A table of items.
  • A list of terms and their descriptions.

検索