情報アイコン
情報 / Info
当サイトは、Typst GmbHの許諾を得て、日本語コミュニティ「Typst Japan Community」がTypst vdev.3ed92cdeの公式ドキュメントを翻訳したものです。誤訳や古い情報が含まれている可能性があるため、公式ドキュメントとの併用を推奨します。翻訳の改善やサイトの機能向上について、GitHubでのIssueやPull Requestを歓迎します。コミュニティにご興味のある方はDiscordサーバー「くみはんクラブ」にぜひご参加ください。
This site provides a Japanese translation of the Typst vdev.3ed92cde 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".
言語アイコン
翻訳率
21%
言語アイコン
翻訳済み

このページは日本語に翻訳済みです。

bibliography
要素関数
要素関数
要素関数はsetルールやshowルールでカスタマイズできます。

A bibliography / reference listing.

You can create a new bibliography by calling this function with a path to a bibliography file in either one of two formats:

  • A Hayagriva .yaml/.yml file. Hayagriva is a new bibliography file format designed for use with Typst. Visit its documentation for more details.
  • A BibLaTeX .bib file.

As soon as you add a bibliography somewhere in your document, you can start citing things with reference syntax (@key) or explicit calls to the citation function (#cite(<key>)). The bibliography will only show entries for works that were referenced in the document.

Styles

Typst offers a wide selection of built-in citation and bibliography styles. Beyond those, you can add and use custom CSL (Citation Style Language) files. Wondering which style to use? Here are some good defaults based on what discipline you're working in:

FieldsTypical Styles
Engineering, IT"ieee"
Psychology, Life Sciences"apa"
Social sciences"chicago-author-date"
Humanities"mla", "chicago-notes", "harvard-cite-them-right"
Economics"harvard-cite-them-right"
Physics"american-physics-society"

Example

This was already noted by
pirates long ago. @arrgh

Multiple sources say ...
@arrgh @netwok.

#bibliography("works.bib")
Preview

引数
引数
引数は関数への入力値です。関数名の後に括弧で囲んで指定します。

sources
必須引数
必須引数
必須引数は、関数を呼び出す際に必ず指定しなければなりません。
位置引数
位置引数
位置引数は順序通りに指定することで、引数名を省略して設定できます。

One or multiple paths to or raw bytes for Hayagriva .yaml and/or BibLaTeX .bib files.

This can be a:

  • A path string to load a bibliography file from the given path. For more details about paths, see the Paths section.
  • Raw bytes from which the bibliography should be decoded.
  • An array where each item is one of the above.

title
設定可能引数
設定可能引数
設定可能引数は、setルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。

The title of the bibliography.

  • When set to auto, an appropriate title for the text language will be used. This is the default.
  • When set to none, the bibliography will not have a title.
  • A custom title can be set by passing content.

The bibliography's heading will not be numbered by default, but you can force it to be with a show-set rule: show bibliography: set heading(numbering: "1.")

デフォルト値:

auto

full
設定可能引数
設定可能引数
設定可能引数は、setルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。

Whether to include all works from the given bibliography files, even those that weren't cited in the document.

To selectively add individual cited works without showing them, you can also use the cite function with form set to none.

デフォルト値:

false

style
設定可能引数
設定可能引数
設定可能引数は、setルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。

The bibliography style.

This can be:

  • A string with the name of one of the built-in styles (see below). Some of the styles listed below appear twice, once with their full name and once with a short alias.
  • A path string to a CSL file. For more details about paths, see the Paths section.
  • Raw bytes from which a CSL style should be decoded.
使用可能な文字列値:
  • alphanumeric

    Alphanumeric

  • american-anthropological-association

    American Anthropological Association

  • american-chemical-society

    American Chemical Society

  • american-geophysical-union

    American Geophysical Union

  • american-institute-of-aeronautics-and-astronautics

    American Institute of Aeronautics and Astronautics

  • american-institute-of-physics

    American Institute of Physics 4th edition

  • american-medical-association

    American Medical Association 11th edition

  • american-meteorological-society

    American Meteorological Society

  • american-physics-society

    American Physical Society

  • american-physiological-society

    American Physiological Society

  • american-political-science-association

    American Political Science Association

  • american-psychological-association

    American Psychological Association 7th edition

  • apa

    A short alias of american-psychological-association

  • american-society-for-microbiology

    American Society for Microbiology

  • american-society-of-civil-engineers

    American Society of Civil Engineers

  • american-society-of-mechanical-engineers

    American Society of Mechanical Engineers

  • american-sociological-association

    American Sociological Association 6th/7th edition

  • angewandte-chemie

    Angewandte Chemie International Edition

  • annual-reviews

    Annual Reviews (sorted by order of appearance)

  • annual-reviews-author-date

    Annual Reviews (author-date)

  • associacao-brasileira-de-normas-tecnicas

    Associação Brasileira de Normas Técnicas (Português - Brasil)

  • association-for-computing-machinery

    Association for Computing Machinery

  • biomed-central

    BioMed Central

  • bristol-university-press

    Bristol University Press

  • british-medical-journal

    BMJ

  • bmj

    A short alias of british-medical-journal

  • cell

    Cell

  • chicago-author-date

    Chicago Manual of Style 17th edition (author-date)

  • chicago-fullnotes

    Chicago Manual of Style 17th edition (full note)

  • chicago-notes

    Chicago Manual of Style 17th edition (note)

  • copernicus

    Copernicus Publications

  • council-of-science-editors

    Council of Science Editors, Citation-Sequence (numeric, brackets)

  • council-of-science-editors-author-date

    Council of Science Editors, Name-Year (author-date)

  • current-opinion

    Current Opinion journals

  • deutsche-gesellschaft-für-psychologie

    Deutsche Gesellschaft für Psychologie 5. Auflage (Deutsch)

  • deutsche-sprache

    Deutsche Sprache (Deutsch)

  • elsevier-harvard

    Elsevier - Harvard (with titles)

  • elsevier-vancouver

    Elsevier - Vancouver

  • elsevier-with-titles

    Elsevier (numeric, with titles)

  • frontiers

    Frontiers journals

  • future-medicine

    Future Medicine journals

  • future-science

    Future Science Group

  • gb-7714-2005-numeric

    China National Standard GB/T 7714-2005 (numeric, 中文)

  • gb-7714-2015-author-date

    China National Standard GB/T 7714-2015 (author-date, 中文)

  • gb-7714-2015-note

    China National Standard GB/T 7714-2015 (note, 中文)

  • gb-7714-2015-numeric

    China National Standard GB/T 7714-2015 (numeric, 中文)

  • gost-r-705-2008-numeric

    Russian GOST R 7.0.5-2008 (numeric)

  • harvard-cite-them-right

    Cite Them Right 12th edition - Harvard

  • institute-of-electrical-and-electronics-engineers

    IEEE

  • ieee

    A short alias of institute-of-electrical-and-electronics-engineers

  • institute-of-physics-numeric

    Institute of Physics (numeric)

  • iso-690-author-date

    ISO-690 (author-date, English)

  • iso-690-numeric

    ISO-690 (numeric, English)

  • karger

    Karger journals

  • mary-ann-liebert-vancouver

    Mary Ann Liebert - Vancouver

  • modern-humanities-research-association

    Modern Humanities Research Association 4th edition (note with bibliography)

  • modern-language-association

    Modern Language Association 9th edition

  • mla

    A short alias of modern-language-association

  • modern-language-association-8

    Modern Language Association 8th edition

  • mla-8

    A short alias of modern-language-association-8

  • multidisciplinary-digital-publishing-institute

    Multidisciplinary Digital Publishing Institute

  • nature

    Nature

  • pensoft

    Pensoft Journals

  • public-library-of-science

    Public Library of Science

  • plos

    A short alias of public-library-of-science

  • royal-society-of-chemistry

    Royal Society of Chemistry

  • sage-vancouver

    SAGE - Vancouver

  • sist02

    SIST02 (日本語)

  • spie

    SPIE journals

  • springer-basic

    Springer - Basic (numeric, brackets)

  • springer-basic-author-date

    Springer - Basic (author-date)

  • springer-fachzeitschriften-medizin-psychologie

    Springer - Fachzeitschriften Medizin Psychologie (Deutsch)

  • springer-humanities-author-date

    Springer - Humanities (author-date)

  • springer-lecture-notes-in-computer-science

    Springer - Lecture Notes in Computer Science

  • springer-mathphys

    Springer - MathPhys (numeric, brackets)

  • springer-socpsych-author-date

    Springer - SocPsych (author-date)

  • springer-vancouver

    Springer - Vancouver (brackets)

  • taylor-and-francis-chicago-author-date

    Taylor & Francis - Chicago Manual of Style (author-date)

  • taylor-and-francis-national-library-of-medicine

    Taylor & Francis - National Library of Medicine

  • the-institution-of-engineering-and-technology

    The Institution of Engineering and Technology

  • the-lancet

    The Lancet

  • thieme

    Thieme-German (Deutsch)

  • trends

    Trends journals

  • turabian-author-date

    Turabian 9th edition (author-date)

  • turabian-fullnote-8

    Turabian 8th edition (full note)

  • vancouver

    Vancouver

  • vancouver-superscript

    Vancouver (superscript)

デフォルト値:

"ieee"

原文(英語)を開く
右矢印アイコン

検索