cite
Element
Element functions can be customized with set
and show
rules.
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")

ソース名にスラッシュなど<>
構文では認識されない文字が含まれている場合は、代わりに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
引用する文献を特定するラベルである参照キー。
View example
// All the same
@netwok \
#cite(<netwok>) \
#cite(label("netwok"))

supplement
ページ番号や章番号などの引用の補足。
Referencesの構文では、角括弧で囲むことで補足を追加できます。
Default:none
View example
This has been proven. @distress[p.~7]
#bibliography("works.bib")

form
作成する引用の種類。異なる形式は異なるシナリオで有用です。 通常の引用は文末に置くソースとして有用ですが、"prose"引用は文章の途中に置くのに適しています。
もしnone
と設定すると、引用文献は参考文献リストに含まれますが、文章内には表示されません。
-
"normal"
現在設定しているスタイルの標準的な方法で表示する。
-
"prose"
文章に含めるのに適した引用を作成する。
-
"full"
参考文献リストと同じく、引用された文献の完全な情報を表示する。
-
"author"
引用文献の著者らのみを表示する。
-
"year"
引用文献の発行年のみを表示する。
Default:"normal"
View example
#cite(<netwok>, form: "prose")
show the outsized effects of
pirate life on the human psyche.

style
引用スタイル。
This can be:
auto
to automatically use the bibliography's style for citations.- 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
-
"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
-
"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
-
"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
-
"modern-language-association-8"
Modern Language Association 8th edition
-
"multidisciplinary-digital-publishing-institute"
Multidisciplinary Digital Publishing Institute
-
"nature"
Nature
-
"pensoft"
Pensoft Journals
-
"public-library-of-science"
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)
Default:auto