Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » writing documentation » document » Citation
next | previous | forward | backward | up | index | toc

Citation -- package citation information

Description

This option gives the BibTeX code to be used to cite the package being documented. Note this is only used in the main documentation node for the package and is ignored otherwise.

Citation => {///@misc{mypkg,
  author = "John Doe",
  title = "My Macaulay2 package",
  year = "2025" }///}

See also

Functions with optional argument named Citation:

  • document(...,Citation=>...)

For the programmer

The object Citation is a symbol.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Macaulay2Doc/functions/document-doc.m2:484:0.