summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/guides/guide-for-latex-users.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md
index 0ac26309..df1704fa 100644
--- a/docs/guides/guide-for-latex-users.md
+++ b/docs/guides/guide-for-latex-users.md
@@ -594,11 +594,3 @@ applicable, contains possible workarounds.
break will be created if this spot would be a natural page break anyways. You
can also use `[#v(1fr)]` to distribute space on your page. It works quite
similar to LaTeX's `\vfill`.
-
-- **Bibliographies are not customizable.** In LaTeX, the packages `bibtex`,
- `biblatex`, and `natbib` provide a wide range of reference and bibliography
- formats. These packages also allow you to write `.bbx` files to define your
- own styles. Typst only supports a small set of citation styles at the moment,
- but we want to build upon this by supporting [Citation Style Language
- (CSL)](https://citationstyles.org), an XML-based format backed by Zotero that
- allows you to describe your own bibliography styles.