From 451e52ba145f1f299166ac800a90351b066db70f Mon Sep 17 00:00:00 2001 From: Andrew Voynov Date: Fri, 30 May 2025 05:16:19 +0300 Subject: [PATCH] Mention types of supported bibliography formats for citing --- crates/typst-library/src/model/cite.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/typst-library/src/model/cite.rs b/crates/typst-library/src/model/cite.rs index 29497993d..488cc7657 100644 --- a/crates/typst-library/src/model/cite.rs +++ b/crates/typst-library/src/model/cite.rs @@ -14,7 +14,8 @@ use crate::text::{Lang, Region, TextElem}; /// Cite a work from the bibliography. /// /// Before you starting citing, you need to add a [bibliography] somewhere in -/// your document. +/// your document. Note that you can cite using BibLaTeX or Hayagriva +/// bibliography file. For more information see [bibliography.summary]. /// /// # Example /// ```example